=encoding utf-8 =head1 NAME ngx_mail_imap_module - Module ngx_mail_imap_module =head1 Directives =head2 imap_auth B imap_auth I> ...> B I B I B I Sets permitted methods of authentication for IMAP clients. Supported methods are: =over =item C L, L =item C L =item C L. In order for this method to work, the password must be stored unencrypted. =item C L (1.11.6). =back Plain text authentication methods (the C command, C, and C) are always enabled, though if the C and C methods are not specified, C and C will not be automatically included in L. =head2 imap_capabilities B imap_capabilities I> ...> B I B I B I Sets the L extensions list that is passed to the client in response to the C command. The authentication methods specified in the L directive and L are automatically added to this list depending on the L directive value. It makes sense to specify the extensions supported by the IMAP backends to which the clients are proxied (if these extensions are related to commands used after the authentication, when nginx transparently proxies a client connection to the backend). The current list of standardized extensions is published at L. =head2 imap_client_buffer B imap_client_buffer I>> B I<4kE8k> B I B I Sets the I> of the buffer used for reading IMAP commands. By default, the buffer size is equal to one memory page. This is either 4K or 8K, depending on a platform.