Skip to main content

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


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 details)

Uploaded Source

Built Distribution

trashmailapi-1.1-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file trashmailapi-1.1.tar.gz.

File metadata

  • Download URL: trashmailapi-1.1.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for trashmailapi-1.1.tar.gz
Algorithm Hash digest
SHA256 4cc5568a1b72151897d57e65ddfef3235c012f9d910b5cd38358829d051ab8f4
MD5 db5cca776f0891587823058080ef855d
BLAKE2b-256 6cd4e6416c5c8978e302ddbad3549bc99fc0c0ef546c9615bff2e489fa870db4

See more details on using hashes here.

File details

Details for the file trashmailapi-1.1-py3-none-any.whl.

File metadata

  • Download URL: trashmailapi-1.1-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for trashmailapi-1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 438c4d6d4374c3b20560d288e94f82012f8c32c1f29f95bebf98b11c1c54a3f7
MD5 d3edd3b59d27a4912b999756362f2edd
BLAKE2b-256 bd9b13d058325c6a3a2bd674890fc6a90a1e1b84277b55b4a16257a956c283f0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page