Paul J Stevens wrote:
What charset are you using?

ISO-8859-1. A little background on how I stumbled upon this: I was starting to use SquirrelMail as the front end to dbmail through the dbmail imap server and when setting up filters inside of SquirrelMail I kept getting the error:
"""
ERROR : Could not complete request.
Query: SEARCH CHARSET ISO-8859-1 ALL From {15} [EMAIL PROTECTED]
Reason Given: specified charset is not supported
"""

I found this strange and started poking around SquirrelMail, then dbmail imapd when I found the code in question. There is one mention of this in the archive of the dbmail list, but it went unresolved. So, I thought I'd bring it up again to see if anyone had any new ideas.

Afaik, the code uses only 1-byte char representations. No wchar_t in sight. So chances are pretty slim the code will even work at all with unicode. Seems like a worthy implementation goal.

Thanks for pointing that out. This task would be beyond me as far as coding, but I'd be willing to help in other ways if there was something else I could do.

Reply via email to