Skip to content

2ei/catway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages