Skip to main content

Create tempmail based on https://mail.catway.org :D

Project description

Install :

pip install -U catway

How to use :

  • 1 - Send email to your custom email, for example: sadf@catway.org
  • 2 - Get inbox:
from catway import CatMail

def main():
    with CatMail("sadf@catway.org") as email:
        for mail in email.get_inboxes():
            print(mail)
            print(email.get_inbox(mail.id))

main()

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

catway-1.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

catway-1.1-py3-none-any.whl (6.1 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