Add Mail-Reply-To and reply-to-self support to the ReplyAll strategy
AbandonedPublic

Authored by gjditchfield on Oct 8 2019, 8:28 PM.

Details

Reviewers
None
Summary

As recommended at https://cr.yp.to/proto/replyto.html, give the
highest priority to the Mail-Reply-To header when determining the address
of the author of a message. (See also D24481.)

Also, if the original message was from the KMail user to someone else,
ReplyAll's behaviour is now consistent with ReplySmart: the reply comes
from the user and goes to the original recipients.

Diff Detail

Repository
R94 PIM: Message Library
Branch
replyall (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 17459
Build 17477: arc lint + arc unit
gjditchfield created this revision.Oct 8 2019, 8:28 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptOct 8 2019, 8:28 PM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
gjditchfield requested review of this revision.Oct 8 2019, 8:28 PM
gjditchfield abandoned this revision.Oct 11 2019, 4:46 PM

I'm going to add Mail-Followup-To handling to ReplyAll, and the changes are bigger than I expected. This isn't worth reviewing.