Hi, again me...after adding to the "servers.php" some configuration to use shared folders (I've Cyrus Imap server):
'acl' => array(
'driver' => 'rfc4314',
),
'imap_config' => array(
'children' => true,
'namespace' => array(
'' => array(
'name' => '',
'delimiter' => '.',
'type' => 'personal',
'hidden' => false
),
'#shared.' => array(
'name' => '#shared.',
'delimiter' => '.',
'type' => 'personal',
'hidden' => false
),
),
'search_charset' => array(
'UTF-8' => true
)
)After that I've bad czech coding of the mail boxes: "Inbox":"Doručená pošta" - it is OK. But if I wanna display subfolder, Drafts for example:"Doru??en?? po??ta.Drafts", there should be "Doručená pošta.Drafts". I hope you'll se that right. Long story short, czech letters are changed to "??".
I think I've missed something somewhere, could you kick me to the right way ?
Thanks. J.K. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
binvJY7pCVVhn.bin
Description: Veřejný PGP klíč
-- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
