Are there any good short code examples that simply read a new gmail message?

后端 未结 4 887
生来不讨喜
生来不讨喜 2020-12-03 09:08

I have been trying to write an app that periodically parses the contents of gmail messages. I have been through the JavaMail FAQ and I have looked at a number of examples in

4条回答
  •  既然无缘
    2020-12-03 09:16

    I found an example here that was helpful. My error was the use of "mail.transport.protocol" rather than "mail.store.protocol."

提交回复
热议问题