imapfilter icon indicating copy to clipboard operation
imapfilter copied to clipboard

utf-8 fields decoding withing match_field and similar function

Open reditigri opened this issue 1 year ago • 1 comments

Currently a lot of emails in a lot of languages use encoded header fields as non-latin characters used at To, Cc, Bcc, Subject fields. While server-side IMAP searches usually work smoothly, I expect that match_field and similar functions should have capability to work the same way with header decoding. So, is it worth it to support at least utf-8 encoded string decoding for match_* functions (maybe overloaded version)?

reditigri avatar Jul 31 '24 20:07 reditigri

Do you have some examples of what works and what doesn't?

lefcha avatar Apr 27 '25 18:04 lefcha