Skip to content
Snippets Groups Projects
Commit ed24f2dc authored by rswindell's avatar rswindell
Browse files

RFC822 "To" fields can contain multiple names/addresses, so can't use

strrchr() here to find terminating chars (quotes, parens, brackets).
e.g. '"Joe Shmoe" <joe@shmoe.com>, "Fred Smith" <fred@smith.org>'
would be parsed as 'Joe Shmoe" <joe@shmoe.com>, "Fred Smith'.
parent 48ed4d15
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment