Monday, December 24, 2007

How to check your email from Command prompt?

go to Command prompt.

type " telnet 'incoming mail server' 110" hit enter
type " user user@domain.com" hit enter
type "pass password" hit enter
type "list" to view all your emails
email will be listed in this format : email# emailsize
type "retr #" to read a msg ( # email number)
msg will be displayed in html code you can copy the content and save it as a html file to read it.
type "dele #" to delete a msg
type "quit" hit enter to close.

No comments: