email-threading

How to cause sent emails to appear threaded in GMail recipient's view with Message-ID, In-Reply-To and References

本小妞迷上赌 提交于 2019-12-18 03:32:22
问题 I've read some great online resources like http://www.jwz.org/doc/threading.html, and it seems that any email is send with a Message-ID header, then any replies to it include In-Reply-To naming that ID and Refences which can name a list of parent message id's, and email clients use this information to construct threads when viewing a list of emails in threaded view. My question is: Can a series of emails be sent to a recipient with faked headers, to make them appear in a thread without the

What's a good set of heuristics for threading tweets?

我只是一个虾纸丫 提交于 2019-11-30 06:49:24
Everyone knows, if you want to thread emails you use Jamie Zawinski's algorithm . But it's a new century, and there's a new messaging service. What's the best algorithm for threading status updates posted on Twitter? Things I'd definitely like it to cope with: The easy part: using in_reply_to_status_id , in_reply_to_user_id and in_reply_to_screen_name . (Incidentally, finding proper documentation of these values would be useful in itself! Such documentation isn't obviously linked to from here , for example.) Good heuristics for inferring a "reply" relationship from messages that mention a user

What's a good set of heuristics for threading tweets?

微笑、不失礼 提交于 2019-11-29 08:09:50
问题 Everyone knows, if you want to thread emails you use Jamie Zawinski's algorithm. But it's a new century, and there's a new messaging service. What's the best algorithm for threading status updates posted on Twitter? Things I'd definitely like it to cope with: The easy part: using in_reply_to_status_id , in_reply_to_user_id and in_reply_to_screen_name . (Incidentally, finding proper documentation of these values would be useful in itself! Such documentation isn't obviously linked to from here,

How to cause sent emails to appear threaded in GMail recipient's view with Message-ID, In-Reply-To and References

我的梦境 提交于 2019-11-29 02:02:56
I've read some great online resources like http://www.jwz.org/doc/threading.html , and it seems that any email is send with a Message-ID header, then any replies to it include In-Reply-To naming that ID and Refences which can name a list of parent message id's, and email clients use this information to construct threads when viewing a list of emails in threaded view. My question is: Can a series of emails be sent to a recipient with faked headers, to make them appear in a thread without the recipient replying to them? If so, why does my attempt below not work? We have a system that sends out