I want to process all the unread inbox messages through a live web service (ASMX or WCF) so that i can process the messages and do futher processing.
Now we have one API RSSBUS (http://www.rssbus.com/) that can read the gmail messages but in my case i dont know in advance what should be my email client it can be gmail, yahoomail, and so on. It can also be changed later on.
The second requirement is i cant use the API which is paid.The API if requires should be open source.
So is it possible to achieve this? I have found many paid softwares for this. But i would like to create mine.I have no knowledge whether my requirement is feasible or not.
I would like to write my complete code in C#.
Any help is appreciated. Thanks.