Page MenuHomePhabricator

Extract some email address utility code from the receiver stack
ClosedPublic

Authored by epriestley on Jan 3 2019, 4:06 PM.
Tags
None
Referenced Files
F13164378: D19948.id47640.diff
Tue, May 7, 2:18 AM
Unknown Object (File)
Sat, May 4, 6:47 PM
Unknown Object (File)
Wed, May 1, 12:09 AM
Unknown Object (File)
Sun, Apr 28, 5:14 PM
Unknown Object (File)
Fri, Apr 26, 11:43 PM
Unknown Object (File)
Thu, Apr 11, 9:04 AM
Unknown Object (File)
Apr 1 2024, 8:03 PM
Unknown Object (File)
Mar 30 2024, 8:19 AM
Subscribers
None

Details

Summary

Ref T7477. We have some address normalization code in the reciever stack that is really shared code. I want to introduce some new callsites elsewhere but don't want to put a lot of static calls to other random objects all over the place.

This technically "solves" T7477 (it changes "to" to "to + cc" for finding receivers) but doesn't yet implement proper behavior (with multiple receivers, for example).

Test Plan

Ran unit tests, which cover this pretty well. Additional changes will vet this more thoroughly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable