Skip to main content

1secmail unofficial API, supporting random email generation, fetching messages and downloading attachments

Project description

1secmail unofficial API

This is an unofficial wrapper for 1secmail API.

It provides:

  • MailBoxMessage, MailMessage, and MailAttachment convience dataclasses.

  • Wrapper methods for:

    • Getting list of 1secmail active domains -> get_domain_list
    • Generating random emails -> gen_random_emails
    • Fetching mailbox for an email -> fetch_mailbox
    • Fetching a message out of an email -> fetch_msg
    • Downloading file attachments from email messages: download_attachment

How to install

pip install onesecmail-api

How to import

Import this library with:

import onesecmail_api

or just some individual components with:

from onesecmail_api import (
    MailBoxMessage,
    MailAttachment,
    MailMessage,
    get_domain_list,
    gen_random_emails,
    fetch_mailbox,
    fetch_msg,
    download_attachment,
)

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

onesecmail-api-0.1.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

onesecmail_api-0.1.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

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