summaryrefslogtreecommitdiff
path: root/imap
AgeCommit message (Expand)Author
2022-08-27 * Addition of a first attempt to transform a json structure into aEduardo Chappa
2022-07-14 * Improvements in the http code in processing http headers.Eduardo Chappa
2022-06-10 * Cleaning up some memory leaks reported by Valgrind. Memory leaks in theEduardo Chappa
2022-06-02 * New version 2.26Eduardo Chappa
2022-06-02 * New flag for XOAUTH2 authentication, which is needed to indicate thatEduardo Chappa
2022-05-16 * Additional debug information for XOAUTH2 in the c-client side.Eduardo Chappa
2022-04-15 * Treat HTTP_BAD code as an error when trying to authenticate using XOAUTH2Eduardo Chappa
2022-04-04 * Cancel refresh token when a code 400 is received from the server.Eduardo Chappa
2021-12-24 * Correct release notes. Based on report by Dennis Davis.Eduardo Chappa
2021-12-02 * Crash when saving multiple messages to a folder in the unix format.Eduardo Chappa
2021-11-26 * When saving to a folder in the unix format, Alpine parses the destinationEduardo Chappa
2021-11-24 * Clear up warnings and update documentation.Eduardo Chappa
2021-11-22 * Rename the hmac() function in imap/src/c-client/hmac.c to c_client_hmacEduardo Chappa
2021-11-21 * Fix some compilation warnings. It is possible these fixes breakEduardo Chappa
2021-11-21 * Support for code_verifier and code_challenge when generating aEduardo Chappa
2021-11-20 * Addition of support for SHA1 to SHA512 needed for future additions toEduardo Chappa
2021-11-16 * Replace fgrep and grep -F and egrep by grep -E as these have beenEduardo Chappa
2021-11-01 * When Alpine is trying to decide which client-id to choose it used to limitEduardo Chappa
2021-10-27 * Contributions by Thomas Uhle:Eduardo Chappa
2021-10-22 * Fix the type of some flags for openssl from int to long.Eduardo Chappa
2021-10-10 * Alpine might delete all passwords from the password file if theEduardo Chappa
2021-09-13 * Enabled encryption protocols in PC-Alpine are based on those enabledEduardo Chappa
2021-09-12 * Additional code so that passwords are not deleted when connectionsEduardo Chappa
2021-09-09 * Alpine will delete passwords that do not work from internal memoryEduardo Chappa
2021-08-28 * Changes to auth_bea.c similar to those of auth_oa2.c.Eduardo Chappa
2021-08-28 * Fix of more memory leaks and a crash due to incorrect freeing of memory, i...Eduardo Chappa
2021-08-23 * Crash due to incorrect freeing of memory, introduced in commitEduardo Chappa
2021-08-23 * Fix some memory leaks reported by Valgrind.Eduardo Chappa
2021-08-19 * Clear out some warnings given by gcc-10.Eduardo Chappa
2021-08-15 * The c-client library parses information from an IMAP server duringEduardo Chappa
2021-08-10 * Improvements to http.c and json.c for support of future code.Eduardo Chappa
2021-08-09 * Update to json code to simplify it.Eduardo Chappa
2021-07-31 * Clear more warnings given by gcc-10. Work in progress.Eduardo Chappa
2021-07-30 * Improvements to the http and json code.Eduardo Chappa
2021-07-28 * Print error when trying to authenticate using XOAUTH2, when available.Eduardo Chappa
2021-06-10 * Rewrite of http code to keep connections alive after GET and POSTEduardo Chappa
2021-06-06 * Clear some warnings given by gcc-10.Eduardo Chappa
2021-05-15 * Eliminate no timeout from https connection.Eduardo Chappa
2021-05-08 * Clear out some gcc warnings, and code improvement. Work in progress.Eduardo Chappa
2021-04-29 * Crash in the ntlm authenticator when no domain was specified in theEduardo Chappa
2021-04-18 * Fixes to the support for ssl ciphers (variable could be setEduardo Chappa
2021-04-17 * This code was not committed earlier, and is part of support of theEduardo Chappa
2021-04-17 * Add new variable ssl-ciphers to list the ciphers that will be used whenEduardo Chappa
2021-04-10 * New alpha version 2.24.1Eduardo Chappa
2021-04-04 * http debug support sets debug flag before checking if stream is open and ...Eduardo Chappa
2021-03-30 * Added line "#include <time.h>" to file imap/src/osdep/unix/os_osx.hEduardo Chappa
2021-03-28 * Many spelling errors corrected by Jens Schleusener. Thank you!Eduardo Chappa
2021-03-27 * Remove the ability to choose between the device and authorize methodsEduardo Chappa
2021-03-27 * new http option for debug. This is mostly useful to debug XOAUTH2Eduardo Chappa
2021-03-07 * Some minor fixes for the Roman8 in the file charset/ibm.c.Eduardo Chappa