Skip to content

Releases: daxslab/mailProc

0.6.0

19 Dec 07:28
4784980

Choose a tag to compare

  • Drop Python 2 support
  • Add Python 3.12 support

0.5.0

18 Oct 21:36
4fd8c28

Choose a tag to compare

  • Variable arguments support in transport functions
  • Python 3.7 support

0.4.1

07 Aug 16:05

Choose a tag to compare

  • Fixed SMTP sender transport error
  • Updated docs

0.4.0

23 Jul 17:19

Choose a tag to compare

  • Updated dev extras_require with sphinx and tox
  • Allow sender transports to set from addresses as a list (API change, from address as string will be deprecated)
  • Included support for Blind Carbon Copy on sender transports

0.3.0

22 Mar 17:52

Choose a tag to compare

  • Improved IMAP IDLE support (stable API)
  • Minor bug fixes

0.2.0

19 Feb 17:28

Choose a tag to compare

New architecture

0.1: multiple updates (includding API changes)

23 Jan 16:58

Choose a tag to compare

- Added Email class extending from python message object
- Moved get_json_attachment function to new Email class
- Added 'gzipped' option to get_json_attachment (now can get a gzipped
JSON attachment file)
- Added JSON attachment options to send_email function
- Deprecated send_two_part_email function (will be removed)
- Corrected some typos