Knowledgebase
Check POP3 manually
Question / Problem
Is it possible to access a POP3 account manually in order to check, if the system works?
Answer / Solution
Yes, it is very easy, because the POP3 protocol is quite simple. The following commands executed at the command line perform a login to the POP3 server and retrieve the statistics of the POP3 account:
telnet pop-mail.t-online.de
110
USER [YourUsername]
PASS [YourPassword]
STAT
QUIT
Need further help getting started?
You did not find what you were looking for? Please contact us so we can provide an answer to your question.
Contact Form