6
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 15 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* A "STRIP" makefile variable has been introduced to control the strip command at "make install". * Made it compile on UnixWare again (patch by Joe Julian). More... almost 18 years ago
12.1 release More... almost 18 years ago
* Quotes are now placed around the "protocol" parameter in S/MIME headers in accordance to RFC 2045 (Marco Arioli, Jeffrey Stedfast). More... almost 18 years ago
* The base64 encoder also used an invalid encoding for the last unit of data if (bytes_of_input % 3 == 1). As with the previous similar bug, most base64 decoders, including mailx's own, ignore such bits since base64 data is always a multiple of 8-bit bytes. (Patch by Lukasz Stelmach.) More... about 18 years ago
* The conversion of messages in state-dependent encodings has been fixed; garbage characters could be inserted because the state was not properly reset when a buffer was enlarged (patch by Matthew Fischer). More... about 18 years ago
changelog corrected More... about 18 years ago
* Percent characters in the "prompt" variable are now handled correctly; values of "folder" beginning with an at sign and longer than the maximum system path length do not cause a heap overflow anymore (patch by Ulf Harnhammar). More... about 18 years ago
* A warning about an initalization of an unsigned value to -1 has been eliminated (patch by Matthew Sienkiewicz). More... about 18 years ago
added "Heirloom" string to version information More... about 18 years ago
renamed files added again More... about 18 years ago
freshmeat url updated More... about 18 years ago
fixed user-agent More... about 18 years ago
12.0 release as part of the Heirloom project More... about 18 years ago
* If the "smtp-auth-user" variable is set but neither "smtp-auth-password" nor a matching "smtp-auth-pa...@host" can be found, the user is asked for the SMTP AUTH password on the terminal (proposed by Svend Sorensen). More... about 18 years ago
* When a TERM signal is sent to the SMTP transfer child process, it will abort and save the message to the "dead.letter" file (proposed by Perry Hutchison). More... about 18 years ago
* Nail no longer prints a space before the address in "MAIL FROM:<xxx>" and "RCPT TO:<xxx>" in SMTP. This should make it work with Sendmail X (bugs reported by Stephane Lentz and Claus Assmann). More... over 18 years ago
compiles on DragonFlyBSD More... over 18 years ago
* Use of the "resend" command with multiple messages at once now works as documented (bug reported by Svend Sorensen). More... over 18 years ago
it is -S variable[=value] More... over 18 years ago
* The new "-S variable=[value]" command line option sets the internal option "variable", and, in case of a string option, assigns "value" to it (based on a request by Dmitry Butskoy). More... over 18 years ago
* Building without socket support works again (Patch by Fernando J. Pereda). More... over 18 years ago
tbl formatting fix More... over 18 years ago
* When the "next" or newline command is typed as the first command after a folder has been opened, the first (new) message is printed even if a folder hook has been executed previously (bugreport by Stephen Isard). More... over 18 years ago
* In combination with OpenSSL, when a SIGPIPE was received on an SSL socket during a call to SSL_read() e.g. because an IMAP connection had timed out, a segmentation fault occurred because OpenSSL apparently cannot handle calls to SSL_shutdown() from the signal handler. This has been fixed (bug reported by Svend Sorensen). More... almost 19 years ago
11.25 release More... almost 19 years ago
* When sending messages, input data that lacks a terminating newline is now always encoded in quoted-printable. More... almost 19 years ago
* Input data that lacks a terminating newline is now always treated as application/octet-stream and encoded in base64. More... almost 19 years ago
* The new "maximum-unencoded-line-length" variable allows to configure the limit on the line length that causes an ASCII text message to be sent in quoted-printable if exceeded (on request by Greg Cox). More... almost 19 years ago
* When a completely cached IMAP message was copied on a server supporting the UIDPLUS IMAP extension and the message had not been printed during the current session yet, the cached entry for the target message contained the message body twice. This bug has been fixed, but cached messages written by previous nail versions may still suffer from this error. To get rid of them, delete them from the IMAP cache directory. The file README in that directory explains its structure. More... almost 19 years ago
fix for "set askcc" example (Svend Sorensen) More... almost 19 years ago