imap utils can be used to get the latest email from specified sender.
Project description
imap utils can be used to get the latest email from specified sender
####usage:
from mailbox import util<br><br> host = ‘imap.126.com’<br> user = (‘username@126.com’, ‘password’)<br> sender = ‘sender@example.com’<br> email_message = util.get_email(host, user, sender)<br> email_body = util.get_first_text_block(email_message)<br>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simple_mailbox-0.1.2.tar.gz
(1.6 kB
view details)
File details
Details for the file simple_mailbox-0.1.2.tar.gz.
File metadata
- Download URL: simple_mailbox-0.1.2.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
006dcd94da5197005d74619612071472510faa2a7ef72f507d570182cef2230b
|
|
| MD5 |
66eb08d01869103dfa9f9a8830222b9b
|
|
| BLAKE2b-256 |
dfd1ac733235906628cba068bb0598ceece931028089e060ccc063b39d88042f
|