Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm currently working on a mailclient to retreive all emails of a single email-adres and put them in the database. Now I came upon this codeproject article: Des pop3 client[^]. It works really well, only I ended up with a error while trying to retreive a email that was replied and forwarded some in MS Outlook.

Turns out the boundary(the thing that separates the mailparts) cannot be found because there was a email inside one of the mailparts, causing the reader to have to read the mailparts recursive, which is not the case in this project.

Now for you guys, is there any way to solve this? Maybe some other example-project?
Posted
Comments
R. Giskard Reventlov 2-May-12 11:57am    
Why not just post a question for the author of the article?
Pickettt 17-Mar-17 4:42am    
In last week I made this by using this example for receiving email in C#. It uses this POP3 C# class.

1 solution

You really need to provide more information. You can address the author: load the page of this article and see the last section, "Comments and Discussions", use "Add a Comment or Question" to ask your question. The author will get e-mail notification and a change to sort it out, but I would advise you to provide comprehensive issue report and sufficient information on the steps to reproduce it.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900