Reff: HowTO Send and Receive Email Without an Email Client Receiving Email Go to command prompt. This can be done as following: Start –> Run –> type “cmd” in the box –>OK Telnet to the mail server (POP3 Server) and use your username password to login: telnet pop3server.nirlog.com 110 The server will reply like this: +OK <2324.1138330846@pop3server.nirlog.com> Login to the mail server: user username The server acknowledges with: +OK Now input your password: pass password If the password is correct the server responds with: +OK Check your emails: To see how many emails you have in your box use the command: list This will list out the emails you have in your inbox: +OK 1 1623 2 1601 3 1596 1, 2, 3 are the email ids and the 1623, 1601, 1596 are size of respective emails in bytes. To read your emails you need to use command retr email id . E.g. if you want to read the first email then you should: retr 1 To ...