comparison xml/en/docs/mail/ngx_mail_pop3_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
28 <tag-name><literal>plain</literal></tag-name> 28 <tag-name><literal>plain</literal></tag-name>
29 <tag-desc> 29 <tag-desc>
30 <link url="http://tools.ietf.org/html/rfc1939">USER/PASS</link>, 30 <link url="http://tools.ietf.org/html/rfc1939">USER/PASS</link>,
31 <link url="http://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>, 31 <link url="http://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>,
32 <link url="http://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>. 32 <link url="http://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>.
33 It is not possible to disable this methods. 33 It is not possible to disable these methods.
34 </tag-desc> 34 </tag-desc>
35 35
36 <tag-name><literal>apop</literal></tag-name> 36 <tag-name><literal>apop</literal></tag-name>
37 <tag-desc> 37 <tag-desc>
38 <link url="http://tools.ietf.org/html/rfc1939">APOP</link>. 38 <link url="http://tools.ietf.org/html/rfc1939">APOP</link>.
56 <default>TOP USER UIDL</default> 56 <default>TOP USER UIDL</default>
57 <context>mail</context> 57 <context>mail</context>
58 <context>server</context> 58 <context>server</context>
59 59
60 <para> 60 <para>
61 Allows to specify the 61 Sets the
62 <link url="http://tools.ietf.org/html/rfc2449">POP3 protocol</link> 62 <link url="http://tools.ietf.org/html/rfc2449">POP3 protocol</link>
63 extensions list to be passed to the client upon 63 extensions list that is passed to the client in response to
64 issuing the <literal>CAPA</literal> command. 64 the <literal>CAPA</literal> command.
65 65
66 Authentication methods specified in the <link id="pop3_auth"/> and 66 The authentication methods specified in the <link id="pop3_auth"/> and
67 (<link url="http://tools.ietf.org/html/rfc2449">SASL</link> extension) and 67 (<link url="http://tools.ietf.org/html/rfc2449">SASL</link> extension) and
68 <link url="http://tools.ietf.org/html/rfc2595">STLS</link> directives, 68 <link url="http://tools.ietf.org/html/rfc2595">STLS</link> directives,
69 are automatically added to this list if the 69 are automatically added to this list if the
70 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive is enabled. 70 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive is enabled.
71 </para> 71 </para>
72 72
73 <para> 73 <para>
74 It makes sense to specify extensions 74 It makes sense to specify the extensions
75 supported by POP3 backends 75 supported by the POP3 backends
76 to which clients are proxied (if this extensions are related to commands 76 to which the clients are proxied (if these extensions are related to commands
77 used after the authentication, when nginx transparently proxies the client 77 used after the authentication, when nginx transparently proxies the client
78 connection to the backend). 78 connection to the backend).
79 </para> 79 </para>
80 80
81 <para> 81 <para>
82 The current list of standardized extensions is published at the 82 The current list of standardized extensions is published at
83 <link url="http://www.iana.org/assignments/pop3-extension-mechanism">www.iana.org</link>. 83 <link url="http://www.iana.org/assignments/pop3-extension-mechanism">www.iana.org</link>.
84 </para> 84 </para>
85 85
86 </directive> 86 </directive>
87 87