tag:www.rhnh.net,2008:/email Email - Xavier Shay's Blog 2007-11-03T10:29:31Z Enki Xavier Shay notreal@rhnh.net tag:www.rhnh.net,2008:Post/214 2007-11-03T10:23:00Z 2007-11-03T10:29:31Z Introducing Clerk Simon <p>Someone sends you an email and you want to add them to your <span class="caps">LDAP</span> address book, but your email client doesn&#8217;t support it <strong>cough</strong>thunderbird<strong>cough</strong>. If you think the next best way would be to just forward that email somewhere and have someone else take care of it, then allow me to introduce <a href="http://code.rhnh.net/clerk_simon/README">Clerk Simon</a>. He&#8217;s quite attentive when it comes to such matters, and fully certified to boot. Full details at that link, check it out.</p><table class="CodeRay"><tr> <td class="line_numbers" title="click to toggle" onclick="with (this.firstChild.style) { display = (display == '') ? 'none' : '' }"><pre>1<tt> </tt>2<tt> </tt>3<tt> </tt>4<tt> </tt></pre></td> <td class="code"><pre ondblclick="with (this.style) { overflow = (overflow == 'auto' || overflow == '') ? 'visible' : 'auto' }">bzr co http://code.rhnh.net/clerk_simon/<tt> </tt>cd clerk_simon<tt> </tt>cp config.sample.yml config.yml # Edit to taste<tt> </tt>bin/clerk_simon config.yml<tt> </tt></pre></td> </tr></table> tag:www.rhnh.net,2008:Post/199 2007-10-31T01:45:00Z 2007-10-31T01:49:20Z Get with the times: IMAP <p>Last night I bought a fastmail account that I can use to host my rhnh.net mail. It supports <span class="caps">IMAP</span>. I really should have found out about this a long time ago, I&#8217;ve been living in the <span class="caps">POP</span> dark ages. I&#8217;m not going to list the benefits &#8211; many have done so before. I&#8217;m just going to say: If you&#8217;re still using <span class="caps">POP</span>, stop kidding yourself and get on to <span class="caps">IMAP</span>. Your quality of life will improve.</p> tag:www.rhnh.net,2008:Post/115 2006-10-12T10:53:00Z 2007-07-17T10:54:07Z Gmail and PGP <p>Recently I set myself up to be able to use <span class="caps">PGP</span> signing and encryption with Thunderbird. Privacy: it&#8217;ll cure what ails ya. That&#8217;s all well and great when I&#8217;m at home, but it&#8217;s kind of hard to use my desktop when I&#8217;m roaming the wild savannah of Africa. The two webmail products I use don&#8217;t support <span class="caps">PGP</span> (gmail and the one provided by my hosting). So I&#8217;ve started work on a <a href="http://code.whytheluckystiff.net/mouseHole">mouseHole</a> script &#8211; <a href="http://rhnh.svnrepository.com/svn/public/ruby/pgpirate/">PgPirate</a> &#8211; that checks the code before it hits my browser and processes all the <span class="caps">PGP</span> stuff for me. Next step is to get it installed on a <span class="caps">USB</span> flash drive with <a href="http://whytheluckystiff.net/mouseHole/proxylike.user.rb">ProxyLike</a> so I can use it on most any other computer I happen to find myself using.</p>