Metadata-Version: 2.0
Name: bounced
Version: 0.1.0
Summary: A library to determine info on bounced email messages
Home-page: https://github.com/fschulze/bounced
Author: UNKNOWN
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: attrs

bounced
=======

A library to determine info on bounced email messages.


Why another one?
----------------

With `flufl.bounce`_ one only gets a list of email addresses without any further info.
The API of `bounce_email`_ isn't Pythonic and inefficient for several use cases, like when you already have email message objects.

.. _flufl.bounce: https://pypi.org/project/flufl.bounce/
.. _bounce_email: https://pypi.org/project/bounce_email/

Changelog
=========

0.1.0 - 2018-03-30
------------------

* Initial release.
  [fschulze]


