diff 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
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_imap_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/mail/ngx_mail_imap_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_imap_module"
         link="/en/docs/mail/ngx_mail_imap_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="directives" name="Directives">
 
@@ -27,23 +27,23 @@
 
 <tag-name><literal>login</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH=LOGIN</link>
+<link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH=LOGIN</link>
 </tag-desc>
 
 <tag-name><literal>plain</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc4616">AUTH=PLAIN</link>
+<link url="https://tools.ietf.org/html/rfc4616">AUTH=PLAIN</link>
 </tag-desc>
 
 <tag-name><literal>cram-md5</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc2195">AUTH=CRAM-MD5</link>.
+<link url="https://tools.ietf.org/html/rfc2195">AUTH=CRAM-MD5</link>.
 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).
+<link url="https://tools.ietf.org/html/rfc4422">AUTH=EXTERNAL</link> (1.11.6).
 </tag-desc>
 
 </list>
@@ -60,11 +60,11 @@
 
 <para>
 Sets the
-<link url="http://tools.ietf.org/html/rfc3501">IMAP protocol</link>
+<link url="https://tools.ietf.org/html/rfc3501">IMAP protocol</link>
 extensions list that is passed to the client in response to
 the <literal>CAPABILITY</literal> command.
 The authentication methods specified in the <link id="imap_auth"/> and
-<link url="http://tools.ietf.org/html/rfc2595">STARTTLS</link> directives
+<link url="https://tools.ietf.org/html/rfc2595">STARTTLS</link> directives
 are automatically added to this list if the
 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive is enabled.
 </para>