comparison xml/en/docs/mail/ngx_mail_imap_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/rfc3501">LOGIN</link>, 30 <link url="https://datatracker.ietf.org/doc/html/rfc3501">LOGIN</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 </tag-desc> 32 </tag-desc>
33 33
34 <tag-name><literal>login</literal></tag-name> 34 <tag-name><literal>login</literal></tag-name>
35 <tag-desc> 35 <tag-desc>
36 <link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH=LOGIN</link> 36 <link url="https://datatracker.ietf.org/doc/html/draft-murchison-sasl-login-00">AUTH=LOGIN</link>
37 </tag-desc> 37 </tag-desc>
38 38
39 <tag-name><literal>cram-md5</literal></tag-name> 39 <tag-name><literal>cram-md5</literal></tag-name>
40 <tag-desc> 40 <tag-desc>
41 <link url="https://tools.ietf.org/html/rfc2195">AUTH=CRAM-MD5</link>. 41 <link url="https://datatracker.ietf.org/doc/html/rfc2195">AUTH=CRAM-MD5</link>.
42 In order for this method to work, the password must be stored unencrypted. 42 In order for this method to work, the password must be stored unencrypted.
43 </tag-desc> 43 </tag-desc>
44 44
45 <tag-name><literal>external</literal></tag-name> 45 <tag-name><literal>external</literal></tag-name>
46 <tag-desc> 46 <tag-desc>
47 <link url="https://tools.ietf.org/html/rfc4422">AUTH=EXTERNAL</link> (1.11.6). 47 <link url="https://datatracker.ietf.org/doc/html/rfc4422">AUTH=EXTERNAL</link> (1.11.6).
48 </tag-desc> 48 </tag-desc>
49 49
50 </list> 50 </list>
51 </para> 51 </para>
52 52
69 <context>mail</context> 69 <context>mail</context>
70 <context>server</context> 70 <context>server</context>
71 71
72 <para> 72 <para>
73 Sets the 73 Sets the
74 <link url="https://tools.ietf.org/html/rfc3501">IMAP protocol</link> 74 <link url="https://datatracker.ietf.org/doc/html/rfc3501">IMAP protocol</link>
75 extensions list that is passed to the client in response to 75 extensions list that is passed to the client in response to
76 the <literal>CAPABILITY</literal> command. 76 the <literal>CAPABILITY</literal> command.
77 The authentication methods specified in the <link id="imap_auth"/> directive and 77 The authentication methods specified in the <link id="imap_auth"/> directive and
78 <link url="https://tools.ietf.org/html/rfc2595">STARTTLS</link> 78 <link url="https://datatracker.ietf.org/doc/html/rfc2595">STARTTLS</link>
79 are automatically added to this list depending on the 79 are automatically added to this list depending on the
80 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive value. 80 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive value.
81 </para> 81 </para>
82 82
83 <para> 83 <para>