nylas / nylas-mail

:love_letter: An extensible desktop mail app built on the modern web. Forks welcome!
https://nylas.com/nylas-mail/
MIT License
24.8k stars 1.38k forks source link

Incorrect parsing of mailto link with multiple CCs #3635

Open jack-lewin opened 6 years ago

jack-lewin commented 6 years ago

Mailto links with multiple CC addresses are parsed incorrectly (see bottom screenshot - second email address starts with a semicolon).

I'll try and submit a PR for this over the weekend 🙂

Example: mailto:test@example.com?cc=a@b.com;c@d.com

Expected behaviour:

screen shot 2017-09-30 at 09 28 05

Actual behaviour:

screen shot 2017-09-30 at 09 30 36