sba1 / simplemail

SimpleMail is a simple email client targeting AmigaOS and compatible platforms.
http://simplemail.sourceforge.net/
GNU General Public License v2.0
15 stars 8 forks source link

[Feature Request] OAUTH2 needed for Gmail #48

Open trgswe opened 2 years ago

trgswe commented 2 years ago

Amiga Mailers need OAUTH 2.0+ (2.1 and 2.2 really) to use GMail any more (especially with IMAP but soon also with POP accounts)

the easiest way to implement it is really with either of these two libraries (Link libraries, rather small code size, C++) https://github.com/pipacs/o2 (github) or https://github.com/babelouest/iddawc (github, both OAUTH2 and OIDC client)

polluks commented 1 year ago
  1. C++ includes some overhead.
  2. "Iddawc is based on GnuTLS, Jansson, zlib, libmicrohttpd, libcurl and libsystemd (if possible)."