POP3

  • Thread starter Thread starter perspolis
  • Start date Start date
P

perspolis

hi all
I need a POP3 source code..I found some sourceon codeproject.com but with
some exceptions.
thx in advance
 
perspolis said:
hi all
I need a POP3 source code..I found some sourceon codeproject.com but with
some exceptions.
thx in advance

Perhaps if you would describe exactly what you want to do using POP3, that
would help get a better answer to your request.
 
Try using this library:
http://www.lesnikowski.com/mail

It's simple and effective.
Allows sending, receiving and parsing email messages.
Encodes/decodes any kind of attachment.
Includes POP3 and STMP clients.
Written entirely in managed code in C#.
 
Back
Top