From a command prompt, initiate a connection with the mail server. Use port 143 for IMAP, port 993 for seucre encrypted IMAPs:
telnet 192.168.1.60 143
Authenticate to the IMAP server, specifiying user name and password
A LOGIN username password
Chose a folder:
01 Select INBOX
Display a message using rfc822 specifications.
read more »
Be the first to post a Comment!