Skip to content

Releases: rdswift/bulkmail

Public Release v0.07

Choose a tag to compare

@rdswift rdswift released this 12 Jan 23:56

General cleanup:

  • Fix backslash being added after '<' in plain text message.
  • Add Settings class to hold option settings
  • Add Writer class to handle console and log output
  • Add main method
  • Remove unnecessary brackets from if statements
  • Correct typo in README.md

Public Release v0.06

Choose a tag to compare

@rdswift rdswift released this 31 Jul 20:29

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

Choose a tag to compare

@rdswift rdswift released this 20 May 19:18

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

Choose a tag to compare

@rdswift rdswift released this 16 May 20:30

Public release v0.04

Revisions

  • Fixed bug that was preventing --cmd processing.
  • Add message encoding to allow unicode characters in the message body.

v0.03

Choose a tag to compare

@rdswift rdswift released this 27 Feb 21:50

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.