comparison xml/en/docs/mail/ngx_mail_imap_module.xml @ 966:95c3c3bbf1ce

Text review.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Wed, 14 Aug 2013 12:03:41 +0400
parents 8283b1048b27
children 9af1e88e10c8
comparison
equal deleted inserted replaced
965:fadccc156188 966:95c3c3bbf1ce
52 <default>IMAP4 IMAP4rev1 UIDPLUS</default> 52 <default>IMAP4 IMAP4rev1 UIDPLUS</default>
53 <context>mail</context> 53 <context>mail</context>
54 <context>server</context> 54 <context>server</context>
55 55
56 <para> 56 <para>
57 Allows to specify the 57 Sets the
58 <link url="http://tools.ietf.org/html/rfc3501">IMAP protocol</link> 58 <link url="http://tools.ietf.org/html/rfc3501">IMAP protocol</link>
59 extensions list to be passed to the client upon 59 extensions list that is passed to the client in response to
60 issuing the <literal>CAPABILITY</literal> command. 60 the <literal>CAPABILITY</literal> command.
61 Authentication methods specified in the <link id="imap_auth"/> and 61 The authentication methods specified in the <link id="imap_auth"/> and
62 <link url="http://tools.ietf.org/html/rfc2595">STARTTLS</link> directives 62 <link url="http://tools.ietf.org/html/rfc2595">STARTTLS</link> directives
63 are automatically added to this list if the 63 are automatically added to this list if the
64 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive is enabled. 64 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive is enabled.
65 </para> 65 </para>
66 66
67 <para> 67 <para>
68 It makes sense to specify extensions 68 It makes sense to specify the extensions
69 supported by IMAP backends 69 supported by the IMAP backends
70 to which clients are proxied (if this extensions are related to commands 70 to which the clients are proxied (if these extensions are related to commands
71 used after the authentication, when nginx transparently proxies the client 71 used after the authentication, when nginx transparently proxies a client
72 connection to the backend). 72 connection to the backend).
73 </para> 73 </para>
74 74
75 <para> 75 <para>
76 The current list of standardized extensions is published at the 76 The current list of standardized extensions is published at
77 <link url="http://www.iana.org/assignments/imap4-capabilities">www.iana.org</link>. 77 <link url="http://www.iana.org/assignments/imap4-capabilities">www.iana.org</link>.
78 </para> 78 </para>
79 79
80 </directive> 80 </directive>
81 81