Thursday, 19 September 2013

IMAP Email webclient in c#

IMAP Email webclient in c#

I am trying to create a simple web email client in C#/ASP.NET. I am trying
to use Aspose.Email DLL to connect the to the email server via IMAP and
show the emails to the user. Now I am thinking of storing the fetched
emails on the filesystem/database or simply fetching and showing these
emails on each request.
I think storing email body for all users might increase my database size,
but then users would want to page through the results. What is the best
strategy to handle emails once fetched via IMAP?

No comments:

Post a Comment