Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以很容易地通过 Java 发送电子邮件。我真正想做的是让 Java 程序检查新邮件的电子邮件帐户,阅读邮件的内容并做出相应的反应。我不知道从哪里开始,也不知道谷歌要做什么,所以我真的没有什么要补充的——有人对图书馆或其他方法有什么建议吗?
我建议从 POP3 或 IMAP 类型库开始访问该帐户。
谷歌关于石英触发器,Apache Commons Net。我还记得我们使用Chillcat库来实现这些目的,但它不是免费的。