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.0.tar.gz
(1.4 kB
view details)
File details
Details for the file simple_mailbox-0.1.0.tar.gz.
File metadata
- Download URL: simple_mailbox-0.1.0.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56cd39ae3d756597c5530b12638c4d425d12d5eb7ddf8515ab0481fac95919c6
|
|
| MD5 |
b53e47991befcd01b65ee0ee27765e3a
|
|
| BLAKE2b-256 |
79943ee94c4aaaf1b914691f0f273d1228922a98219828ccb998ed6183facfb0
|