comparison xml/ru/docs/mail/ngx_mail_imap_module.xml @ 3088:7b7dbaa7d777

Documented XOAUTH2 and OAUTHBEARER authentication methods.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 04 Jun 2024 18:35:21 +0300
parents 4add6ae1296f
children
comparison
equal deleted inserted replaced
3087:f7c8eeeaeafe 3088:7b7dbaa7d777
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_mail_imap_module" 10 <module name="Модуль ngx_mail_imap_module"
11 link="/ru/docs/mail/ngx_mail_imap_module.html" 11 link="/ru/docs/mail/ngx_mail_imap_module.html"
12 lang="ru" 12 lang="ru"
13 rev="7"> 13 rev="8">
14 14
15 <section id="directives" name="Директивы"> 15 <section id="directives" name="Директивы">
16 16
17 <directive name="imap_auth"> 17 <directive name="imap_auth">
18 <syntax><value>метод</value> ...</syntax> 18 <syntax><value>метод</value> ...</syntax>
43 </tag-desc> 43 </tag-desc>
44 44
45 <tag-name><literal>external</literal></tag-name> 45 <tag-name><literal>external</literal></tag-name>
46 <tag-desc> 46 <tag-desc>
47 <link url="https://datatracker.ietf.org/doc/html/rfc4422">AUTH=EXTERNAL</link> (1.11.6). 47 <link url="https://datatracker.ietf.org/doc/html/rfc4422">AUTH=EXTERNAL</link> (1.11.6).
48 </tag-desc>
49
50 <tag-name><literal>xoauth2</literal></tag-name>
51 <tag-desc>
52 <link url="https://developers.google.com/gmail/imap/xoauth2-protocol"
53 >AUTH=XOAUTH2</link> (1.27.1).
54 </tag-desc>
55
56 <tag-name><literal>oauthbearer</literal></tag-name>
57 <tag-desc>
58 <link url="https://datatracker.ietf.org/doc/html/rfc7628"
59 >AUTH=OAUTHBEARER</link> (1.27.1).
48 </tag-desc> 60 </tag-desc>
49 61
50 </list> 62 </list>
51 </para> 63 </para>
52 64