diff 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
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_pop3_module.xml
+++ b/xml/en/docs/mail/ngx_mail_pop3_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_pop3_module"
         link="/en/docs/mail/ngx_mail_pop3_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="directives" name="Directives">
 
@@ -45,6 +45,11 @@ In order for this method to work, the pa
 In order for this method to work, the password must be stored unencrypted.
 </tag-desc>
 
+<tag-name><literal>external</literal></tag-name>
+<tag-desc>
+<link url="http://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
+</tag-desc>
+
 </list>
 </para>