comparison xml/en/docs/mail/ngx_mail_pop3_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_pop3_module" 10 <module name="Module ngx_mail_pop3_module"
11 link="/en/docs/mail/ngx_mail_pop3_module.html" 11 link="/en/docs/mail/ngx_mail_pop3_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="pop3_auth"> 17 <directive name="pop3_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>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="https://tools.ietf.org/html/rfc1939">USER/PASS</link>,
31 <link url="http://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>, 31 <link url="https://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="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>.
33 It is not possible to disable these 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="https://tools.ietf.org/html/rfc1939">APOP</link>.
39 In order for this method to work, the password must be stored unencrypted. 39 In order for this method to work, the password must be stored unencrypted.
40 </tag-desc> 40 </tag-desc>
41 41
42 <tag-name><literal>cram-md5</literal></tag-name> 42 <tag-name><literal>cram-md5</literal></tag-name>
43 <tag-desc> 43 <tag-desc>
44 <link url="http://tools.ietf.org/html/rfc2195">AUTH CRAM-MD5</link>. 44 <link url="https://tools.ietf.org/html/rfc2195">AUTH CRAM-MD5</link>.
45 In order for this method to work, the password must be stored unencrypted. 45 In order for this method to work, the password must be stored unencrypted.
46 </tag-desc> 46 </tag-desc>
47 47
48 <tag-name><literal>external</literal></tag-name> 48 <tag-name><literal>external</literal></tag-name>
49 <tag-desc> 49 <tag-desc>
50 <link url="http://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6). 50 <link url="https://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
51 </tag-desc> 51 </tag-desc>
52 52
53 </list> 53 </list>
54 </para> 54 </para>
55 55
62 <context>mail</context> 62 <context>mail</context>
63 <context>server</context> 63 <context>server</context>
64 64
65 <para> 65 <para>
66 Sets the 66 Sets the
67 <link url="http://tools.ietf.org/html/rfc2449">POP3 protocol</link> 67 <link url="https://tools.ietf.org/html/rfc2449">POP3 protocol</link>
68 extensions list that is passed to the client in response to 68 extensions list that is passed to the client in response to
69 the <literal>CAPA</literal> command. 69 the <literal>CAPA</literal> command.
70 70
71 The authentication methods specified in the <link id="pop3_auth"/> and 71 The authentication methods specified in the <link id="pop3_auth"/> and
72 (<link url="http://tools.ietf.org/html/rfc2449">SASL</link> extension) and 72 (<link url="https://tools.ietf.org/html/rfc2449">SASL</link> extension) and
73 <link url="http://tools.ietf.org/html/rfc2595">STLS</link> directives, 73 <link url="https://tools.ietf.org/html/rfc2595">STLS</link> directives,
74 are automatically added to this list if the 74 are automatically added to this list if the
75 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive is enabled. 75 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive is enabled.
76 </para> 76 </para>
77 77
78 <para> 78 <para>