Page MenuHomePhabricator

Have HTML mails return to and cc lines
ClosedPublic

Authored by chad on Nov 15 2014, 5:06 AM.
Tags
None
Referenced Files
F15474297: D10857.diff
Sun, Apr 6, 7:01 AM
F15419244: D10857.id26067.diff
Fri, Mar 21, 4:43 AM
F15405221: D10857.diff
Tue, Mar 18, 10:43 AM
F15400331: D10857.id26066.diff
Mon, Mar 17, 11:03 AM
F15368315: D10857.diff
Wed, Mar 12, 1:28 AM
F15344026: D10857.id26073.diff
Mon, Mar 10, 2:32 AM
F15344025: D10857.id26067.diff
Mon, Mar 10, 2:32 AM
F15316845: D10857.id26067.diff
Mar 6 2025, 7:00 PM
Subscribers

Details

Summary

Fixes T6525, adds cc and tos to html emails

Test Plan

send html and plain emails, see new stuff

Diff Detail

Repository
rP Phabricator
Branch
cc-cc-cc-cc-cc
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3058
Build 3064: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

chad retitled this revision from to Have HTML mails return to and cc lines.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added reviewers: epriestley, btrahan.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/metamta/replyhandler/PhabricatorMailReplyHandler.php
214

This doesn't over-escape? I would have guessed you might need something like:

$html_body .= hsprintf('%s', $this->getRecipients...)

But if it works, we're good.

This revision is now accepted and ready to land.Nov 15 2014, 11:32 AM

It does work, but is it more correct the other way?

pasted_file (223×217 px, 23 KB)

It's a little more correct the other way (it will work with a wider range out of outputs from the method, for example).

This revision was automatically updated to reflect the committed changes.