MFMail is a simple Python-program to mail one or more files from the command-line as a MIME-multipart message.
Be the first to post a text review of Command-line Multi File Mail. Rate and review a project by clicking thumbs up or thumbs down in the right column.
mfmail 0.6 is coming RSN(tm) (within a few months, if everything goes well ;-) Among others, it'll be split into two modules and a main program, use Python's distutils and be available in both a .tar.gz and an RPM version.
- Removed comment about security issues with mktemp(3) creating files with mode 666. tempfile.mktemp() doesn't even create files ;-) - Changed encoding support. `plain' doesn't exist anymore. You can now choose between `7bit', `8bit', `binary', `base64' and `quoted-printable'. - Changed global config variables and the MailOptions into global static GeneralOptions and MailOptions classes. - Added --debug option (which isn't ready for primetime yet) - Added `addressbook'-section in ~/.mfmailrc - Switched read_config_file() from just calling fail() to exceptions. - Added code to detect duplicate sections/variables in the configuration file.
Fixed a bug which made it crash when one of the config-files didn't exist.
0.4.1 - Changed a lot of out of date comments. - Added a FAQ. (Probably not very useful yet) - Previously, after creating the whole message, a pipe was setup to a sendmail process and the message was written to it. Now, sendmail is called with it's stdin connected to the file, which makes it more efficient. (We don't copy the entire file through the pipe) - A few small code changes.
Going on holiday. I probably won't have internet access for two weeks.
- Complete rewrite. - Added options for encoding. - Removed a few statements with made it fail with older Python versions. - Extended the options you can use in the config-file - Made a lot of backward incompatible changes not mentioned here ;-)
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?