comparison xml/en/docs/mail/ngx_mail_pop3_module.xml @ 2831:4add6ae1296f

Updated links to datatracker.ietf.org.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 26 Jan 2022 16:26:47 +0300
parents 9986e1f25cd7
children 7b7dbaa7d777
comparison
equal deleted inserted replaced
2830:419b081fd2fa 2831:4add6ae1296f
25 Supported methods are: 25 Supported methods are:
26 <list type="tag"> 26 <list type="tag">
27 27
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="https://tools.ietf.org/html/rfc1939">USER/PASS</link>, 30 <link url="https://datatracker.ietf.org/doc/html/rfc1939">USER/PASS</link>,
31 <link url="https://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>, 31 <link url="https://datatracker.ietf.org/doc/html/rfc4616">AUTH PLAIN</link>,
32 <link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link> 32 <link url="https://datatracker.ietf.org/doc/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>
33 </tag-desc> 33 </tag-desc>
34 34
35 <tag-name><literal>apop</literal></tag-name> 35 <tag-name><literal>apop</literal></tag-name>
36 <tag-desc> 36 <tag-desc>
37 <link url="https://tools.ietf.org/html/rfc1939">APOP</link>. 37 <link url="https://datatracker.ietf.org/doc/html/rfc1939">APOP</link>.
38 In order for this method to work, the password must be stored unencrypted. 38 In order for this method to work, the password must be stored unencrypted.
39 </tag-desc> 39 </tag-desc>
40 40
41 <tag-name><literal>cram-md5</literal></tag-name> 41 <tag-name><literal>cram-md5</literal></tag-name>
42 <tag-desc> 42 <tag-desc>
43 <link url="https://tools.ietf.org/html/rfc2195">AUTH CRAM-MD5</link>. 43 <link url="https://datatracker.ietf.org/doc/html/rfc2195">AUTH CRAM-MD5</link>.
44 In order for this method to work, the password must be stored unencrypted. 44 In order for this method to work, the password must be stored unencrypted.
45 </tag-desc> 45 </tag-desc>
46 46
47 <tag-name><literal>external</literal></tag-name> 47 <tag-name><literal>external</literal></tag-name>
48 <tag-desc> 48 <tag-desc>
49 <link url="https://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6). 49 <link url="https://datatracker.ietf.org/doc/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
50 </tag-desc> 50 </tag-desc>
51 51
52 </list> 52 </list>
53 </para> 53 </para>
54 54
70 <context>mail</context> 70 <context>mail</context>
71 <context>server</context> 71 <context>server</context>
72 72
73 <para> 73 <para>
74 Sets the 74 Sets the
75 <link url="https://tools.ietf.org/html/rfc2449">POP3 protocol</link> 75 <link url="https://datatracker.ietf.org/doc/html/rfc2449">POP3 protocol</link>
76 extensions list that is passed to the client in response to 76 extensions list that is passed to the client in response to
77 the <literal>CAPA</literal> command. 77 the <literal>CAPA</literal> command.
78 The authentication methods specified in the <link id="pop3_auth"/> directive 78 The authentication methods specified in the <link id="pop3_auth"/> directive
79 (<link url="https://tools.ietf.org/html/rfc2449">SASL</link> extension) and 79 (<link url="https://datatracker.ietf.org/doc/html/rfc2449">SASL</link> extension) and
80 <link url="https://tools.ietf.org/html/rfc2595">STLS</link> 80 <link url="https://datatracker.ietf.org/doc/html/rfc2595">STLS</link>
81 are automatically added to this list depending on the 81 are automatically added to this list depending on the
82 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive value. 82 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive value.
83 </para> 83 </para>
84 84
85 <para> 85 <para>