Mercurial > p > roundup > code
diff CHANGES.txt @ 7064:3359dc1dabb0
Add OAuth authentication to the mailgw script
Now IMAPS can be used with OAuth as required by several large cloud
providers. Move command line processing of the mailgw script to
``argparse``. Note that the command line options of the mailgw have
changed, see upgrading.txt for details.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Wed, 23 Nov 2022 10:13:48 +0100 |
| parents | b5fffd2a64af |
| children | 739b9f017d2c |
line wrap: on
line diff
--- a/CHANGES.txt Tue Nov 22 17:10:39 2022 -0500 +++ b/CHANGES.txt Wed Nov 23 10:13:48 2022 +0100 @@ -71,6 +71,11 @@ list all template names, location and descriptions. Should help find where /usr/share/roundup/templates is buried during some install mechanisms. (John Rouillard) +- Add OAuth authentication to the mailgw script. Now IMAPS can be used + with OAuth as required by several large cloud providers. Move command + line processing of the mailgw script to ``argparse``. Note that the + command line options of the mailgw have changed, see upgrading.txt for + details. (Ralf Schlatterbeck) 2022-07-13 2.2.0
