-
[2.0] Pop3?
Currently I am using http://sourceforge.net/projects/hpop/ with ssl prebuilt in for (gmail).
Are there any other better classes? This class only seems to support getting 250 emails and I cannot delete emails.
Or should I be using IMAP instead of POP3?
-
1 Attachment(s)
Re: [2.0] Pop3?
Why not use MAPI?
Here is a .Net MAPI Wrapper that you might find very useful.
Attachment 69413
-
Re: [2.0] Pop3?
IMAP is probably the most robust method for managing email when available. I would lean towards that for gmail connections.