mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-11-05 08:51:55 +01:00
Some address names may be quoted AND partially encoded. That is only
a word in the middle of the name could be encoded (and be surrounded by
=? and ?= delimiters).
Just check if the address name contains these two delimiters (regardless
of their position) to determine if we should re-decode the name.
Fixes:
|
||
|---|---|---|
| .. | ||
| testdata/message | ||
| message.go | ||
| message_test.go | ||