Hello,
I recently received an e-mail containing German umlauts (ä,ö,ü), which produced the following error when loading the message:
DB Error in /var/www/webmail/program/include/rcube_db.inc (283): DB Error: unknown error Query:
<snip> [nativecode=ERROR: invalid byte sequence for encoding "UNICODE": 0xfc7220]
Apparently, the error is connected to the message's original encoding, which is:
Content-Type: text/plain; charset="ISO-8859-1"
I'm running Roundcube on Apache 2.0 with PostgreSQL 7.4 as a backend. I have not tested this error with the 8.0/8.1 releases yet.
Any ideas?