Looking for pop3 proxy in c#

  • Thread starter Thread starter TOMERDR
  • Start date Start date
T

TOMERDR

Hi,
I am looking for pop3 proxy in c# or guidelines how to write such.
in generel my proxy will delete or alter some messages.

Thanks in advance
 
TOMERDR,

Have you checked out the System.Net.Mail namespace? It is in .NET 2.0,
and should handle what you need.

In .NET 1.1 and before, you can use the System.Web.Mail namespace, but
it requires a local SMTP server.

If you don't like either of those, you can use the classes at
http://www.indyproject.org.

Hope this helps.
 
I just realized what you meant. I apologize for that.

Take a look at the Indy Project (the link is in the original email). It
should have a pop3 client there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top