Page MenuHomePhabricator

Fix Ponder Answer email reply handler
ClosedPublic

Authored by chad on Aug 21 2015, 4:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 14, 10:11 PM
Unknown Object (File)
Fri, Mar 29, 4:40 AM
Unknown Object (File)
Thu, Mar 28, 9:10 AM
Unknown Object (File)
Wed, Mar 20, 1:13 PM
Unknown Object (File)
Wed, Mar 20, 1:09 PM
Unknown Object (File)
Mar 3 2024, 7:37 PM
Unknown Object (File)
Mar 3 2024, 7:37 PM
Unknown Object (File)
Mar 3 2024, 7:37 PM
Subscribers

Details

Summary

Should fix all email reply issues, but no solid means of testing at home (how do you local reply test?)

Test Plan

Check for answer mail in /mail/ and see proper headers. Make sure question mail works too.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from to Fix Ponder Answer email reply handler.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.

The easiest way to test inbound mail is generally:

$ nano body.txt # Write the body of your mail
$ ./bin/mail receive-test --as epriestley --to D123 < body.txt

Since A123 isn't actually an object monogram (I think?), I'm not sure if A123 will work, though. If it doesn't, the answer PHID might.

I think the reason these Editors share some of the templating code is to try to get questions and answers to thread together. At least in Mail.app, they aren't always threading together even now, and this change will probably make them thread together less often in more clients. But maybe that's fine.

This revision is now accepted and ready to land.Aug 21 2015, 10:55 AM
chad edited edge metadata.
  • use correct monogram
This revision was automatically updated to reflect the committed changes.