Reading and parsing mails via POP3

K

KellyLynch

Hi

Please help me choose a component for the following task

I have C++ Win32-application (MS Visual C++ 2005 or 2008) that must:
- periodically (say once in 5 min) check a mailbox via POP3
- retrieve new messages from there, process them (the processing is
specific for the my task) and remove the processed messages.
The processing converts body of received mail into plain text (WCHAR*
string). I mean: to convert removing formatting elements like HTML
tags (when a mail is in HTML format) etc., leaving only text. Now I am
not interested in content of attachments - I need only mail's text.

The question is: do you know a component that can solve the task too?
Or: one component to read POP3, another one for extracting text from
received e-mail. The components may be commercial ones (my employer is
rich enough to pay for them ;-)
 
R

red floyd

Hi

Please help me choose a component for the following task

I have C++ Win32-application (MS Visual C++ 2005 or 2008) that must:
- periodically (say once in 5 min) check a mailbox via POP3
- retrieve new messages from there, process them (the processing is
specific for the my task) and remove the processed messages.
The processing converts body of received mail into plain text (WCHAR*
string). I mean: to convert removing formatting elements like HTML
tags (when a mail is in HTML format) etc., leaving only text. Now I am
not interested in content of attachments - I need only mail's text.

The question is: do you know a component that can solve the task too?
Or: one component to read POP3, another one for extracting text from
received e-mail. The components may be commercial ones (my employer is
rich enough to pay for them ;-)

Did you have a C++ language question? Try a newsgroup with "windows"
or
"microsoft" in its name.

Please see FAQ 5.9 http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top