|
-
July 30th, 2009, 07:37 PM
#1
Is there pop3/smtp library for vs c++?
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.
-
July 30th, 2009, 07:50 PM
#2
Re: Is there pop3/smtp library for vs c++?
-
July 31st, 2009, 12:50 AM
#3
Re: Is there pop3/smtp library for vs c++?
 Originally Posted by cpthk
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.
I have used this one for years...look at their SMTP/POP3/IMAP Email Lib
http://www.marshallsoft.com/
Jim
ATP BE400 CE500 (C550B-SPW) CE560XL MU300 CFI CFII
"The speed of non working code is irrelevant"... Of course that is just my opinion, I could be wrong.
"Nothing in the world can take the place of persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination are omnipotent. The slogan 'press on' has solved and always will solve the problems of the human race."...Calvin Coolidge 30th President of the USA.
-
July 31st, 2009, 04:21 PM
#4
Re: Is there pop3/smtp library for vs c++?
 Originally Posted by _Superman_
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.
Last edited by cpthk; July 31st, 2009 at 04:23 PM.
-
August 1st, 2009, 12:38 PM
#5
Re: Is there pop3/smtp library for vs c++?
 Originally Posted by cpthk
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/
Jim
ATP BE400 CE500 (C550B-SPW) CE560XL MU300 CFI CFII
"The speed of non working code is irrelevant"... Of course that is just my opinion, I could be wrong.
"Nothing in the world can take the place of persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination are omnipotent. The slogan 'press on' has solved and always will solve the problems of the human race."...Calvin Coolidge 30th President of the USA.
-
August 1st, 2009, 01:16 PM
#6
Re: Is there pop3/smtp library for vs c++?
You don't need any library.
Everything is included inside win32 api (COM and Net)
-
August 7th, 2009, 04:27 PM
#7
Re: Is there pop3/smtp library for vs c++?
 Originally Posted by carl666
You don't need any library.
Everything is included inside win32 api (COM and Net)
can you give me some link about those APIs? or give me some search keyword for me to look into.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|