head 1.2; access; symbols pkgsrc-2022Q1:1.1.0.14 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.12 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.10 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.8 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.6 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.4 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.2 pkgsrc-2020Q3-base:1.1; locks; strict; comment @.\" @; 1.2 date 2022.06.01.21.07.29; author leot; state dead; branches; next 1.1; commitid JQ7ysgs4eSlzEnGD; 1.1 date 2020.08.29.13.43.54; author leot; state Exp; branches; next ; commitid KeliFlOTuvSyNXlC; desc @@ 1.2 log @fdm: Update to 2.1 pkgsrc changes: - Remove OAUTHBEARER patches for IMAP, part of 2.1 release Changes: 2.1 --- - Add support for LMTP - Add support for XOAUTH2 for IMAP - Add support for OAUTHBEARER for IMAP - Several bug fixes and improvements @ text @$NetBSD: patch-fdm.conf.5,v 1.1 2020/08/29 13:43:54 leot Exp $ Add support for OAUTHBEARER (OAuth 2.0 bearer tokens, as documented by RFC 7628) for IMAP. Patch shared upstream via: --- fdm.conf.5.orig 2019-02-12 22:08:26.000000000 +0000 +++ fdm.conf.5 @@@@ -473,6 +473,7 @@@@ not be read from .Op Ic no-login .Op Ic starttls .Op Ic insecure +.Op Ic oauthbearer .Xc .It Xo Ic imap Ic server Ar host .Op Ic port Ar port @@@@ -492,6 +493,7 @@@@ not be read from .Op Ic no-cram-md5 .Op Ic no-login .Op Ic insecure +.Op Ic oauthbearer .Xc These define an IMAP or IMAPS account. The parameters are as for a POP3 or POP3S account, aside from the additional @@@@ -530,6 +532,9 @@@@ after connection. .Ic insecure allows the use of insecure protocols, which currently includes SSLv2, SSLv3 and TLS1.0. +.Pp +.Ic oauthbearer +attempts to use OAuth 2.0 bearer token as authentication method. .It Xo Ic imap Ic pipe Ar command .Op Ar userpass .Op Ar folders @ 1.1 log @fdm: Add OAuth 2.0 support for IMAP Patch shared upstream via: PKGREVISION++ @ text @d1 1 a1 1 $NetBSD$ @