1

I want to get, delete... messges from my application (c# or another language) using POP3 or Imap in C# (or in another language), like in telnet. I know POP3 commands but don't know how use them in my application. Is there a library that can help me?

For example how can i connect to server with 110 port and send folowing command` RETR 1

STL programmer
  • 141
  • 2
  • 10
  • Please refer to [this question][1]. [1]: http://stackoverflow.com/questions/44383/reading-email-using-pop3-in-c-sharp – Tzach Oct 19 '13 at 16:31

1 Answers1

0

You can use the openpop.net library to manage them.

http://sourceforge.net/projects/hpop/

Daniel J
  • 22
  • 2