Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-07 | * Some minor fixes for the Roman8 in the file charset/ibm.c. | Eduardo Chappa | |
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. | |||
2021-02-25 | * Updates to old port for HP-UX 9.X, after work with Martin Trusler. | Eduardo Chappa | |
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 | |
2020-07-09 | * A few improvements to the XOAUTH2 code. Mainly documentation for users. | 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 | * Crash in PC-Alpine when using the eXternal command. | Eduardo Chappa | |
2020-07-09 | * No need to write twice the character after src="...". Make sure it only ↵ | Eduardo Chappa | |
appears once. | |||
2020-07-09 | * Add choice of Authorization flow to Alpine. Alpine supports two ways to get | Eduardo 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-07 | * Add c-lcient to .gitignore. Patch provided by Erich Eckner. | Eduardo Chappa | |
2020-07-07 | * Crash in Alpine when opening an imap folder on an empty password file. | Eduardo Chappa | |
2020-07-06 | * Fix in the XOAUTH2 configuration screen, where a crash was happening due to | Eduardo 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 | * Fix for compilation failure in PC-Alpine. | Eduardo Chappa | |
2020-07-06 | * Alpine might offer more than one client-id when trying to use XOAUTH2 | Eduardo Chappa | |
with a server for which it is configured with only one client-id. | |||
2020-07-05 | * Unix Alpine displays configure options and flags when invoked as ↵ | Eduardo Chappa | |
"alpine -v". Suggested by Matt Ackeret. | |||
2020-07-04 | * When building Alpine, the option --disable-debug will only affect if | Eduardo Chappa | |
its binary is compiled with debug, and not the ability of alpine to generate internal debug. Alpine will not write debug files unless started with the option -d, so for example "alpine -d 2" will generate a debug file at level 2, but just issuing the alpine command will not write any debug to a file. | |||
2020-07-03 | * When Alpine is built without smime, password file functionality | Eduardo Chappa | |
might fail. Reported by Andres Fehr. | |||
2020-07-03 | * Experimental: Elimination of the w32 build code for PC-Alpine. | Eduardo Chappa | |
Now w32 and wnt are the same code, so we are only left with wnt and wxp. | |||
2020-07-03 | * Increase of some buffers used to write passwords in the local store | Eduardo Chappa | |
from MAILTMPLEN to 4*MAILTMPLEN. Probably 2*MAILTMPLEN is enough. | |||
2020-07-02 | * Fix some compilation warnings in Windows. Reported by Barry Landy. | Eduardo Chappa | |
2020-06-30 | * Attempt to move the compilation of PC-Alpine to using openssl. | Eduardo Chappa | |
Currently only the WNT port works. The WXP port will stay in LibreSSL, and I still need to test if the W32 port will stay with OpenSSL or LibreSSL. | |||
2020-06-29 | * Reset the way the message-id is generated when composing a message. | Eduardo Chappa | |
2020-06-29 | * New version 2.23.2 | Eduardo Chappa | |
2020-06-29 | * Extension of the privacy changes to the generation of message-id when ↵ | Eduardo Chappa | |
replying, forwarding and bouncing. | |||
2020-06-29 | * Fixed narrowing a search, using the select command, which was broken while | Eduardo Chappa | |
adding the "R Replace Selectn" command | |||
2020-06-29 | * Modifications to protect the privacy of users: | Eduardo Chappa | |
+ Alpine does not generate Sender or X-X-Sender by default by making [X] Do Not Generate Sender Header the default. + Alpine does not disclose User Agent by default by making [X] Suppress User Agent When Sending the default. + Alpine uses the domain in the From: header of a message to generate a message-id and suppresses all information about Alpine, version, revision, and time of generation of the message-id from this header. This information is replaced by a random string. |