command line pop3 mail client for windows?

Solution 1:

Check out this site http://www.blat.net/194/

We use Blat for sending mail via command line and are very happy with it. The link has alot of info.

Solution 2:

No SSL support, but i use it when i need to:

c:\>telnet pop3.stackoverflow.com 110
   +OK Hello there.
   >user iboyd
   +OK Password required.
   >pass correct horse battery staple
   +OK Logged in.
   >list
   +OK
   1 1924
   2 1915
   .
   >retr 1
   Receive: from localhost ....
   [trim]
   >dele 1
   +OK Deleted
   >quit
   +OK Bye-bye.

Connection to host lost.

C:\>