Page MenuHomePhabricator

Give "MetaMTAMail" a "message type" and support SMS
ClosedPublic

Authored by epriestley on Jan 21 2019, 11:12 PM.
Tags
None
Referenced Files
F14834751: D20012.id47776.diff
Thu, Jan 30, 5:09 PM
F14834750: D20012.id47811.diff
Thu, Jan 30, 5:09 PM
Unknown Object (File)
Tue, Jan 28, 5:15 AM
Unknown Object (File)
Tue, Jan 28, 4:37 AM
Unknown Object (File)
Mon, Jan 27, 9:01 AM
Unknown Object (File)
Sat, Jan 25, 3:16 AM
Unknown Object (File)
Sat, Jan 25, 3:16 AM
Unknown Object (File)
Sat, Jan 25, 3:16 AM
Subscribers
None

Details

Summary

Depends on D20011. Ref T920. This change lets a "MetaMTAMail" storage object represent various different types of messages, and makes "all" the bin/mail stuff "totally work" with messages of non-email types.

In practice, a lot of the related tooling needs some polish/refinement, but the basics work.

Test Plan

Used echo beep boop | bin/mail send-test --to epriestley --type sms to send myself SMS.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

amckinley added inline comments.
src/applications/metamta/engine/PhabricatorMailSMSEngine.php
49–53

Shouldn't this be impossible? I haven't checked to see if we automatically make the first number added a primary or not, though.

This revision is now accepted and ready to land.Jan 22 2019, 12:08 AM
src/applications/metamta/engine/PhabricatorMailSMSEngine.php
49–53

This one is possible: just don't add any contact numbers to your account.

(Technically, this should become part of whether or not the actor is "deliverable" in a future change, but this is just getting a baseline working.)

The one below is "impossible" but enterprising users can go uPdAtE TaBlE sET ....

This revision was automatically updated to reflect the committed changes.