According to the standard, it's possible to insert 'comments' inside email addresses, such that john(hello @(world!) )@example.com and john@(my)example.com direct to john@example.com.
The standard states (in Section 3.2.2):
A comment is normally used in a structured field body to provide some human-readable informational text.
However, the inclusion of comments makes parsing valid email addresses much more complicated, and I'm struggling to think of any cases where such comments enable additional functionality that couldn't be achieved otherwise. Was there some obscure historical reason for their inclusion, and comments are now allowed only for legacy reasons (and therefore should be discouraged/ deprecated), or is there a particular functionality that they enable (as seems to be suggested by the standard)?
It seems that Thunderbird parses out these comments and displays them in the 'To' field (see image below), but this works only for messages sent to specific types of accounts, and I haven't found any documentation about this behaviour.
