I am creating an ASP.NET/C# Web Apllication.
I want to import my emails (from Gmail, or hotmail or others,… doesn’t matter)
and show the title and the message of each email on my webpage.
Is there a way to do this? maybe an API to use?
Any helps or tips are greatly appreciated.
Thank you very much
Take a look at InterIMAP
Here is a link to the documentation
Edit
Here is a link to a similar question which has a number of answers: using c# .net librarires to check for IMAP messages from gmail servers