alecpl
2010-03-11 f52946a9a8f02136bab380c74209f861e48cf57c
- change managesieve_mbox_encoding to UTF-8 in .dist config according to RFC


1 files modified
4 ■■■■ changed files
plugins/managesieve/config.inc.php.dist 4 ●●●● patch | view | raw | blame | history
plugins/managesieve/config.inc.php.dist
@@ -17,8 +17,8 @@
// Sieve RFC says that we should use UTF-8 endcoding for mailbox names,
// but some implementations does not covert UTF-8 to modified UTF-7.
// Defaults to UTF7-IMAP for backward compatybility
$rcmail_config['managesieve_mbox_encoding'] = 'UTF7-IMAP';
// Defaults to UTF7-IMAP
$rcmail_config['managesieve_mbox_encoding'] = 'UTF-8';
// I need this because my dovecot (with listescape plugin) uses
// ':' delimiter, but creates folders with dot delimiter