Account Verifier is a fast, multi-threaded account verifier.
It allows to check SMTP, POP3, IMAP, FTP and HTTP accounts.
There are 2 verify modes: Combo and Dictionary.
Combo mode allows to verify the list of accounts with passwords.
Example of the account list for the Combo mode:
acc1@domain1.com,pass1
acc2@domain2.com,pass2
Dictionary mode allows to verify the list of accounts that have the same password ("Static pass").
Example of the account list for the Dictionary mode:
acc1@domain1.com
acc2@domain2.com
You can specify Server's Host and Port. Account Verifier will check accounts by connecting to this server.
Optionally you can select SSL for secure connection.
The Authenction Method depends on the selected Protocol:
If this option checked, Account Verifier will use server settings specific to the e-mail domain (look tabs POP3 Servers, IMAP Servers, SMTP Servers).
POP3 Servers
Domain | Server | Port | SSL | Authen Method | STARTTLS
------------+--------------------+------+-----+---------------+---------
gmail.com | pop.gmail.com | 995 | Yes | USER | No
hotmail.com | pop3.live.com | 995 | Yes | USER | No
aol.com | pop.aol.com | 995 | Yes | USER | No
yahoo.com | pop.mail.yahoo.com | 995 | Yes | USER | No
IMAP Servers
Domain | Server | Port | SSL | Authen Method | STARTTLS
------------+-----------------------+------+-----+---------------+---------
gmail.com | imap.gmail.com | 993 | Yes | LOGIN | No
hotmail.com | imap-mail.outlook.com | 993 | Yes | LOGIN | No
aol.com | imap.aol.com | 143 | No | LOGIN | No
yahoo.com | imap.mail.yahoo.com | 993 | Yes | LOGIN | No
SMTP Servers
Domain | Server | Port | SSL | Authen Method | STARTTLS
------------+---------------------+------+-----+---------------+---------
gmail.com | smtp.gmail.com | 465 | Yes | LOGIN | No
hotmail.com | smtp.live.com | 25 | No | LOGIN | Yes
aol.com | smtp.aol.com | 587 | No | LOGIN | No
yahoo.com | smtp.mail.yahoo.com | 465 | No | LOGIN | No
This option allows to specify server settings in the source list. Example:
account@gmail.com,account,password,gmail.com,smtp.gmail.com,465,yes,LOGIN,no