6
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* The base64 encoder used an invalid encoding for the last unit of data if (bytes_of_input % 3 == 2); it wrote two encoded bits beyond the last byte then. Most base64 decoders, including nail's own, ignore such bits since base64 data is always a multiple of 8-bit bytes. This might explain why no harm caused by this error has been found for years. (Bug reported by Lukasz Iwaszkiewicz). More... almost 19 years ago
print Comparing DNS name only if verbose More... almost 19 years ago
* Wildcard host names in certificates according to RFC 2595 are now accepted (Bug reported by Svend Sorensen). * Since RFC 2595 allows wildcards at other places than RFC 2818 which is implemented by Mozilla NSS, host name verification is now done separately. More... almost 19 years ago
* The "sort xyz" commands now uncollapse all threads of a previously threaded folder view; messages in collapsed threads were previously not shown when the folder was sorted. More... almost 19 years ago
* The junk mail filter now also ignores the "X-pstn" header fields generated by "postini" filtering software. More... almost 19 years ago
11.24 release More... almost 19 years ago
description of imap-list-depth corrected More... almost 19 years ago
* When the From address was changed with '~H', the value obtained from the 'from' variable was still used for the SMTP transfer, for generating the Message-Id, and for S/MIME signing. This has been fixed; the changed address is now used throughout. More... almost 19 years ago
* When reading header fields from a terminal, the input buffer could overflow by one byte (Patch by Ulf Harnhammar). More... almost 19 years ago
* When the 'replyto' variable was set, sending a message resulted in a segmentation fault due to a NULL pointer dereference (Bug reported by Nick Pasich). More... almost 19 years ago
* The new '-R' option causes all folders to be opened read-only. More... almost 19 years ago
* If standard output is not a terminal device, the output of the 'folders' command applied to an IMAP account is no longer arranged into columns. More... almost 19 years ago
* An 'imap-list-depth' variable was introduced to control the maximum depth of the folder traversal for the 'folders' command. More... almost 19 years ago
* Only applicable if Mozilla NSS is used for SSL support: If the certificate of the server contains a dNSName, NSS ignores the CN. Thus if the CN contains a name that does not also appear as one of the dNSNames, the certificate is rejected. This case is now verified separately in nail, and the certificate is accepted if the CN matches the host name of the server. More... almost 19 years ago
11.23 release More... almost 19 years ago
use slist More... almost 19 years ago
* Changing %{prefix} in nail.spec works now for the RPM %install and %files step too (Patch by Allan Peda). More... almost 19 years ago
* A 'sender' variable was introduced to set the content of the 'Sender:' field for outgoing messages. More... almost 19 years ago
accept from, reply-to, and organization with editheaders More... almost 19 years ago
* The values of the 'from' and 'replyto' variables can now contain multiple addresses. * A '~H' tilde escape was introduced. It allows to set message-specific values for the 'From', 'Reply-To', and 'Organization' header fields. More... almost 19 years ago
* The output for the '~p' tilde escape was extended to include the fields implied by the 'from', 'replyto', and 'ORGANIZATION' variables (Proposed by Bob Tennent). * The 'autocc' and 'autobcc' variables are now evaluated before composition of a message begins. The resulting addresses can thus be edited and viewed using the '~b', '~c', '~h', and '~p' tilde escapes, but changing the values of the 'autocc' and 'autobcc' variables using '~:set' has no effect on the currently composed message anymore. More... almost 19 years ago
* A notification is now printed when text is saved to dead.letter. More... almost 19 years ago
* The '-r' option now actually disables tilde escapes as documented (Bugreport by Bob Tennent). More... almost 19 years ago
* The 'move' command does not anymore mark messages as moved if writing to an IMAP folder fails. * The 'undelete' command now also clears the 'saved' flags of messages that have been moved. More... almost 19 years ago
* Fixed a crash due to a null pointer dereference that occurred when both control and non-ASCII bytes but no NUL bytes were present in a message body and no content type was defined in a mime.types file. More... almost 19 years ago
* The current message is now shown in the header summary even if it has been killed. More... about 19 years ago
fixed (undocumented) IMAP SEARCH for flags in combination with AND More... about 19 years ago
* The 'kill' command did not operate correctly on 64-bit big-endian machines. More... about 19 years ago
* The ~F and ~M tilde escapes did not work for interpolating messages with binary attachments anymore since version 11.13 (Bugreport by Tivon Luker). More... about 19 years ago
11.22 release More... about 19 years ago