comparison xml/en/docs/mail/ngx_mail_pop3_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="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="5"> 13 rev="6">
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>
45 </tag-desc> 45 </tag-desc>
46 46
47 <tag-name><literal>external</literal></tag-name> 47 <tag-name><literal>external</literal></tag-name>
48 <tag-desc> 48 <tag-desc>
49 <link url="https://datatracker.ietf.org/doc/html/rfc4422">AUTH EXTERNAL</link> (1.11.6). 49 <link url="https://datatracker.ietf.org/doc/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
50 </tag-desc>
51
52 <tag-name><literal>xoauth2</literal></tag-name>
53 <tag-desc>
54 <link url="https://developers.google.com/gmail/imap/xoauth2-protocol"
55 >AUTH XOAUTH2</link> (1.27.1).
56 </tag-desc>
57
58 <tag-name><literal>oauthbearer</literal></tag-name>
59 <tag-desc>
60 <link url="https://datatracker.ietf.org/doc/html/rfc7628"
61 >AUTH OAUTHBEARER</link> (1.27.1).
50 </tag-desc> 62 </tag-desc>
51 63
52 </list> 64 </list>
53 </para> 65 </para>
54 66