Email Service Testing
Many of the protocols which email resides upon are all telnet based, meaning they operate in a character based protocol, with “\r\n” line termination. The telnet application provides this perfectly.
In this series, we’ll cover the basics of testing smtp, pop3 and imap using a telnet application