GitHub - getslash/mailboxer-python: Client library for the mailboxer web application
-
Notifications
You must be signed in to change notification settings - Fork 3
|-----------------------|-----------------------------------------------------------------------------------------|
| Build Status | 
|
| Latest Version |
|
Overview
mailboxer-python is a client library for the Mailboxer webapp. It provides Pythonic wrapping of the API exposed by Mailboxer.
Getting Started
-
Install mailboxer-python:
$ pip install mailboxer-python -
Start using it:
>>> from mailboxer import Mailboxer >>> m = Mailboxer("http://my.mailboxer.hostname") >>> mailbox = m.create_mailbox("recipient@somedomain.com") >>> emails = mailbox.get_emails()
Documentation
** Coming Soon **
Licence
BSD3