1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8">
5 <title>Stand - A Very Simple POP3 Client
</title>
6 <link rel=
"stylesheet" type=
"text/css" href=
"../../random/style.css" title=
"mainstyle">
11 <div class=
"photo-floating-right">
12 <a href=
"http://www.flickr.com/photos/liz/7603729/">
13 <img src=
"http://farm1.static.flickr.com/5/7603729_b257eaf8ba_t_d.jpg"
14 alt=
"An excellent music stand photo taken by Liz Lawley" title=
"A
15 excellent stand found on Flickr. (Photo taken by Liz Lawley.)">
20 <h2><a name=
"stand">Stand - A Very Simple POP3 Client
</a></h2>
23 href=
"http://repo.or.cz/w/stand.git?a=blob_plain;f=stand;hb=b8062289a52afbdc7c5896ec47c7d06c2233a11b">Download
27 This is a small Ruby script for fetching mail from POP3 servers
28 and delivering them to some LDA (Local Delivery Agent, typically
29 <a href=
"http://www.procmail.org/">procmail
</a>,
30 although
<a href=
"http://rrt.sc3d.org/">Reuben
</a>
31 recommends
<a href=
"http://www.courier-mta.org/maildrop/">maildrop
</a>).
32 It does APOP authentication, SSL/TLS-wrapped POP3 and UIDL
36 If you're using Debian, it depends on the following packages:
41 <li>libopenssl-ruby
</li>
42 <li>libsqlite3-ruby
</li>
45 <p>I used nothing but the original script for dealing with my
46 email for some years, but this is a brand new version based
47 largely on the work of
<a href=
"http://rrt.sc3d.org">Reuben
48 Thomas
</a>, who kindly took an interest in it. As as result the
49 code is now less than a third of its original size.
52 <p>By default, stand deletes each message once it has been
53 successfully delivered to the LDA so use a reliable LDA (such as
54 procmail or maildrop) or you could easily lose mail.
</p>
57 stand uses a YAML configuration file called
58 <tt>~/.stand.yaml
</tt> that looks like this:
62 # Comments start with `#'; leave a blank line between each
63 # account's details. The Host, User and Pass lines are
64 # required. Command defaults to
"procmail -f-".
76 Host: secure.mythic-beasts.com
79 Pass: not-my-password-either
90 The usage message (and the script itself) should tell you
91 anything else you need to know.
94 <p>Please bear in mind that it's quite possible that there may
95 be bugs in these scripts that will cause you to lose mail; use
96 this at your own risk. You can download
97 the
<a href=
"http://repo.or.cz/w/stand.git?a=blob_plain;f=stand;hb=b8062289a52afbdc7c5896ec47c7d06c2233a11b">
98 most recent version (currently
0.91) here
</a> or from the link at
99 the top of the page. stand is released under the
<a href=
"COPYING">GNU General
100 Public License version
3.
</a>
103 <h4>Version Control
</h4>
105 <p>The source code for stand is now maintained in
106 a
<a href=
"http://repo.or.cz/w/stand.git">git repository at
113 href=
"mailto:mark-software@mythic-beasts.com">bugs or
115 href=
"http://validator.w3.org/check/referer">validate HTML
</a> |
117 href=
"http://jigsaw.w3.org/css-validator/check/referer">validate