summaryrefslogtreecommitdiff
path: root/imap
AgeCommit message (Expand)Author
2020-05-08 * Bug prevented development version from establishing a XOAUTH2 authenticat...Eduardo Chappa
2020-02-20 * Remove debug information in net_soutr(), which makes Alpine printEduardo Chappa
2020-02-19 * Correct the NTLM authenticator to make sure Alpine compiles whenEduardo Chappa
2020-02-19 * Added support for SALS-IR (rfc 4959) and similar support for otherEduardo Chappa
2020-02-09 * Creation of port wxp to build Alpine in Windows XP. At the timeEduardo Chappa
2020-02-03 * Add variable system-certs-file to indicate the location of a containerEduardo Chappa
2020-01-26 * Add the file imap/src/c-client/auth_bea.c, needed for the compilationEduardo Chappa
2020-01-26 * Add support for the OAUTHBEARER authentication method in Gmail. Thanks toEduardo Chappa
2020-01-25 * New variable system-certs-path that allows users to indicate theEduardo Chappa
2020-01-19 * Initial release of Alpine version 2.22.Eduardo Chappa
2020-01-19 * Creating w32 port for compilation of Alpine. This is intended for oldEduardo Chappa
2020-01-18 * Adding pith_ssl_encryption function to linkage.h.Eduardo Chappa
2020-01-18 * Various fixes to copyright notices, make sure we allocate enoughEduardo Chappa
2020-01-17 * Add file imap/src/osdep/nt/nt_libressl.c, which is useful to buildEduardo Chappa
2020-01-16 * Fix a few more misspellings in the source code of Alpine.Eduardo Chappa
2020-01-15 * Fix a number of misspellings in the source code of Alpine. I hav onlyEduardo Chappa
2020-01-15 * Add configuration screen for XOAUTH, so users can configure their ownEduardo Chappa
2020-01-10 * Add file ssl_win.c, which is necessary for the compilation ofEduardo Chappa
2020-01-09 * When Alpine is built with the option --with-bundled-tools, the "makeEduardo Chappa
2020-01-04 * The feature that stopped alpine from saving passwords in the passwordEduardo Chappa
2019-11-25 * Add lnpno port to imap/src/osdep/unix/Makefile to account for ports that doEduardo Chappa
2019-11-23 * Change in build process. Now Alpine will not build the imap tools byEduardo Chappa
2019-10-27 * Fix a bug in commit 418e8bc5789d... which made Alpine ignore a challengeEduardo Chappa
2019-10-08 * Compilation problem and error in logic in function ssl_validate_cert.Eduardo Chappa
2019-10-06 * Check for name of server in "server validation code" in more places.Eduardo Chappa
2019-09-26 * Return a read() to be a read of one byte. The current code has a codeEduardo Chappa
2019-09-06 * Fixes so that Alpine will build in the Windows operating system. ThisEduardo Chappa
2019-09-01 * Improvements to documentation and behavior of Alpine when users get aEduardo Chappa
2019-08-22 * Ignore extra text in challenge from smtp server during authentication.Eduardo Chappa
2019-08-20 * Improve code that determines the type of encryption that is used accordingEduardo Chappa
2019-07-11 * Alpine crashes when trying to post an article in a newsgroup and theEduardo Chappa
2019-07-05 * Fix compilation error produced when a specific encryption protocolEduardo Chappa
2019-06-22 * New version 2.21.99999 (06/22/2019)Eduardo Chappa
2019-05-23 * Code to limit versions of the encryption protocol uses old calls,Eduardo Chappa
2019-05-08 * Buffer overflow bug on auth_md5.c, where not enough dynamic memoryEduardo Chappa
2019-05-04 * Initial release of XOAUTH2 authentication support in Alpine forEduardo Chappa
2019-04-28 * Compilation failure in Solaris when ldap is enabled. Reported byEduardo Chappa
2019-02-28 * Clean up some code in the ssl_unix module. It adds to the lastEduardo Chappa
2019-02-17 * Rewrite support for specific SSL encryption protocols, includingEduardo Chappa
2019-02-15 * Restore recognition of empty directories. It was deleted by mistakeEduardo Chappa
2019-02-15 * Add /auth=XYZ to the way to define a server. This allows users toEduardo Chappa
2019-01-26 * Ignore errors coming from errors in parsing the ID from an IMAPEduardo Chappa
2018-12-08 * Let the client do a RSET when an error occurs while sending anEduardo Chappa
2018-12-08 * Alpine would not report an error correctly in the case that there wasEduardo Chappa
2018-09-30 * Define TLS_client_version to be the highest TLSv1*_client_methodEduardo Chappa
2018-09-29 * Add the /tls1_3 modifier to establish connections use the TLS protocolEduardo Chappa
2018-08-12 * Several changes to the compilation of Alpine in Windows to useEduardo Chappa
2018-07-06 * Remap UBOGON from 0xfffd to 0xfff8, since 0xfffd represents a missingEduardo Chappa
2018-07-04 * Kerberos was included twice in OSX due to a double definition of gssEduardo Chappa
2018-06-14 * More changes to make Valgrind happy.Eduardo Chappa