Downloading sent mails from Yahoo, Gmail and Hotmail

后端 未结 2 1622
悲哀的现实
悲哀的现实 2021-02-16 00:45

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:09

    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

提交回复
热议问题