I am doing an Android application and I want to get the last 25 sent mails from a certain email account.
For Gmail I might use http://g4j.sourceforge.net/ and there is Mail Web Service API for Yahoo at http://developer.yahoo.com/mail/.
But I couldn’t find something to do it with Hotmail.
Do you know if it is possible?
Also I am worried of having so many dependencies. I don’t know if I should do something like https://sourceforge.net/projects/mrpostman/ and do web scraping.
You can download (or maybe upload) emails in various ways when using different email providers. My experience with the following providers is:
Yahoo:
GMail:
Hotmail:
General IMAPv4 Provider:
Genral POP3 Provider:
Meanwhile, do not forget that Web Scraping has legal issues and is forbidden in most web sites.