Skip to content
Snippets Groups Projects
Commit ecb549c9 authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[FIX] mail: correctly parse formatted email in JS

Formatted emails using our own formataddr contains quotes to correctly
separate name from emails, like'"Name" <email@domain.com'. However
JS parse function does not correctly handle quotes, assuming everything
being left of opening chevron is the name.

Task-2612945 (Mail: Defensive email formatting)

Part-of: odoo/odoo#74474
parent fed39b3e
No related branches found
No related tags found
Loading
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