Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

License

Notifications You must be signed in to change notification settings

st1vms/onesecmail-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.