Downloading sent mails from Yahoo, Gmail and Hotmail

后端 未结 2 1171
一个人的身影
一个人的身影 2021-02-16 00:31

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 M

2条回答
  •  你的背包
    2021-02-16 01:11

    In our company's webapp, we use JavaMail to send mail through gmail account (very easy to use and powerful API). On JavaMail third-party product page I found project JDAVMail. It provides access method for WebDAV based protocol services. Maybe it'll be useful for you.

    And, for Android: javamail-android

提交回复
热议问题