Displaying 1 result from an estimated 1 matches for "folder_name_draft".
Did you mean:
folder_name_drafts
2015 Mar 11
2
Fixing broken UTF-8 handling with MySQL driver
...encoded strings. I presume this issue has been around for a while. However, it still fails with the current release candidate 2.2.16-rc1.
I have been using the sieve extdata plugin with a MySQL-backed dict to retrieve a folder name that is then passed to fileinto:
fileinto :create "${extdata.folder_name_drafts}";
Whenever this dict returned a string with non-7byte characters, a line such as the following popped up in sieve.log. (This example query should return "Entw?rfe".)
error: folder name specified for fileinto command is not utf-8: Entw?rfe.
Although my MySQL installation is set u...