Fixes T6343. Grepped for all callsites and added addLinkSection where needed.
Details
Details
- Reviewers
epriestley btrahan - Maniphest Tasks
- T6343: Phabricator HTML emails have unclickable URLs in Thunderbird
- Commits
- Restricted Diffusion Commit
rP1ac84c1b59de: Add addLinkSection to MailBody to properly format URIs
Tested Differential, Maniphest, Conpherence, Ponder and Macro. Inspect HTML mail for anchor tags. Inspect text mails for non-disruption.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- mail-html
- Lint
Lint Passed - Unit
Test Failures - Build Status
Buildable 2912 Build 2916: [Placeholder Plan] Wait for 30 Seconds
Time | Test | |
---|---|---|
0 ms | testMercurialParser | |
0 ms | testBodyRender | |
0 ms | testBodyRenderNoHerald | |
0 ms | testBodyRenderNoReply | |
0 ms | testGitParser | |
View Full Test Results (1 Failed · 9 Passed) |
Event Timeline
src/applications/metamta/view/PhabricatorMetaMTAMailBody.php | ||
---|---|---|
89 | should I wrap this in another div? |
Comment Actions
Nice!
src/applications/metamta/view/PhabricatorMetaMTAMailBody.php | ||
---|---|---|
89 | idk... want to give something like this a whirl? https://litmus.com/email-testing theoretically each and every html email client may render it differently. I also feel fine just letting users report rendering issues as they come up. | |
107–109 | this site will need updating too |