https://github.com/thespeedx/imap-checker
A Web API For Checking Combos by IMAP
https://github.com/thespeedx/imap-checker
checker checker-api flask imap imap-checker python python-api python-checker speedx thespeedx web-checker
Last synced: about 1 year ago
JSON representation
A Web API For Checking Combos by IMAP
- Host: GitHub
- URL: https://github.com/thespeedx/imap-checker
- Owner: TheSpeedX
- License: mit
- Created: 2020-03-17T05:23:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T06:38:50.000Z (about 6 years ago)
- Last Synced: 2025-03-25T19:37:58.653Z (about 1 year ago)
- Topics: checker, checker-api, flask, imap, imap-checker, python, python-api, python-checker, speedx, thespeedx, web-checker
- Language: Python
- Size: 853 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IMAP-Checker
A Web API To Check Valid Mail Accounts
## Description
This is a Web API that Checks Valid Mail and Password by IMAP.
There is also a CLI Version of it.
### Installing
```
git clone https://github.com/TheSpeedX/IMAP-Checker.git
python3 -m pip install requirements.txt
```
### Starting Server
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"}```
### Starting Command Line Version
Start CLI:
```python3 checker.py -i inputfile```
### TODO
[ ] Add MultiThreading
[ ] Auto Search IMAP for Unknown Domains
#### Credits
Made With ❤ By SpeedX