This is a Python script that checks the login credentials for various email providers.
- Python 3.x
- pop3_checker module
- imap_checker module
-
Clone the repository:
git clone https://github.com/your-username/Mail-Checker.git
-
Install the required modules:
pip install pop3_checker imap_checker
-
Run the script:
python main.py
-
Follow the prompts to provide the path to the TXT file with the email addresses, the path where the results should be saved, and the number of emails to be checked simultaneously in 1 second.
-
The script will check the login credentials for each email address and save the results in the specified output file.
- Gmail
- Outlook
- Yahoo
- Rambler.ru
- Mail.ru
- Yandex
- Hotmail
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.