├── README.md ├── core ├── gen_email.py ├── get_mail.py ├── text_parser.py └── token_parser.py ├── gmailnator.PNG ├── main.py └── temp_id.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhunter141/gmailnator-cli/HEAD/README.md -------------------------------------------------------------------------------- /core/gen_email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhunter141/gmailnator-cli/HEAD/core/gen_email.py -------------------------------------------------------------------------------- /core/get_mail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhunter141/gmailnator-cli/HEAD/core/get_mail.py -------------------------------------------------------------------------------- /core/text_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhunter141/gmailnator-cli/HEAD/core/text_parser.py -------------------------------------------------------------------------------- /core/token_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhunter141/gmailnator-cli/HEAD/core/token_parser.py -------------------------------------------------------------------------------- /gmailnator.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhunter141/gmailnator-cli/HEAD/gmailnator.PNG -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhunter141/gmailnator-cli/HEAD/main.py -------------------------------------------------------------------------------- /temp_id.txt: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------