The following issue has been RESOLVED. ====================================================================== http://www.dbmail.org/mantis/view.php?id=385 ====================================================================== Reported By: maenaka Assigned To: aaron ====================================================================== Project: DBMail Issue ID: 385 Category: Database layer Reproducibility: always Severity: minor Priority: normal Status: resolved target: Resolution: fixed Fixed in Version: SVN Trunk ====================================================================== Date Submitted: 26-Jul-06 04:31 CEST Last Modified: 30-Jul-06 13:20 CEST ====================================================================== Summary: MySQL: Patch: Configurable connection character-encoding. Description: By now, DBMail-MySQL requires the database encoding and the connection encoding must be the same while some people/sites ain't. The attached patch adds the optional "encode" knob to the DBMAIL section in the dbmail.conf, and set the connection encoding if the knob is present.
Ie., add "encode=binary" to the dbmail.conf, then the query "SET NAMES=binary" is executed before the checking of the collation. ====================================================================== ---------------------------------------------------------------------- aaron - 30-Jul-06 13:20 ---------------------------------------------------------------------- Looks good, and I'll trust you that it's needed for some users to get the encodings right. Now in SVN. Issue History Date Modified Username Field Change ====================================================================== 26-Jul-06 04:31 maenaka New Issue 26-Jul-06 04:31 maenaka File Added: charset-trunk.patch 30-Jul-06 13:20 aaron Status new => resolved 30-Jul-06 13:20 aaron Fixed in Version => SVN Trunk 30-Jul-06 13:20 aaron Resolution open => fixed 30-Jul-06 13:20 aaron Assigned To => aaron 30-Jul-06 13:20 aaron Note Added: 0001323 ======================================================================
