-1

Is there any POP3/SMTP/IMAP Client for asp.net mvc4? Should support 1) Retrieve email in Inbox, Draft and Send separately. 2) Send eMail with attachment. 3) Download multiple attachment in an email as zip or individually.

Thanks in Advance...

JKANNAN
  • 83
  • 1
  • 10
  • You're asking for opinions, which is not the stackoverflow way. Moreover, if you were to browse the .net/imap questions you'd find the answers PDQ anyway. – arnt Nov 23 '14 at 12:41

1 Answers1

0

You could always use MailKit from source at my GitHub or via easy-to-install packages from NuGet

jstedfast
  • 35,744
  • 5
  • 97
  • 110