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.

link|improve this question

1  
your requirements are far too general to be answered... IMHO there is no "single unpaid API" to cover all and everything you describe... but for starters you can look at POP3 and IMAP and go from there... – Yahia Oct 22 '11 at 6:54
Whenever I see a "is it possible to do this" question, I'm tempted to simply answer with "yes". – Inuyasha Oct 22 '11 at 8:35
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.