# HG changeset patch # User Tomas Zeman # Date 1358759582 -3600 # Node ID f76e13e69c9504003996cfdb3fe527a8af63186c # Parent 4beaaa539ed9e46abad38347d5776d64a4bc7231# Parent cac4d69d882170bd414fb8a54cfac0d4a9d5fa94 branch merge diff -r cac4d69d8821 -r f76e13e69c95 mail/shell --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mail/shell Mon Jan 21 10:13:02 2013 +0100 @@ -0,0 +1,22 @@ +http://www.shelldorado.com/articles/mailattachments.html + +Sending e-mail using shell scripts + +File attachments with MIME + * mutt + * MetaMail: mailto, metasend ftp://ftp.research.telcordia.com/pub/nsb/) + +The most interesting command line arguments of metasend are listed in the +following table [refer to metasend(1) for a complete list]. + +-b batch (non-interactive) mode +-c cc CC address (for copy of the mail) +-f filename Name of file to attach +-m MIME-type MIME content type, e.g. "text/plain" or "application/octet-stream" +-s subject Title (subject) of the mail message +-t to Recipient's address +-n Next file attachment (needed for multiple file attachments) +-D description Description of the file content +-o outputfile Name of an output file. If the -t option is given, the mail is sent directly to the addressee + + * mpack ftp://ftp.andrew.cmu.edu/pub/mpack/ diff -r cac4d69d8821 -r f76e13e69c95 mail/shell-decoding-headers --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mail/shell-decoding-headers Mon Jan 21 10:13:02 2013 +0100 @@ -0,0 +1,8 @@ +http://cweiske.de/tagebuch/decode-mail-headers-on-shell.htm +Decoding email headers on your shell + +http://people.eisenbits.com/~stf/fsd/conv2047/ +conv2047 + +A very simple RFC 2047 Unicode e-mail header field converter. It is based on Encode Perl module. +http://people.eisenbits.com/~stf/fsd/download/conv2047/conv2047-0.1.pl.tgz