Module ngx_mail_imap_module | english русский 简体中文 עברית 日本語 türkçe news about download security advisories documentation pgp keys faq links books support donation trac wiki nginx.com | ||||||||||||||||||
Directives
Sets permitted methods of authentication for IMAP clients. Supported methods are:
Allows to specify the
IMAP protocol
extensions list to be passed to the client upon
issuing the It makes sense to specify extensions supported by IMAP backends to which clients are proxied (if this extensions are related to commands used after the authentication, when nginx transparently proxies the client connection to the backend). The current list of standardized extensions is published at the www.iana.org.
Sets the IMAP commands read buffer size. By default, the buffer size is equal to one memory page. This is either 4K or 8K, depending on a platform. |