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

10.8 IMAP

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

mew-imap-server

The name of your IMAP server.

mew-imap-ssh-server

The name of SSH server which forwards the IMAP4 port.

mew-imap-ssl

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

mew-imap-ssl-port

The port for IMAP over SSL.

mew-imap-user

The user name on the IMAP server. The default is your login name.

mew-imap-auth

The authentication method for IMAP4. ‘nil’ means the authentication with LOGIN (i.e. plain password). ‘t’ means SASL according to ‘mew-imap-auth-list’. The default is ‘t’.

mew-imap-auth-list

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

mew-imap-delete

Whether or not delete messages on an IMAP server after retrieval by IMAP. If ‘t’, delete the messages. If ‘nil’, retain the messages. If number N, delete the messages N days after the first access. Otherwise they are not deleted. The default is ‘t’.

mew-imap-size

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

mew-imap-header-only

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


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

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