To get filters working, I had to remove the bit of code that referenced "CHARSET UTF-8" and then filters started working. I have been unable to get Search working. It has a similar problem where the server php that access the imap server just hangs waiting.
I added an option to SVN that allows you to set the charset used for the IMAP search command to utf-8, ascii, or none. This will be in the next RC release which should be today or tomorrow. Thanks for the feedback,
Jason
Has this problem been resolved in the RC6 version. I am experiencing the following messages when attempting a search and the search returns no matches.
A4 UID SEARCH CHARSET UTF-8 (SEEN TO "test")
A4 NO [ BADCHARSET ] Character set not supported
I am also experiencing similar errors (i.e. CHARSET UTF-8, Chararcter set not supported) when attempting to use the filters plugin.
It is now a config option which should fix the search page and the filters plugin.
From the hastymail2.conf.example file:
# imap_search_charset
# -------------------
# IMAP search commands can contain an optional charset. If you have problems
# with the search page or the filters plugin changing this might help.
# Available options are utf-8, ascii, or you can leave this blank to
# omit the charset option from searches completely.
imap_search_charset = utf-8
Change this to ascii or blank, reload the hastymail2.rc file, and the problem should be resolved.
Jason