简体   繁体   English

Email 线程消息使用 JavaMail API 阅读

[英]Email Thread Messages using JavaMail API Reading

How to identify that particular message is email thread and retrieving messages in that thread using JavaMail API?如何识别该特定消息是 email 线程并使用 JavaMail API 在该线程中检索消息?

for email对于 email

 A replies to B
   B replies to A
      A emails to B (Original Message)

This question is referenced to the same thread.这个问题引用了同一个线程。

Email Thread Messages using JavaMail API Email 使用 JavaMail 的线程消息 API

But Still could not find proper way of implementing this.但是仍然找不到正确的方法来实现这一点。 have anyone succeeded in doing this.有没有人成功做到这一点。 I know we need to have this "algorithm thread" implemented but how we could implement.我知道我们需要实现这个“算法线程”,但我们可以如何实现。 as I am using JavaMail version 1.5.6.因为我使用的是 JavaMail 1.5.6 版。

There is no proper way of doing that.没有正确的方法可以做到这一点。 Sometimes your server does not have compulsory extensions installed in it.有时您的服务器没有安装强制扩展。 for your issue you must have sort and thread extension installed in it.对于您的问题,您必须在其中安装排序和线程扩展。

Although you can use this link for reference.虽然您可以使用此链接作为参考。 https://www.rfc-editor.org/rfc/rfc5256 https://www.rfc-editor.org/rfc/rfc5256

If some more info you need just reply to my Answer.如果您需要更多信息,请回复我的答案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM