6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
.N -> .B (patch by Ivana Hutarova Varekova) More... over 13 years ago
* The undocumented contenttype-cntrl option works again (patch by Laurent Parenteau). More... almost 14 years ago
Removing the "pre" suffix for the 12.5 version string More... almost 14 years ago
* Fixed "unignore" and similar commands; they did not work at all so far (http://www.freebsd.org/cgi/query-pr.cgi?pr=146280). More... almost 14 years ago
need a ntohs() for printing port numbers with -v More... over 14 years ago
if we know a port string ourselves, prefer that result More... over 14 years ago
no; this was htons() twice More... over 14 years ago
* A missing htons() caused POP/IMAP/SMTP connections on certain platforms to fail; this has been fixed. More... over 14 years ago
clarify the "address" message specification description More... almost 15 years ago
* Make it compile with OpenSSL 1.0.0-beta2 (patch by Bernhard Rosenkränzer). More... almost 15 years ago
fixing "held" status for IMAP after last change More... about 15 years ago
* For RFC 2047 MIME "encoded-word" parts in headers, assume that the end of each word resets the conversion state (Yedidyah Bar-David). More... about 15 years ago
* Support Gmail IMAP semantics of "delete" turning into "archive". Previously, when mailx was setting the "\Deleted" flag on a message, it did not set any other flags. This caused mails that had been read and then deleted to appear as unread in Gmail's "All Mail". Now, flags besides "\Deleted" are also set, so that they are kept in the archived copy (reported by Jeremy O'Brien). More... about 15 years ago
* When the ORGANIZATION variable has an empty value, do not generate an "Organization:" header field. Previously, this condition resulted in mailx refusing to send mail (Thomas E. Kammeyer). More... about 15 years ago
* Fixed a message corruption that occurred when the "inc" command was used with a mbox format mailbox after encrypted messages had been viewed (reported by Martin Neitzel). More... over 15 years ago
* Fixed a message corruption that occurred when the "inc" command was used with a locally stored mailbox after encrypted messages had been viewed (reported by Martin Neitzel). More... over 15 years ago
* Fixed a message corruption that occurred when the "inc" command was used after encrypted messages had been viewed (reported by Martin Neitzel). More... over 15 years ago
Typo fix in message (reported by Martin Neitzel). More... over 15 years ago
Remove a double "const" introduced with the recent fix for "hold" (thanks to Martin Neitzel). More... over 15 years ago
* Fixed a condition that caused mailx to hang when looking at a message, copying that message, and issuing a "z" command evaluating an uncached portion of an IMAP folder. More... over 15 years ago
* When executing an "account" command, ensure that the values of the "hold", "keepsave", "append", and "emptybox" variables remain those of the previous account for all outstanding operations on that account (bug reported by Jeff Woodall). More... over 15 years ago
* When calculating the probabilities of tokens that have occurred only in good messages or only in junk messages so far, and these tokens occurred less than ten times, give them slightly less than the minimum/maximum. More... over 15 years ago
* When classifying messages with the junk filter, when selecting the most representative tokens, prefer non-junk tokens over junk tokens if both have the same (reversed) probability, in order to avoid false positives. More... over 15 years ago
set markanswered by default More... over 15 years ago
12.4 release More... over 15 years ago
Fixed sending of messages with illegal byte sequences as application/octet-stream to really only happen in non-interactive mode (thanks to Hilko Bengen). More... almost 16 years ago
* When the text of an outgoing message contains illegal byte sequences in non-interactive mode, do not refuse sending it but send it with the "application/octet-stream" content type instead (thanks for the report and further help to Hilko Bengen). * When an attachment that would have a "text/something" content type contains illegal byte sequences, it is now reliably sent out with the "application/octet-stream" content type instead (bugreport by Hilko Bengen). * The values of the "sendcharsets" variable are now separately traversed for each part of a multipart message, so that if e.g. the main body can be represented in ISO-8859-1 but an attachment text needs UTF-8, these two encodings will be chosen, respectively. More... almost 16 years ago
* Fixed an incorrect type of enum (patch by Matthew Fischer). More... about 16 years ago
* Do not run filename expansion for IMAP or POP3 mailboxes names, making it possible to select mailboxes that contain both brackets and spaces in their names (reported by Matthew L. Shobe). More... over 16 years ago
* Fixed a bug that caused messages to be truncated with IMAP servers that use LF as line ending in message data, such as Google Mail (reported by Matthew L. Shobe). More... over 16 years ago