Skip to content

z44d/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 :

from catway import CatMail

def main():
    with CatMail("[email protected]") 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