From: Matthias A. <mat...@gm...> - 2020-03-07 16:21:34
|
Am 07.03.20 um 16:10 schrieb Kevin Gehrke: > > Hi All, > > > I believe this year Gmail and MS Office 365 will no longer support > basic authentication (UserID and PW) for Pop3 or IMAP. > > Any plans to support Oauth2 in Fetchmail? Then check if you can have API or application specific passwords, and use those, or keep the switch on to enable what Google/Microsoft believe to be "less secure apps" (which is also nonsense). Beyond that, the "master" branch has initial bits in place that were contributed, but has fallen a bit behind recent changes to 6.4.2, but you might want to test the master branch and share your findings. <https://gitlab.com/search?utf8=%E2%9C%93&search=oauth2&group_id=&project_id=188557&search_code=true&repository_ref=master&nav_source=navbar> |