1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 17:52:43 +01:00
phorge-phorge/src/applications/conpherence
Bob Trahan 4d22c9104f Conpherence - reply handler integration
Summary: Added a reply handler. A few problems -- first, I can't seem to get this to actually send me email so I haven't been able to reply (which I would have done by generating a reply, then copying the raw email into scripts/mail_handler.php). Second, the subject is often terrible on these emails -- unless the conpherence is named its something gross like "E4:" Third, on create I am noticing an error on array_combine() which I think is related to the need to write array_combine_not_broken or what have you I saw go by... (PhabricatorTransactionEditor does array_combine(xaction->getOldValue(), xaction->getOldValue()) and complains that the arrays are empty)

Test Plan: noted that /mail/ said mails were being sent

Reviewers: epriestley

Reviewed By: epriestley

CC: chad, aran, Korvin

Maniphest Tasks: T2399

Differential Revision: https://secure.phabricator.com/D4656
2013-01-25 16:03:54 -08:00
..
application Conpherence V1 2013-01-24 17:23:05 -08:00
config Conpherence - reply handler integration 2013-01-25 16:03:54 -08:00
constants Conpherence V1 2013-01-24 17:23:05 -08:00
controller Conpherence - reply handler integration 2013-01-25 16:03:54 -08:00
editor Conpherence - reply handler integration 2013-01-25 16:03:54 -08:00
mail Conpherence - reply handler integration 2013-01-25 16:03:54 -08:00
query Conpherence V1 2013-01-24 17:23:05 -08:00
storage Conpherence - hide file transactions 2013-01-25 13:04:40 -08:00
view Conpherence V1 2013-01-24 17:23:05 -08:00