|
-
December 14th, 2009, 01:36 PM
#1
[c++] POP3 open source library (independent of MFC and .NET)
Hello,
I am a .NET developer, but now I am doing a project in C++ without .NET or MFC. Is there any open source library I could use that would allow me to send/receive emails possibly with attachments?
-
December 14th, 2009, 01:59 PM
#2
Re: [c++] POP3 open source library (independent of MFC and .NET)
-
December 14th, 2009, 02:14 PM
#3
Re: [c++] POP3 open source library (independent of MFC and .NET)
hoxsiew, thank you for you 2 cents. I did googling myself however most of libs I have found use some kind of wider frameworks, which I don't want to use. I would like the most independent client possible, with as little dependencies as possible. This is why I am posting here. No need to google it for me though
-
December 14th, 2009, 09:24 PM
#4
Re: [c++] POP3 open source library (independent of MFC and .NET)
no you have to do it yourself.
there is help though in the shape of open ssl
which can handle the secure socket layer for you.
but there is plenty of info on the web showing how to do this.
-
December 15th, 2009, 07:57 AM
#5
Re: [c++] POP3 open source library (independent of MFC and .NET)
I found this http://herewe.servebeer.com/libspopc/ and I think it will do just fine.
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
|