A Simple Web API to Generate Temporary Gmail. With a Json Response easy to manage messages and working with IMAP Gmail Provider
Notice
This repository is only public for educational purposes!
All content provided here shall not be used for any kind of illegal activity nor for law enforcement at any time.
This restrictions apply to all cases of usage, no matter whether the whole code or just parts of it are being used.
// Message not exist
{
"email": "yo.ur.em.a.il.777+37@gmail.com",
"message": "No messages appear",
"status": false
}
// Limit Request by Flask_limiter
{
"message": "You have reached the request limit of 20 per 1 minute requests per day",
"status": "error"
}
Support
Thank you for visiting this repository, if this repository is useful for your project please give a star ⭐️🙏❤️️
A Simple Web API to Generate Temporary Gmail. With a Json Response easy to manage messages and working with IMAP Gmail Provider
Notice
This repository is only public for educational purposes! All content provided here shall not be used for any kind of illegal activity nor for law enforcement at any time. This restrictions apply to all cases of usage, no matter whether the whole code or just parts of it are being used.
Build With
Features
Run Locally
Clone the project
Go to the project directory
Install dependencies
Start the server
Access server
Environment Variables
To run this project, you will need to add the following environment variables to your .env file
Email-> Your Gmail EmailPassword-> Your Gmail PasswordAPI Reference
Generate Temporary Email
Request :
typestringResponse :
Read Messages
Request :
emailstringResponse :
Read Messages by Text in Body
Request :
emailstringstring_in_bodystringResponse :
Delete Message
Request :
uidstringResponse :
Another Response
Support
Thank you for visiting this repository, if this repository is useful for your project please give a star ⭐️🙏❤️️