aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_mailbox/mail_ext
Commit message (Collapse)AuthorAgeFilesLines
* Consider X-Original-ToGeorge Claghorn2018-11-132-2/+6
|
* Use the address lists that have already been supplied to ensure we get the ↵David Heinemeier Hansson2018-11-071-10/+5
| | | | names as well
* TIL: The from field can technically have multiple people in it, but it is ↵David Heinemeier Hansson2018-11-071-1/+1
| | | | exceedingly rare.
* Recipient fields may be nilDavid Heinemeier Hansson2018-11-071-1/+1
|
* Split out all the addresses from recipientsDavid Heinemeier Hansson2018-11-062-21/+26
|
* Add addresses convenience method and a test for itDavid Heinemeier Hansson2018-11-051-0/+21
|
* Extract Mail-bound methods into mail_ext for future upstream workDavid Heinemeier Hansson2018-11-052-0/+10