| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
A folder to access e-mails via POP3 protocol (RFC 1939).
Format:
`&' [username][[`/' authenticate-type][`:' numbering-method][`@' hostname][`:' port]][`!'] |
You can specify `user' (plain password transmission) or `apop' (APOP authentication) as authenticate-type.
You can specify `uidl' (use UIDL command for message numbering) or `list' (use LIST command for message numbering) as `numbering-method'.
default:
username -> The value of |
Example:
&hoge@localhost -> access localhost as user `hoge'.
&hoge@popserver:109 -> access the server "popserver" on port 109
as user `hoge'.
|
To use apop as an authenticate-type, `md5.el' is needed (XEmacs doesn't need `md5.el'). `md5.el' is included in `utils/sasl/lisp/' or Emacs/W3 package (http://www.cs.indiana.edu/elisp/w3/docs.html) or LCD archive (GPL2).
If the last character of the folder name is `!', Wanderlust connects to the POP server via SSL (Secure Socket Layer). If a folder name ends with `!!', STARTTLS connection will be established.
If the value of elmo-pop3-default-stream-type is ssl,
SSL will be the default connection, i.e. you can omit `!'. If it
is is starttls, STARTTLS will be the default connection. To use
normal connection in these cases, add `!direct' at the end of
folder name.