6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/10/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12937] The 'utf8' parameter usage in the sieve backend doesn't work as described.
*
Your Email Address
*
Spam protection
Enter the letters below:
._.. ..__ . ..__ | |\/|[__)|_/ [__) _|_| |[__)| \|
Comment
> The 'utf8' parameter, as described in the backends.php, should enable > the UTF-8 encoding for folder names. The code that uses the parameter > is found in lib/Script/Sieve/Action/Fileinto.php, and looks like > > if (!empty($vars['utf8'])) { > $this->_vars['folder'] = > Horde_String::convertCharset($this->_vars['folder'], 'UTF7-IMAP', > 'UTF-8'); > } > > However, it seems that the folder name is already coded as UTF-8 when > this code is reached, with the result that each non-ACSII character > is turned into a sequence like '??'. > > On the other hand, if the 'utf8' parameter is false or not defined, > UTF-8 characters in mailboxes work fine.' > > Thus, both the description and the code seems to come from a time > when folder names were stored encoded as IMAP-UTF-7. Unless this can > still be true, the parameter should be removed and the examples in > backends.php should be updated. > > Thanks > Arne Nordmark
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers