I am trying to write a program that could connect to email server and get email information and attachment. Is there an open source library for this?
Thanks.
Printable View
I am trying to write a program that could connect to email server and get email information and attachment. Is there an open source library for this?
Thanks.
You could try this - http://lmgtfy.com/?q=smtp%2Bpop3%2Blibrary
I have used this one for years...look at their SMTP/POP3/IMAP Email Lib
http://www.marshallsoft.com/
I of course searched already...
I am asking which would be most popular one or good? And I am looking for open source one.
I found this: http://www.vmime.org/, not sure if its good one.
Thanks.
Well in that case I think you should be asking that question on this site...
http://sourceforge.net/
You don't need any library.
Everything is included inside win32 api (COM and Net)