comparison xml/en/docs/mail/ngx_mail_imap_module.xml @ 1923:66a30a380fba

Fixed links to tools.ietf.org.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 16:02:23 +0300
parents 9af1e88e10c8
children 237a10fb98d2
comparison
equal deleted inserted replaced
1922:94493c0ff5f6 1923:66a30a380fba
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_mail_imap_module" 10 <module name="Module ngx_mail_imap_module"
11 link="/en/docs/mail/ngx_mail_imap_module.html" 11 link="/en/docs/mail/ngx_mail_imap_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="imap_auth"> 17 <directive name="imap_auth">
18 <syntax><value>method</value> ...</syntax> 18 <syntax><value>method</value> ...</syntax>
25 Supported methods are: 25 Supported methods are:
26 <list type="tag"> 26 <list type="tag">
27 27
28 <tag-name><literal>login</literal></tag-name> 28 <tag-name><literal>login</literal></tag-name>
29 <tag-desc> 29 <tag-desc>
30 <link url="http://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH=LOGIN</link> 30 <link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH=LOGIN</link>
31 </tag-desc> 31 </tag-desc>
32 32
33 <tag-name><literal>plain</literal></tag-name> 33 <tag-name><literal>plain</literal></tag-name>
34 <tag-desc> 34 <tag-desc>
35 <link url="http://tools.ietf.org/html/rfc4616">AUTH=PLAIN</link> 35 <link url="https://tools.ietf.org/html/rfc4616">AUTH=PLAIN</link>
36 </tag-desc> 36 </tag-desc>
37 37
38 <tag-name><literal>cram-md5</literal></tag-name> 38 <tag-name><literal>cram-md5</literal></tag-name>
39 <tag-desc> 39 <tag-desc>
40 <link url="http://tools.ietf.org/html/rfc2195">AUTH=CRAM-MD5</link>. 40 <link url="https://tools.ietf.org/html/rfc2195">AUTH=CRAM-MD5</link>.
41 In order for this method to work, the password must be stored unencrypted. 41 In order for this method to work, the password must be stored unencrypted.
42 </tag-desc> 42 </tag-desc>
43 43
44 <tag-name><literal>external</literal></tag-name> 44 <tag-name><literal>external</literal></tag-name>
45 <tag-desc> 45 <tag-desc>
46 <link url="http://tools.ietf.org/html/rfc4422">AUTH=EXTERNAL</link> (1.11.6). 46 <link url="https://tools.ietf.org/html/rfc4422">AUTH=EXTERNAL</link> (1.11.6).
47 </tag-desc> 47 </tag-desc>
48 48
49 </list> 49 </list>
50 </para> 50 </para>
51 51
58 <context>mail</context> 58 <context>mail</context>
59 <context>server</context> 59 <context>server</context>
60 60
61 <para> 61 <para>
62 Sets the 62 Sets the
63 <link url="http://tools.ietf.org/html/rfc3501">IMAP protocol</link> 63 <link url="https://tools.ietf.org/html/rfc3501">IMAP protocol</link>
64 extensions list that is passed to the client in response to 64 extensions list that is passed to the client in response to
65 the <literal>CAPABILITY</literal> command. 65 the <literal>CAPABILITY</literal> command.
66 The authentication methods specified in the <link id="imap_auth"/> and 66 The authentication methods specified in the <link id="imap_auth"/> and
67 <link url="http://tools.ietf.org/html/rfc2595">STARTTLS</link> directives 67 <link url="https://tools.ietf.org/html/rfc2595">STARTTLS</link> directives
68 are automatically added to this list if the 68 are automatically added to this list if the
69 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive is enabled. 69 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive is enabled.
70 </para> 70 </para>
71 71
72 <para> 72 <para>