Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-17 | * Fix for titlebar for terminals that need the rmso code erased before | Eduardo Chappa | |
a new smso character can be added. The fix is to move the cursor to the last character of the first line before printing the rmso character. Joint 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 | * Documentation in Pilot went out of alignment during last commit. Restore | Eduardo Chappa | |
original documentation format. Submitted 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 | * http debug support sets debug flag before checking if stream is open and ↵ | Eduardo Chappa | |
might be closed. | |||
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 | * Added line "#include <time.h>" to file imap/src/osdep/unix/os_osx.h | Eduardo Chappa | |
to fix a compilation error in mac, reported by several people. The fix was tested successfuly by Steven Michaud in the following systems: macOS 11.2.3 XCode 12.4 macOS 10.15.7 XCode 11.1 macOS 10.14.6 XCode 10.3 macOS 10.13.6 XCode 9.1 macOS 10.12.6 XCode 8.3.3 OS X 10.11.6 XCode 7.3.1 OS X 10.10.5 XCode 6.1.1 OS X 10.9.5 XCode 6.1.1 See https://trac.macports.org/ticket/61590 | |||
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-03-07 | * Updates to config.sub and config.guess by instructions from | Eduardo Chappa | |
https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html Based on a report by Hisashi T Fujinaka. | |||
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. |