Tuesday, March 1, 2011

How to create a web-based Email Client in .NET?

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.

From stackoverflow
  • 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!"

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

0 comments:

Post a Comment