Hastymail2

Hastymail2 is an Open Source IMAP webmail client written in PHP. Our focus is compliance, usability, security, and speed.

Hastymail 2

avatar
UTF-8 not supported.

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.

Reply /Quote
avatar
Re: UTF-8 not supported.

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

Reply /Quote
avatar
UTF-8 not supported

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.

Reply /Quote
avatar
Re: UTF-8 not supported

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

Reply /Quote
Get Hastymail at SourceForge.net. Fast, secure and Free Open Source software downloads