summaryrefslogtreecommitdiff
path: root/alpine/xoauth2conf.c
AgeCommit message (Collapse)Author
2021-04-08 * Clear out some warnings given by gcc 10.Eduardo Chappa
2020-10-04 * Addition of XOAUTH2 support for Yahoo!, and update in documentation.Eduardo Chappa
2020-07-09 * Addition of Yandex.com to the list of services that Alpine can use ↵Eduardo Chappa
XOAUTH2 to authenticate for reading and sending email.
2020-07-09 * Add choice of Authorization flow to Alpine. Alpine supports two ways to getEduardo Chappa
authorization to read email. One is called "Authorize" and the other "Device". Some servers support both, some only one. For servers that support both, Alpine will ask if it does not know which method to choose. Inspired by a conversation with Pieter Jacques.
2020-07-06 * Fix in the XOAUTH2 configuration screen, where a crash was happening due toEduardo Chappa
incorrect allocation of memory. The fix was to count the amount of memory needed to be allocated and allocate it at once.
2020-07-06 * Alpine might offer more than one client-id when trying to use XOAUTH2Eduardo Chappa
with a server for which it is configured with only one client-id.
2020-07-02 * Fix some compilation warnings in Windows. Reported by Barry Landy.Eduardo Chappa
2020-06-27 * Fix for a compilation issue in Visual Studio, which prefersEduardo Chappa
memset ((void *) (x + len),...) to memset ((void *) x + len,...).
2020-06-26 * Expansion of the configuration screen for XOAUTH2 to includeEduardo Chappa
username, and tenant. * If a user has more than one client-id for a service, Alpine tries to asks the user which client-id to use and associates that client-id to the credentials in the XOAUTH2 configuration screen.
2020-06-12 * Additional addition of doucmentation for XOAUTH2, some fixes in the ↵Eduardo Chappa
documentation, fixes in the configuration screen, and documentation on what is needed in each structure defining each service.
2020-06-12 * Initial implementation of XOAUTH2 authentication support for Outlook.Eduardo Chappa
Based on documentation suggested by Andrew C Aitchison.
2020-06-08 * Remove some compilation warnings given by clang7.Eduardo Chappa
2020-05-13 * Clear a few compilations warnings, produced by gcc.Eduardo Chappa
2020-01-15 * Add configuration screen for XOAUTH, so users can configure their ownEduardo Chappa
client-id and client-secret information.