| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
SSL (Secure Socket Layer) can be used for SMTP, IMAP, NNTP and POP connections in Wanderlust.
There are two ways to use SSL. One is to start SSL negotiation just after the connection establishment (generic way). The other one is to start SSL negotiation by invoking STARTTLS command in the each session.
To use the formal SSL (generic SSL), you must set PATH to the
directory that OpenSSL commands are installed.
To use the latter SSL(STARTTLS), you must install starttls package in addition to above. You can download starttls package from the following site.
ftp://opaopa.org/pub/elisp/ |