├── 0kee.token ├── CatchMail.py ├── README-zh.md ├── README.md ├── cmd.gif └── requirements.txt /0kee.token: -------------------------------------------------------------------------------- 1 | token -------------------------------------------------------------------------------- /CatchMail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0Kee-Team/CatchMail/HEAD/CatchMail.py -------------------------------------------------------------------------------- /README-zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0Kee-Team/CatchMail/HEAD/README-zh.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0Kee-Team/CatchMail/HEAD/README.md -------------------------------------------------------------------------------- /cmd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0Kee-Team/CatchMail/HEAD/cmd.gif -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pyfiglet==0.8.post1 2 | requests==2.20.0 3 | --------------------------------------------------------------------------------