[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

10.7 POP

Mew can POP to retrieve messages. This section describes following variables to control POP.

mew-pop-server

The name of your POP server.

mew-pop-ssh-server

The name of SSH server which forwards the POP3 port.

mew-pop-ssl

If non-nil, POP connections are made over SSL.

mew-pop-ssl-port

The port for POP over SSL.

mew-pop-user

The user name on your POP server. The default is your login name.

mew-pop-auth

The authentication method for POP3. 'pass means the authentication with USER/PASS (i.e. plain password). 'apop means the authentication with APOP. ‘t’ means SASL according to ‘mew-pop-auth-list’. The default is 'apop.

mew-pop-auth-list

A list of SASL methods in the preferred order. Currently, "CRAM-MD5" can be used.

mew-pop-delete

Whether or not delete messages on a POP server after retrieval by POP. If ‘t’, delete the messages. If ‘nil’, retain the messages. If number N, delete the messages N days after the first access. The default is ‘t’.

mew-pop-size

The limit size of messages to be retrieved by POP. The default is 55296 byte. 0 means unlimited, so you can get all messages from the POP server. To know how to retrieve the rest of a truncated message, please refer to See section Getting messages.

mew-pop-body-lines

*The limit of body lines to get when the size of message exceeds ‘mew-pop-size’. The default is 40.

mew-pop-header-only

Whether or not the body of a message is retrieved by POP. If non-nil, only header is retrieved. The default is ‘nil


[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated by U-X61T\saito on October, 15 2008 using texi2html 1.78.