An open API service indexing awesome lists of open source software.

https://github.com/null-none/python-imap

Methods for use imap
https://github.com/null-none/python-imap

Last synced: about 1 year ago
JSON representation

Methods for use imap

Awesome Lists containing this project

README

          

=======
Install
=======

.. code-block:: bash

pip install python-imap

=======
Example
=======

.. code-block:: python

from imap.client import ImapClient

email = ''
password = ''
client = ImapClient(email, password)
client.all()

=======
License
=======

MIT