Skip to content

Releases: daxslab/mailProc

0.6.0

Choose a tag to compare

@cccaballero cccaballero released this 19 Dec 07:28
4784980
  • Drop Python 2 support
  • Add Python 3.12 support

0.5.0

Choose a tag to compare

@cccaballero cccaballero released this 18 Oct 21:36
4fd8c28
  • Variable arguments support in transport functions
  • Python 3.7 support

0.4.1

Choose a tag to compare

@cccaballero cccaballero released this 07 Aug 16:05
  • Fixed SMTP sender transport error
  • Updated docs

0.4.0

Choose a tag to compare

@cccaballero cccaballero released this 23 Jul 17:19
  • 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

Choose a tag to compare

@cccaballero cccaballero released this 22 Mar 17:52
  • Improved IMAP IDLE support (stable API)
  • Minor bug fixes

0.2.0

Choose a tag to compare

@cccaballero cccaballero released this 19 Feb 17:28

New architecture

0.1: multiple updates (includding API changes)

Choose a tag to compare

@cccaballero cccaballero released this 23 Jan 16:58
- 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