diff options
author | Robin Jarry <robin@jarry.cc> | 2024-06-28 22:49:58 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-06-29 21:21:27 +0200 |
commit | 0efcf2b3b08de22bcd5994a671c2b276db3488eb (patch) | |
tree | 4a21074ac6826c4edfb2208cfb7dbbfbad0411b1 /worker | |
parent | 446d5303b9c7e7100261fe444bf42319e25e228e (diff) | |
download | aerc-0efcf2b3b08de22bcd5994a671c2b276db3488eb.tar.gz |
rfc822: properly parse address lists
h.Text() parses blobs of encoded text without taking into account
specific handling for email addresses. h.AddressList(key) uses
mail.ParseAddressList(h.Get(key)) already deals with charsets and
quoted-printable stuff. Pass it the raw header value.
In some cases, mail.ParseAddressList will return a list of addresses
*and* an UnknownCharset error. In this specific case, ignore the error.
Fixes: https://todo.sr.ht/~rjarry/aerc/257
Reported-by: Inwit <inwit@sindominio.net>
Signed-off-by: Robin Jarry <robin@jarry.cc>
Tested-by: Inwit <inwit@sindominio.net>
Reviewed-by: Tristan Partin <tristan@partin.io>
Diffstat (limited to 'worker')
0 files changed, 0 insertions, 0 deletions