1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/metamta/management
epriestley a3c811f281 Accept case-insensitive mail replies
Summary:
Mailbox sometimes (?) changes the case of the email address (?). Be more liberal in what we accept.

Also fix a minor output bug.

Test Plan: Sent mail to `e1+...` instead of `E1+...`, verified it arrived.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D7575
2013-11-12 21:23:23 -08:00
..
PhabricatorMailManagementListInboundWorkflow.php Kill PhabricatorObjectDataHandle 2013-09-11 12:27:28 -07:00
PhabricatorMailManagementListOutboundWorkflow.php Move outbound mail lists to CLI and enhance details 2013-07-10 18:52:22 -07:00
PhabricatorMailManagementReceiveTestWorkflow.php
PhabricatorMailManagementResendWorkflow.php Introduce basic bin/mail with a resend workflow 2013-03-30 15:53:49 -07:00
PhabricatorMailManagementSendTestWorkflow.php Move "send test" to bin/mail 2013-07-10 15:18:24 -07:00
PhabricatorMailManagementShowInboundWorkflow.php Accept case-insensitive mail replies 2013-11-12 21:23:23 -08:00
PhabricatorMailManagementShowOutboundWorkflow.php Fix outdated link to MetaMTA web UI in MetaMTA tasks 2013-08-29 17:37:17 -07:00
PhabricatorMailManagementWorkflow.php