summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-11rules.patch appliedrulesErich Eckner
2021-05-08 * Clear out some gcc warnings, and code improvement. Work in progress.HEADmasterEduardo Chappa
2021-05-08 * Compilation bug: Setting --disable-optimization during compilationEduardo Chappa
time erased the CFLAGS environment variable.
2021-05-02 * Code reorganization to place all xoauth2 configuration information inEduardo Chappa
one file.
2021-04-29 * Crash in the ntlm authenticator when no domain was specified in theEduardo Chappa
username. Reported and fixed by Anders Skargren.
2021-04-28 * Fix of the list of files in the browser for terminals that need to eraseEduardo Chappa
inverse video to stop inverse video. W=Work in collaboration with professor Martin Trusler.
2021-04-18 * Fixes to the support for ssl ciphers (variable could be setEduardo Chappa
in alpine, but never seen by c-client.)
2021-04-18 * Addition of testing for wctomb(), which will be used in systems thatEduardo 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 * This code was not committed earlier, and is part of support of theEduardo Chappa
ssl-ciphers configuration option.
2021-04-17 * Add new variable ssl-ciphers to list the ciphers that will be used whenEduardo Chappa
negotiating a secure connection with a SSL server. Work in collaboration with professor Martin Trusler.
2021-04-17Merge branch 'master' of ssh://repo.or.cz/alpineEduardo Chappa
2021-04-17 * Add new type SUINT32, as a shorter version of UINT32 for systems thatEduardo 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-17NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICEEduardo Chappa
NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE First use the commit command before using "git commit -a" NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE * Add new type SUINT32, as a shorter version of UINT32 for systems that 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 AlpineEduardo 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-17 * Fix for the status line for terminals that once a smso code has beenEduardo Chappa
printed at the beginning of a line, they will write in inverse all text in that line regardless of where a new character is printed in that line. Joint collaboration with professor Martin Trusler.
2021-04-17 * Fix for titlebar for terminals that need the rmso code erased beforeEduardo 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.1Eduardo Chappa
2021-04-09 * Improvements and corrections to Alpine documentation submitted byEduardo 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 letEduardo 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. RestoreEduardo 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 theEduardo 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.hEduardo 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 methodsEduardo 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 XOAUTH2Eduardo 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 ofEduardo 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 fromEduardo 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 deletedEduardo 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, soEduardo Chappa
this commit fixes that.
2020-11-01 * Improvements to the cancel authentication logic to not to make itEduardo Chappa
have a delay when cancelling authentication.
2020-11-01 * When forwarding a message, replacing an attachment might make AlpineEduardo 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.24Eduardo 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 thanEduardo 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 compilationEduardo Chappa
in Linux.