如何使用 Java 或使用 ServiceMix 等任何第三方工具阅读邮件
我想从邮件服务器读取邮件。我的邮件服务器可以是任何服务器。 但是当我研究这个主题时,我发现从 gmail 阅读邮件是更容易的选择,现在我想从 gmail 阅读邮件。
我的基本要求是跳过 HTML/TEXT 邮件并仅阅读 TEXT 邮件。 我已经找到了几个用于此目的的 API,但现在为我工作。 我还发现 Apache ServiceMix 有邮件阅读组件。我可以在我的项目中使用它吗? 我的首选方式是什么?
提前致谢。
I want to read mails from mail server. My mail server can be any server.
but when I study for this topic I found reading mail from gmail is easier option and Now i want to read mail from gmail.
My basic requirement is to skip the the HTML/TEXT mail and read only the TEXT mails.
I have found several API for this but now working for me.
I have also found Apache ServiceMix has mail reading component. Can i use this for my project or
What is the preferred way for me ?
Thanx in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用 JavaMail 来执行此操作,可以在此处找到一些示例:http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-eeplat-419426.html#javamail-1.4.3-oth-JPR
I'm using JavaMail to perform this operation and some examples can be found here: http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-eeplat-419426.html#javamail-1.4.3-oth-JPR
我已经使用 Apache Camel 完成了它。
请参考 http://camel.apache.org/mail.html 进行参考。
I have done it using Apache Camel.
Please refer http://camel.apache.org/mail.html for reference.