Skip to content

getslash/mailboxer-python

Repository files navigation

|-----------------------|-----------------------------------------------------------------------------------------| | Build Status | Build Status | | Supported Versions | Supported Versions | | Latest Version | 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

  1. Install mailboxer-python:

    $ pip install mailboxer-python
    
  2. 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

About

Client library for the mailboxer web application

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •