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
- Host: GitHub
- URL: https://github.com/null-none/python-imap
- Owner: null-none
- License: mit
- Created: 2017-06-25T14:45:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T15:34:35.000Z (over 8 years ago)
- Last Synced: 2025-02-26T16:09:25.895Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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