Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-21 | * Clear out some gcc warnings, and code improvement. Work in progress. | 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 the | Eduardo Chappa | |
username. Reported and fixed by Anders Skargren. | |||
2021-04-18 | * Fixes to the support for ssl ciphers (variable could be set | Eduardo Chappa | |
in alpine, but never seen by c-client.) | |||
2021-04-18 | * Addition of testing for wctomb(), which will be used in systems that | Eduardo Chappa | |
do not have wcrtomb(). Work in collaboration with professor Martin Trusler. | |||
2021-04-18 | * Improvements and corrections to the documentation by Dennis Davis. | Eduardo Chappa | |
2021-04-17 | * Add new variable ssl-ciphers to list the ciphers that will be used when | Eduardo Chappa | |
negotiating a secure connection with a SSL server. Work in collaboration with professor Martin Trusler. | |||
2021-04-17 | * Add new type SUINT32, as a shorter version of UINT32 for systems that | Eduardo Chappa | |
do not have a proper uint32_t type. SUINT32 is defined by default to be UINT32, but during compilation the user can define an environment variable SUINT32 to be, say, unsigned long, and that will make SUINT32 to take that type. This, and the source codem, are the only places where this is documented. Work in collaboration with professor Martin Trusler. | |||
2021-04-17 | * Add new hidden feature "Enable Delete Before Writing" that makes Alpine | Eduardo Chappa | |
delete a line before overwriting it. It is meant to work around bugs in terminals that need it. Work in collaboration with professor Martin Trusler. | |||
2021-04-10 | * New alpha version 2.24.1 | Eduardo Chappa | |
2021-04-09 | * Improvements and corrections to Alpine documentation submitted by | Eduardo Chappa | |
Dennis Davis. | |||
2021-04-08 | * Improvements to Alpine documentation submitted by Dennis Davis. | Eduardo Chappa | |
2021-04-08 | * Introduction of OTHER CMDS menu for the browser/pilot to let | Eduardo Chappa | |
people discover the two new commands: "1" is a toggle that switches between 1 column and multicolumn mode. The "." command toggles between hiding or showing hidden files, and the "G" command to travel between directories. Contributed by Étienne Deparis. | |||
2021-04-08 | * Clear out some warnings given by gcc 10. | Eduardo Chappa | |
2021-04-06 | * Use ‘alpine -F’ instead of ‘pine -F’ as the browser default ↵ | Eduardo Chappa | |
pager, as this project will not compile anything called pine anymore, and there is little to know chance that someone still have pine in parallel of alpine. Submitted by Étienne Deparis. | |||
2021-04-06 | * Always follow ‘suppress-asterisks-in-password-prompt’ setting in the | Eduardo Chappa | |
various password prompts. Submitted by Étienne Deparis. | |||
2021-04-05 | * Corrections to the documentation by Dennis Davis. | Eduardo Chappa | |
2021-04-04 | * PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc. | Eduardo Chappa | |
Rename those files so that they have extension .txt. | |||
2021-04-04 | * PC-Alpine only: Some service providers produce access tokens that are ↵ | Eduardo Chappa | |
too long to save them in the Windows Credentials, so they will be saved as several broken pieces, which means that old versions od Alpine will NOT be able to use saved passwords, once this version of Alpine is used. | |||
2021-03-30 | * Corrected spelling error in file pine.hlp by Dennis Davis. Thank you! | Eduardo 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 methods | Eduardo Chappa | |
to login to outlook, since the original client-id can only be used for the device method. One needs a special client-id and client-secret to use the authorize method in Outlook. | |||
2021-03-27 | * new http option for debug. This is mostly useful to debug XOAUTH2 | Eduardo Chappa | |
autentication and reveals sensitive login information. Use with care. Remove your .pine-debug file after using this option. | |||
2021-03-14 | * The instruction to remove the double quotes from the processing of | Eduardo Chappa | |
customized headers existed in pine, but it was removed in alpine, but I do not know why, so we will restore it until we understand why it was removed. Also see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781 | |||
2021-02-25 | * Fix: When deleting an attachment, saving the message with the deleted | Eduardo Chappa | |
attachment to the mailbox, will add extra null characters. | |||
2020-11-27 | * Update to documentation about changes to Alpine in version 2.24, | Eduardo Chappa | |
sugested by Adam H. Kerman. | |||
2020-11-23 | * Add support for the base64 URL encoding. | Eduardo Chappa | |
2020-11-01 | * The previous commit does not allow clients to login using xoauth2, so | Eduardo Chappa | |
this commit fixes that. | |||
2020-11-01 | * Improvements to the cancel authentication logic to not to make it | Eduardo Chappa | |
have a delay when cancelling authentication. | |||
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-10-10 | * Fixes and improvements to documentation contributed by Dennis Davis. | Eduardo Chappa | |
2020-10-04 | * Addition of XOAUTH2 support for Yahoo!, and update in documentation. | Eduardo Chappa | |
2020-10-03 | * Set up the IMAP ID at the moment of loging in to the server, rather than | Eduardo Chappa | |
as a one time option, in case we need to use a special IMAP ID. | |||
2020-09-27 | * remove warning compilation about safe_flock not defined in compilation | Eduardo Chappa | |
in Linux. | |||
2020-09-19 | * clear out some warnings by gcc 9.3.1. | Eduardo Chappa | |
2020-08-29 | * When a server expires a refresh token, Alpine needs to cancel it | Eduardo Chappa | |
internally. * Fixes to some prototyping for code related to authentication. * Fixes to documentation contributed by Dennis Davis. | |||
2020-08-27 | * Ignore non-empty initial challenge in the GSSAPI authenticator. | Eduardo Chappa | |
Some SMTP servers send a non-empty initial challenge, causing Alpine to cancel the authentication (in accordance to RFC). Patch was submitted by Ignacio Reguero, but written by Jarek Polok, to the re-alpine project (see https://sourceforge.net/p/re-alpine/bugs/16/) Patch was resubmitted here, but the code was modified in an equivalent but different way. | |||
2020-08-13 | * Crash while resizing the screen when viewing a calendar event. | Eduardo Chappa | |
2020-08-06 | * Clear a compilation issue in PC-Alpine. | Eduardo Chappa | |
2020-08-06 | * Remove the "SetRole" option when opening a URL. | Eduardo Chappa | |
2020-08-05 | * Crash when Alpine frees memory on a system where LC_CTYPE is not | Eduardo Chappa | |
configured, and the user calls the file browser to attach files to a message. Reported by Luis Gerardo Tejero. | |||
2020-08-05 | * When Alpine opens a folder in a server whose address is given numerically | Eduardo Chappa | |
it might crash due to an incorrect freeing of memory. Reported by Wang Kang. | |||
2020-07-28 | * XOAUTH2: automatic renew of access token and connection to a server | Eduardo Chappa | |
within 60 seconds of expiration of the access token. | |||
2020-07-23 | * Remove dead code. | Eduardo Chappa | |
2020-07-19 | * Remove the line "#define fork vfork" in imap/src/osdep/unix/os_osx.c, ↵ | Eduardo Chappa | |
because the call to vfork inside a vfork causes an error EINVAL; however, the same calls are not causing trouble in other systems, so they are going to stay there. Reported and asisted by Wang Kang. | |||
2020-07-18 | * Addition of the variables User Certs Dir and User Certs File, which allow | Eduardo Chappa | |
a user to specify the location of server certificates that the user trusts. | |||
2020-07-17 | * Experimental: Attempt to implement the Encryption Range in Windows. It works | Eduardo Chappa | |
in Windows 10, and it should work in Windows 8.1. It needs testing in Windows 7 and Windows Vista. | |||
2020-07-10 | * Correction to URL for getting access code from refresh code for Yandex.com. | Eduardo Chappa | |