Torsten Mueller
2009-02-24 08:28:50 UTC
I'm looking for a library. I want to request e-mail accounts from
within a C++ application. I have the following requirements:
- full pop3 support is needed, imap would be fine
- the lib should be useable on Linux with gcc and on Win32 with either
gcc or MSVC
- it should handle coded message text (at least Base64 and quoted
printable) and also coded header lines (From and Subject), this
means it should have routines to decode these lines correctly
- it should parse the Date header into a binary form
(I mean a struct, best would be boost::local_date_time)
- it should be STL/boost compatible
- it must be open source and free for none commercial use
- sending e-mails (SMTP support) is NOT needed
It doesn't matter if it's a C or a C++ library. I could use simple C
functions as well, but entire C++ classes would be preferred.
Could anyone recommend something useful?
T.M.
within a C++ application. I have the following requirements:
- full pop3 support is needed, imap would be fine
- the lib should be useable on Linux with gcc and on Win32 with either
gcc or MSVC
- it should handle coded message text (at least Base64 and quoted
printable) and also coded header lines (From and Subject), this
means it should have routines to decode these lines correctly
- it should parse the Date header into a binary form
(I mean a struct, best would be boost::local_date_time)
- it should be STL/boost compatible
- it must be open source and free for none commercial use
- sending e-mails (SMTP support) is NOT needed
It doesn't matter if it's a C or a C++ library. I could use simple C
functions as well, but entire C++ classes would be preferred.
Could anyone recommend something useful?
T.M.