Releases: rdswift/bulkmail
Releases · rdswift/bulkmail
Release list
Public Release v0.07
General cleanup:
- Fix backslash being added after '<' in plain text message.
- Add
Settingsclass to hold option settings - Add
Writerclass to handle console and log output - Add
mainmethod - Remove unnecessary brackets from
ifstatements - Correct typo in README.md
Public Release v0.06
Rename example files, add message header and footer, and other small fixes:
- Add a message header indicating the version of the program used.
- Rename the example files so that they don't overwrite files modified by the user when a new version is unzipped.
- Add footer to message showing it was sent using the Python Bulk Email script. This can be disabled through a setting in the configuration file or by including the --no-footer command-line option.
- Fix typo on --addr-file command line argument.
Public Release 0.05
Fixed improper display of UTF-8 characters in message body.
- Added charset="UTF-8" to mime headers
- Added Content-Transfer-Encoding: 8-bit to mime headers
v0.04
v0.03
Public release v0.03
Revisions
- Project moved to GitHub.
- License changed from GPLv2 to GPLv3.
- Added --warranty option as suggested by GPLv3 license.
- Added copyright notice at script interactive startup as suggested by GPLv3 license.
- Added revision history in the form of a REVISIONS.md file.