12
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fixes to the function json2uchar so that the transformation of text to a JSON_S * structure, and back to text be the identity, or a projection (P^2 = identity). More... 6 days ago
* A few enhancements to the http support. In particular we can create empty bodies for a POST submission by using buffer_add(""). More... 9 days ago
* Crash fix due to incorrect allocation of memory while drawing the index screen. Reported and fixed by Peter Tirsek. More... 17 days ago
* Changes in the code for json support to make it more simple to parse. More... 23 days ago
* When the body of http reply is empty, assign text/plain as the content-type. More... about 1 month ago
* Add a parameter to http_response_from_reply() to return the Content-Type header to the caller. The intention is to return the full set of headers in the future, but at this time we need the Content-Type header for another code that is in preparation. More... about 1 month ago
* Updates to the manual pages of Alpine and Pico, based on feedback from Dr. Helge Kreutzmann of the manpage-l10n project. More... 3 months ago
* Bug in commit 8016c1555890c8385f77fe254725a89401b51475. If a folder is closed, then mail_fetch_text returns an empty string instead of a NULL string, which makes alpine enter a block of code where it tests for body->encoding without testing for body first, which in turn makes alpine crash for deferencing a null pointer. More... 4 months ago
* Crash when a calendar invitation is not properly encoded. Reported by Mark Hills. More... 5 months ago
* When a message that is encoded in base64 is decoded, fix the text part if it is not encoded using network newline characters. More... 9 months ago
* Several updates to change alpine.x10host.com to alpineapp.email More... 9 months ago
* Update to the configure script to: a) Fix the "rm: cannot remove libtoolT: No such file or directory" error in the configure script. See: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478539de4f2b0507a982a4c1cad3e02237b6f563 More... 9 months ago
* Consider the body encoding of a message before transliterating it into UTF-8. If the message is in a base64 or quoted printable encoding, do not try to transliterate it to UTF-8. Based on a patch by Thorsten Glaser submitted to the Debian tracking bug system. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726739. More... 9 months ago
* Implement a different way to delete a password from the cache. More... over 1 year ago
* Fix some compiler warnings for bad casting in some functions in the file alpine/imap.c. More... about 2 years ago
* Changes in the source code of Alpine to define internal prototypes of all functions so that they follow modern C standards. This lead to the splitting of the gf_io_t type into two types gf_i_t and gf_o_t with different internal prototypes. More details in the file pith/detach.c. This work was initiated based on a report by Holger Hoffstätte. More... about 2 years ago
* Add the username information to the initial xoauth2 screen that tells users that Alpine needs authorization to open their account. More... about 2 years ago
* Alpine does not decode 8-bit characters for a message that has been postponed if these appear in the sent-mail folder. Reported by Daniel Byström. More... about 2 years ago
* Clean up some function definitions to comply with strict prototypes. Suggested and worked in part by Holger Hoffstätte. More... about 2 years ago
* Change x10host.com to alpineapp.email. More... over 2 years ago
* Fix for a better bound check in imap/src/c-client/nntp.c submitted by Brian Campbell. More... about 3 years ago
* Fix for file imap/Makefile contributed by Paul Ferster that fixes an issue that would make c-client fail to build if the CC variable was set to a compiler that needs spaces (as "ccache gcc"). More... about 3 years ago
* Fix a crash in Alpine due to incorrectly formated date in an ical invitation. Reported by Ulf-Dietrich Braumann. More... about 3 years ago
* Fix to the configure script to not to use the password file set up in a Mac OS. With assistance from Jerry. More... about 3 years ago
* For mailing lists, Alpine adds a description of the type of link (web or mail) for each option related to the subscription to the list. Contributed by Daniel Schwarz. More... about 3 years ago
* Fixes to the configure script by Florian Meyer (to fix an implicit cast to int in a declaration of a function). More... about 3 years ago
* When a user configures a mailbox without specifying the username, PC-Alpine does not allow a user to input their password. Reported by Michelle McPeek. More... over 3 years ago
Add support for tab-completion when selecting by keyword More... over 3 years ago
* Add documentation to the release notes about the ability to use the TAB command to select based on previously defined rules. More... over 3 years ago
* New version 2.26 More... over 3 years ago