开发者

How to maintain mail conversion (reply / forward / reply to all like gmail) of email using Python pop/imap lib?

开发者 https://www.devze.com 2023-01-12 15:54 出处:网络
I\'ve develop webmail client for any mail server. I want to implement message conversion for it — for example same emails fwd/reply/reply2all should be shown together like gmail does...

I've develop webmail client for any mail server. I want to implement message conversion for it — for example same emails fwd/reply/reply2all should be shown together like gmail does...

My question is: what's the key to find those emails which are either reply/fwd or related to the original 开发者_如何学Cmail....


The In-Reply-To header of the child should have the value of the Message-Id header of the parent(s).


Google just seems to chain messages based on the subject line (so does Apple Mail by the way.)

0

精彩评论

暂无评论...
验证码 换一张
取 消