|-----------------------|-----------------------------------------------------------------------------------------| | Build Status | | | Supported Versions | | | Latest Version | |
mailboxer-python
is a client library for the Mailboxer webapp. It provides Pythonic wrapping of the API exposed by Mailboxer.
-
Install mailboxer-python:
$ pip install mailboxer-python
-
Start using it:
>>> from mailboxer import Mailboxer >>> m = Mailboxer("http://my.mailboxer.hostname") >>> mailbox = m.create_mailbox("[email protected]") >>> emails = mailbox.get_emails()
** Coming Soon **
BSD3