6
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow to store the junk mail database in uncompressed form. More... over 19 years ago
ignore Status and X-Status More... over 19 years ago
Words from body are rated higher than words from header for junk classification More... over 19 years ago
ignore From_ line for junk mail detection More... over 19 years ago
header recognition improved More... over 19 years ago
handle URLs for junk mail detection specially, and * Nail was reported to hang sporadically when sending multipart messages on HP-UX. A possible reason for such problems on systems without /dev/urandom has been eliminated (Bugreport by Patrick Briggs). More... over 19 years ago
Shuffle the hash values to reduce the risk of chaining attacks. More... over 19 years ago
junk mail database format revised More... over 19 years ago
Junk database structure revised. More... over 19 years ago
Compress the junk mail database. More... over 19 years ago
Do not use iconv when filtering. More... over 19 years ago
use MD5 instead of pjw() for junk database hashes More... over 19 years ago
* A Bayesian junk mail filter has been added. See the 'EXAMPLES' section of the manual page for an introduction. * Fixed an IMAP response parsing bug which caused nail to hang on messages that contained no text with many IMAP servers. More... over 19 years ago
* Empty lines within the command lists for account or macro definitions are now ignored. * An attempt to define a macro twice is now properly detected and results in an error. * Nail now builds without socket (networking) support again. More... over 19 years ago
11.8 release More... over 19 years ago
11.7 release More... over 19 years ago
* IMAP or POP3 servers that erroneously send a Unix 'From ' line at the beginning of message headers are now handled gracefully. More... over 19 years ago
* If the 'inc'/'newmail' commands were executed on an IMAP connection that was already closed by the server, nail did not catch SIGPIPE properly and was terminated. More... over 19 years ago
* The 'move'/'Move' command now sets the current message to the first undeleted message following the last message it moved, like the 'delete' command. More... over 19 years ago
* When an 'account' command was executed and messages were sent to mbox when the old mailbox was quit, the mbox on the new account was used. Messages from the old mailbox now go to the mbox on the old account. More... over 19 years ago
fixed fix for markanswered More... over 19 years ago
* If the initial connection setup to an IMAP server is interrupted or if authentication fails, folder hooks are no longer executed. More... over 19 years ago
really: when calling thread from within a hook when new mail arrives, do not collapse again More... over 19 years ago
when calling thread from within a hook when new mail arrives, do not collapse again More... over 19 years ago
refuse to collapse a thread if its root is a new message More... over 19 years ago
handle header summaries with collapsed targets correctly More... over 19 years ago
further headers/zoom interaction fix More... over 19 years ago
* The 'markanswered' variable has been fixed to be effective with the 'Reply' command too, and not to mark messages if the reply has been aborted by '~q' or '~x' or if a send error was detected. More... over 19 years ago
Fixes for changes in header command, and for collapse/newmail interaction. More... over 19 years ago
* The 'z' command now always shifts the header summary by a full screen of messages and is not disturbed by deleted, hidden, or killed messages anymore. More... over 19 years ago