[Tickets #9503] Re: Double UTF7-IMAP encoding for system folders

bugs at horde.org bugs at horde.org
Wed Jan 19 13:04:17 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9503
------------------------------------------------------------------------------
  Ticket             | 9503
  Updated By         | Gunnar Wrobel <wrobel at pardus.de>
  Summary            | Double UTF7-IMAP encoding for system folders
  Queue              | IMP
  Version            | 4.3.9
  Type               | Bug
  State              | Assigned
  Priority           | 1. Low
  Milestone          |
  Patch              | 1
-Owners             | Horde Developers, Jan Schneider
+Owners             | Horde Developers, Jan Schneider, Michael Slusarz
------------------------------------------------------------------------------


Gunnar Wrobel <wrobel at pardus.de> (2011-01-19 08:04) wrote:

Using

$_prefs['drafts_folder'] = array(
     // The mailbox value must be encoded in the UTF7-IMAP charset (see RFC
     // 3501 [5.1.3]).
     'value' => String::convertCharset(_("Drafts"), NLS::getCharset(),  
'UTF7-IMAP'),
     'locked' => false,
     'shared' => false,
     'type' => 'implicit');

works fine as NLS::getCharset().

I admit I don't know if our translation engine always translates to  
NLS::getCharset(). If it does than that sounds like the correct  
solution.






More information about the bugs mailing list