flanker icon indicating copy to clipboard operation
flanker copied to clipboard

Support nested comments

Open rockwotj opened this issue 3 years ago • 0 comments

It seems that the address parser doesn't support nested comments, but the RFC allows it, here's the relevant bits from rfc2822

ccontent        =       ctext / quoted-pair / comment
comment         =       "(" *([FWS] ccontent) [FWS] ")"

rockwotj avatar Apr 06 '21 14:04 rockwotj