Page MenuHomePhabricator

Remove old code for sending email to external users who create objects via inbound mail
ClosedPublic

Authored by epriestley on Feb 20 2020, 8:29 PM.
Tags
None
Referenced Files
F15474762: D21007.id50048.diff
Sun, Apr 6, 12:16 PM
F15435746: D21007.id.diff
Tue, Mar 25, 10:02 AM
F15431398: D21007.id50048.diff
Mar 24 2025, 12:08 PM
F15423872: D21007.diff
Mar 22 2025, 7:05 PM
F15412134: D21007.id50052.diff
Mar 19 2025, 11:26 AM
F15406926: D21007.id.diff
Mar 18 2025, 2:50 PM
F15399621: D21007.diff
Mar 17 2025, 5:51 AM
Unknown Object (File)
Feb 26 2025, 8:37 PM
Subscribers
None

Details

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.

Diff Detail

Repository
rP Phabricator
Branch
accountid1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 23873
Build 32845: Run Core Tests
Build 32844: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Feb 20 2020, 8:41 PM
This revision was automatically updated to reflect the committed changes.