Unofficial API for trash/temporary mail services in Python
Project description
trashmailapi
Unofficial API for trash/temporary mail services in Python
Currently, only vsimcard trashmail is supported.
Check the project wiki for a more detailed information.
Installation:
pip install trashmailapi
Examples:
- Vsimcard:
from trashmailapi.vsimcard import Vsimcard
user = Vsimcard("emailaddress")
user.get_emails() # returns email metadata except for body/content
for i in user.inbox:
if "verify" in i.subject:
mail = user.get_content(i.id) # returns the email body/content using mail ID's
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
trashmailapi-1.1.tar.gz
(3.2 kB
view hashes)
Built Distribution
Close
Hashes for trashmailapi-1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 438c4d6d4374c3b20560d288e94f82012f8c32c1f29f95bebf98b11c1c54a3f7 |
|
MD5 | d3edd3b59d27a4912b999756362f2edd |
|
BLAKE2b-256 | bd9b13d058325c6a3a2bd674890fc6a90a1e1b84277b55b4a16257a956c283f0 |