1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-03-01 15:09:14 +01:00
phorge-phorge/src/applications/metamta/query
epriestley 29923cc71a Remove old code for sending email to external users who create objects via inbound mail
Summary:
Ref T13493. I'm updating callers to `getAccountID()` to prepare to move it to a separate table.

This callsite once supported this flow:

  - External users with no accounts send mail to `bugs@`.
  - This creates tasks in Maniphest.
  - They're CC'd when the tasks are updated.

However, after T12237 we never actually send this mail (since their addresses are necessarily unverified).

I left this code in in case this needed to be revisited, but it hasn't been an issue. Just remove it and treat these users as undeliverable.

Test Plan: As a cursory test for nothing being horribly broken, sent some object mail.

Maniphest Tasks: T13493

Differential Revision: https://secure.phabricator.com/D21007
2020-02-20 12:41:51 -08:00
..
PhabricatorMetaMTAActor.php Add "Mute/Unmute" for subscribable objects 2018-02-08 11:06:22 -08:00
PhabricatorMetaMTAActorQuery.php Remove old code for sending email to external users who create objects via inbound mail 2020-02-20 12:41:51 -08:00
PhabricatorMetaMTAApplicationEmailQuery.php Support Spaces in ApplicationEmail 2015-06-11 10:23:56 -07:00
PhabricatorMetaMTAApplicationEmailTransactionQuery.php Use ApplicationTransactions in ApplicationEmail 2015-06-11 10:15:49 -07:00
PhabricatorMetaMTAMailPropertiesQuery.php Manage object mailKeys automatically in Mail instead of storing them on objects 2018-04-25 06:46:58 -07:00
PhabricatorMetaMTAMailQuery.php Fix a qsprintf() issue in mail queries 2019-01-02 14:39:31 -08:00
PhabricatorMetaMTAMailSearchEngine.php Reduce application search engine results list for Dashboards 2017-02-22 12:42:43 -08:00
PhabricatorMetaMTAMemberQuery.php Make packages mailable and subscribable 2016-05-13 17:18:57 -07:00