Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

pop3/imap library

1 view
Skip to first unread message

Torsten Mueller

unread,
Feb 24, 2009, 3:28:50 AM2/24/09
to
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.

Victor Bazarov

unread,
Feb 24, 2009, 8:18:35 AM2/24/09
to
Torsten Mueller wrote:
> I'm looking for a library. I want to request e-mail accounts from
> within a C++ application. I have the following requirements:
>
> [snip]

>
> Could anyone recommend something useful?

Dubya Dubya Dubya Dot Google Dot Com...

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask

Torsten Mueller

unread,
Feb 25, 2009, 12:02:54 AM2/25/09
to
Victor Bazarov <v.Aba...@comAcast.net> wrote:

> > Could anyone recommend something useful?
>
> Dubya Dubya Dubya Dot Google Dot Com...

What do you think am I doing for more than a week now?

T.M.

nnarayann

unread,
Feb 26, 2009, 7:23:29 AM2/26/09
to

Hi!!. I've just started to use (trying actually) Vmime, a C++ library
that supports any POSIX-compatible plattforms like Windows or Linux.
It seems that you can use imap-ssl, pop3s... and it's capable to parse
between quite a few formats.

Keep an eye on: http://www.vmime.org

Hope it helps,

nnarayann.

PS. Keep in touch and sorry for my rusty english :S.

0 new messages