1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-05 05:02:44 +01:00
phorge-phorge/src/applications/metamta/adapter
epriestley 9de54aedb5 Remove inconsistent and confusing use of the term "multiplex" in mail
Summary:
Ref T13053. Because I previously misunderstood what "multiplex" means, I used it in various contradictory and inconsistent ways.

We can send mail in two ways: either one mail to everyone with a big "To" and a big "Cc" (not default; better for mailing lists) or one mail to each recipient with just them in "To" (default; better for almost everything else).

"Multiplexing" is combining multiple signals over a single channel, so it more accurately describes the big to/cc. However, it is sometimes used to descibe the other approach. Since it's ambiguous and I've tainted it through misuse, get rid of it and use more clear language.

(There's still some likely misuse in the SMS stuff, and a couple of legitimate uses in other contexts.)

Test Plan: Grepped for `multiplex`, saw less of it.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13053

Differential Revision: https://secure.phabricator.com/D18994
2018-02-06 04:04:34 -08:00
..
PhabricatorMailImplementationAdapter.php Extend from Phobject 2015-06-15 18:02:27 +10:00
PhabricatorMailImplementationAmazonSESAdapter.php Add amazon-ses.endpoint configuration 2016-03-23 12:28:59 -07:00
PhabricatorMailImplementationMailgunAdapter.php Explicitly quote "From" name part when submitting mail to the Mailgun API 2017-05-04 17:03:26 -07:00
PhabricatorMailImplementationPHPMailerAdapter.php Remove inconsistent and confusing use of the term "multiplex" in mail 2018-02-06 04:04:34 -08:00
PhabricatorMailImplementationPHPMailerLiteAdapter.php Remove inconsistent and confusing use of the term "multiplex" in mail 2018-02-06 04:04:34 -08:00
PhabricatorMailImplementationSendGridAdapter.php Use phutil_json_decode instead of json_decode 2015-05-05 20:48:55 +10:00
PhabricatorMailImplementationTestAdapter.php phtize all the things 2015-05-22 21:16:39 +10:00