tags:

views:

221

answers:

1

I am creating a web based email client in .NET using a 3rd party component.

I just want to make sure I have the right idea:

  1. I will first pull the emails in using POP
  2. I will then parse each individual message that I got from POP using the MIME component right?

My choices for 3rd party are: Nsoftware, Quiksoft or Dart.

I am looking at Nsoftware right now though.

+2  A: 

I attempted a similar project last year, but never got very far with it. There were so many solid off-the-shelf solutions to this that I took the advice "Programming is hard. Let's go shopping!"

Jeffrey
which ones are you referring to?
Blankman
SquirrelMail and Horde both seemed to fit what I needed to do.
Jeffrey
looking for a .net solution.
Blankman