mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 03:08:14 +03:00

Especially relevant when the name contains a comma, e.g. "lastname, firstname". Or when it contains parentheses, e.g. "(organization)". When sending to an address with a comma that isn't quoted, we would actually interpret it as two addresses: One without an "@" before the comma, and the second part after the comma with half of the name and the email addrss. This resulted in an error message. When sending to a recipient with unquoted parentheses in the name, those parentheses would be interpreted as an generic email header comment, and left out. For issue #305 by mattfbacon.