Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-02 | * New version 2.26 | Eduardo Chappa | |
2021-12-29 | * If a user configures the sendmail-path variable, and does not use a | Eduardo Chappa | |
global smtp-server, then Alpine will use the sendmail-path even when the user configured a smtp-server for a role. Reported by Gregory Heytings. | |||
2021-12-02 | * New version 2.25.1 | Eduardo Chappa | |
2021-11-16 | * Replace fgrep and grep -F and egrep by grep -E as these have been | Eduardo Chappa | |
deprecated. Patch submitted by Ville Skyttä. | |||
2021-09-23 | * Alpine fails to build when given the --without-ssl configure | Eduardo Chappa | |
option due to an undefined value for DF_ENCRYPTION_RANGE. Reported by David Morris. | |||
2021-09-18 | * new version 2.25 | Eduardo Chappa | |
2021-06-10 | * Bug fix: Tcp and http debug information is not printed unless the | Eduardo Chappa | |
default debug level is set to 1. Print this if requested, regardless of what the default debug level is. | |||
2021-05-22 | * New alpha version 2.24.2 | Eduardo Chappa | |
2021-04-10 | * New alpha version 2.24.1 | Eduardo Chappa | |
2020-11-01 | * When forwarding a message, replacing an attachment might make Alpine | Eduardo Chappa | |
re-attach the original attachment. Reported by Michael Traxler. The solution was that as soon as we recognize that the attachment has changed we delete its id, since Alpine recognizes an old attachment by the existence of an id field in the attachment structure. | |||
2020-10-18 | * Fixes to warnings given by gcc 10. | Eduardo Chappa | |
2020-10-10 | * New version 2.24 | Eduardo Chappa | |
2020-06-29 | * New version 2.23.2 | Eduardo Chappa | |
2020-06-27 | * New version 2.23.1 | Eduardo Chappa | |
2020-06-21 | * Alpine will ding the terminal bell when asking about quitting | Eduardo Chappa | |
when new mail arrives. This is consistent with Alpine dinging the bell when new mail arrives. Bell will not ding if it is disabled for status messages. Suggested by Chime Hart. | |||
2020-06-19 | * Release of version 2.23 | Eduardo Chappa | |
2020-06-11 | * Release of version 2.22.1 | Eduardo Chappa | |
2020-06-08 | * Corrections to spelling errors, contributed by Jens Schleusener. | Eduardo Chappa | |
2020-05-10 | * Remove CC=cc from Makefiles under the imap/ directory. Also redefine | Eduardo Chappa | |
ARRC, as these are inherited from values set in the configure script, which in turn can be inherited from environment variables. This implies that to build c-client one needs to specify these variables, and since this is not being built as a stand-alone library anymore, we take these values from the configure script. Submitted by Robert Siebeck. | |||
2020-05-09 | * Several improvements to Alpine's support of XOAUTH2. In the case of Gmail, | Eduardo Chappa | |
a text explaining the basic steps on how to configure fully Alpine with Gmail was added. In addition, some issues introduced while included OAUTHBEARER were also fixed. | |||
2020-01-19 | * Initial release of Alpine version 2.22. | Eduardo Chappa | |
2020-01-16 | * Fix a few more misspellings in the source code of Alpine. | Eduardo Chappa | |
List contributed by Jens Schleusener. | |||
2020-01-15 | * Update to the man page of Alpine to account for the new command line | Eduardo Chappa | |
options -xoauth2-server, -xoauth2-client-id, and -xoauth2-client-secret. | |||
2020-01-15 | * Fix a number of misspellings in the source code of Alpine. I hav only | Eduardo Chappa | |
fixed those that belong to the source code of Alpine and do not come from an external source. List contributed by Jens Schleusener. | |||
2019-09-01 | * Improvements to the pico manual as well as on the code that displays | Eduardo Chappa | |
the table of color codes. | |||
2019-06-22 | * New version 2.21.99999 (06/22/2019) | Eduardo Chappa | |
2018-06-26 | * When a message is of type multipart/mixed, and its first part is | Eduardo Chappa | |
multipart/signed, Alpine will include the text of the original message in a reply message, instead of including a multipart attachment. Suggested by Barry Landy. | |||
2018-06-17 | * new version 2.21.9999 | Eduardo Chappa | |
2018-02-26 | * New version 2.21.999 | Eduardo Chappa | |
* rewrite of some code in pith/ical.c to make sure function prototypes are correct. * Add a separator line to the calendar entry in case, the calendar is sent as the main body of the message. | |||
2017-12-04 | * New version 2.21.99 | Eduardo Chappa | |
* The online repo does not mimic the root local directory from which it is created. This is an attempt to fix this. This caused the problem that kerberos was not working with the bytes on the repo, but it would work on the root which created it. Reported by Holger Trapp. | |||
2017-12-02 | * Update documentation to reflect that there was a change in the | Eduardo Chappa | |
main website of distribution of Alpine. | |||
2017-09-19 | * Upgrade to new version 2.21.9. Version 2.22 will be a bug release | Eduardo Chappa | |
version | |||
2017-05-03 | * Change of website from patches.freeiz.com to alpine.freeiz.com. | Eduardo Chappa | |
2017-03-23 | * Update version of Pico in man page. Submitted by Dennis Davis. | Eduardo Chappa | |
2017-03-23 | * New version 2.21.1 | Eduardo Chappa | |
2017-03-17 | * New version 2.21 | Eduardo Chappa | |
2016-12-16 | * New version 2.20.999 | Eduardo Chappa | |
2016-12-08 | * Corrections to pico manual contributed by Dennis Davis. | Eduardo Chappa | |
2016-11-23 | * New version 2.20.99; new release is scheduled for January 2017. | Eduardo Chappa | |
2016-11-21 | * SMIME: Change the default signature digest from sha1 to sha-256, | Eduardo Chappa | |
since clients such as Thunderbird do not validate signatures that use sha1 digest. | |||
2016-11-18 | * Remove limit of encoded words in the c-client library, since any | Eduardo Chappa | |
limit makes a search eventually fail for a long enough encoded word. | |||
2016-10-22 | * Color support for the default composer and Pico. If users have | Eduardo Chappa | |
configured colors to read messages in Alpine, the same colors will be used in the default composer. In the case of Pico, read the manual to understand how to configure this new feature. | |||
2016-10-08 | * new version 2.20.17 | Eduardo Chappa | |
2016-09-19 | * Alpine failed to read an encrypted password file if too many | Eduardo Chappa | |
passwords have been saved in it. | |||
2016-09-13 | * New version 2.20.16 | Eduardo Chappa | |
* SMIME: Bouncing could sign (and therefore corrupt) a message when it is signed automatically. Reported by Björn Krellner. | |||
2016-08-28 | * New version 2.20.15. | Eduardo Chappa | |
2016-08-09 | * Compilation fails in Debian Hardening, due to a printf call that is | Eduardo Chappa | |
not correctly made. Reported and patched by Christian Kujau. Final patch uses fprintf instead of printf. | |||
2016-07-23 | * new version 2.20.14 | Eduardo Chappa | |
2016-05-29 | * New version 2.20.13. | Eduardo Chappa | |
2016-03-26 | * New version 2.20.12. | Eduardo Chappa | |