1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/ponder/storage
epriestley 2532cb9613 Add mail keys to Ponder questions
Summary:
We need to go slightly farther to stub reply handler functionality for Ponder in at least some configurations, where we rely on the presence of a unique random key to generate per-object or per-object+user reply addresses.

This should probably be formalized in an interface since it's currently pretty ad-hoc.

Test Plan:
  - Made comments in Ponder under a per-user email configuration.
  - Ran migration, verified mail keys were generated.
  - Ran migration again (with --apply), verified existing questions were skipped.
  - Created a new question, verified mail key generation.

Reviewers: pieter

Reviewed By: pieter

CC: aran

Maniphest Tasks: T1873

Differential Revision: https://secure.phabricator.com/D3665
2012-10-08 20:14:58 -07:00
..
PonderAnswer.php adding comments to ponder 2012-09-11 12:13:20 -07:00
PonderComment.php adding comments to ponder 2012-09-11 12:13:20 -07:00
PonderDAO.php Adding Ponder-related files. 2012-08-10 10:44:04 -07:00
PonderQuestion.php Add mail keys to Ponder questions 2012-10-08 20:14:58 -07:00
PonderVotableInterface.php Adding Ponder-related files. 2012-08-10 10:44:04 -07:00