A Web API To Check Valid Mail Accounts
This is a Web API that Checks Valid Mail and Password by IMAP. There is also a CLI Version of it.
git clone https://github.com/TheSpeedX/IMAP-Checker.git
python3 -m pip install requirements.txt
Start Server:
python3 server.py
Now To check send JSON data POST Request to: http://yourdomain.com/check
The JSON data format: {"email":"mail@domain.com","password":"mypassword"}
Start CLI:
python3 checker.py -i inputfile
[ ] Add MultiThreading
[ ] Auto Search IMAP for Unknown Domains
Made With ❤ By SpeedX