CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Sep 2006
    Posts
    41

    Reading and parsing mails via POP3

    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 Wink
    Last edited by KellyLynch; January 21st, 2010 at 03:30 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured