aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/multiple-unquoted-display-names.email
Commit message (Collapse)AuthorAgeLines
* Move the non-fixture files in spec/fixtures to their own subdirectory,Robin Houston2011-06-10-27/+0
| | | | | so that we can run rake spec:db:fixtures:load without it choking on the files that aren't fixtures.
* Monkeypatching TMail parser to fix case where multiple addresses in the to: ↵Louise Crow2011-03-28-0/+27
field of an incoming email have unquoted display parts - with this patch, each address is returned by the TMail to() function, without it only the last one is returned.