comparison xml/en/docs/mail/ngx_mail_pop3_module.xml @ 1887:9af1e88e10c8

Documented SASL EXTERNAL support in mail.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 16 Jan 2017 12:33:15 +0300
parents 95c3c3bbf1ce
children 66a30a380fba
comparison
equal deleted inserted replaced
1886:6299f9cabfe4 1887:9af1e88e10c8
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="1"> 13 rev="2">
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>
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="http://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>
47
48 <tag-name><literal>external</literal></tag-name>
49 <tag-desc>
50 <link url="http://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
46 </tag-desc> 51 </tag-desc>
47 52
48 </list> 53 </list>
49 </para> 54 </para>
50 55