summaryrefslogtreecommitdiff
path: root/mail/nail
AgeCommit message (Collapse)AuthorFilesLines
2004-04-19nail has moved to Sourceforge. Gunnar Ritter has requested that linkscjep1-3/+3
be updated.
2004-04-18Convert to buildlink3.snj1-2/+2
2004-04-06Update of mail/nail to 10.7.cjep2-6/+7
Changes since 10.6 (see the ChangeLog supplied with the source for more details): o Inclusion of POSIX documentation. o Bug fixes and changes including: - exit with the correct status when sendwait is set - fix Base64 decoding - fix handling of addresses with / in them - fix handling of autocc and autobcc variables - Obey POSIX standards for ~w - Handling escape sequences in quoted arguments in commands for compatibility with System V mailx and POSIX.
2003-12-05Update of mail/nail to 10.6. Changes since 10.5:cjep5-21/+22
* A nested MIME multipart message with a sub-part piped through an external program (such as HTML with w3m) caused nail to abort after SIGPIPE if the PAGER command terminated before reading the whole message. * A 'next' command following a 'hold' command displays the next message after the one the 'hold' applies to (Bugreport by Mike Sipser). This might not be exactly what POSIX specifies, but it makes sense and is consistent with traditional behavior. If you actually favor 'next' not to advance after 'hold', contact me and I'll add a configuration option for this. * If the value of the 'record' variable started with an environment variable reference such as '$HOME' or with a tilde and the 'outfolder' variable was set, it was not expanded correctly (Bugreport by Volker Kuhlmann).
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-27Update of mail/nail to 10.5.cjep2-5/+5
Changes since 10.4: * A command line argument specifying a To-address can contain multiple recipients separated by commas (Werner Fink). * 'showname' variable (based on code contributed by Stephen Isard). * Display nonprintable characters in mail addresses as question marks. * Fixed MIME encoding of user's From address with respect to quoted characters. * 'autobcc' and 'autocc' variables. * The effects of the 'bsdcompat' variable are now individually configurable. This introduces the 'bsdflags', 'bsdheadline', 'bsdset', 'bsdannounce', 'askatend', 'bsdorder', and 'bsdmsgs' variables. * The current message pointer could be garbled when 'newmail' was set and new messages appeared (Fix by Stephen Isard).
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-19Take maintainershipcjep1-2/+2
2003-01-19Update of mail/nail to 10.4. Changes since 10.3 (as per e-mailcjep3-24/+5
from Gunnar Ritter): * A missing #ifdef HAVE_ICONV caused build errors on platforms without iconv() support (J.A. Neitzel, Jens Schleusener, Lars Kellogg-Stedman, Felicia Neff, Chris Pinnock). * Extraction of parts from header fields with more than 2560 characters fixed (Lukasz Sznuk, William Cherry). * Source archive name in nail.spec corrected (Didar Hussain). * Fixed segmentation violation when encountering multipart header fields that contain no ':' character (William Cherry). * Respect the 'allnet' variable when comparing strings in message lists. * IPv6 support (Jun-ichiro itojun Hagino).
2002-12-09Initial import of nail 10.3 into the NetBSD packages collection ascjep8-0/+103
mail/nail. Nail is a mail user agent derived from Berkeley Mail 8.1. It is intended to provide the functionality of the POSIX.2 mailx command with built-in support for MIME messages. This means it can handle international character sets as well as attachments. In recent system environments, nail is Unicode/UTF-8 capable. It further contains some minor enhancements like the ability to set a "From:" Address. Supplied (for nail 10.1) by Mishka in PR#19112. Thanks!