RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > SVN Releases > Requests

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 07-07-2006, 07:55 AM
Registered User
 
Join Date: Jul 2006
Posts: 9
Downloads: 0
Uploads: 0
Default Folders with special characters (german Umlauts / GMX-Accounts)

Don't know if it's right here as a feature request but I figured out how to configure special folders with umlauts such as "Entwürfe" for "Drafts" and "Gelöscht" for "Trash". I think it's not a feature but you can see the encoding of this foldernames on "Settings" -> "Folders" -> "Rename existing folders". Folders with umlauts are shown in this dropdown encoded and you can use this encoding in your config-file.

For GMX it looks like this:

Code:
// store draft message is this mailbox                     
// leave blank if draft messages should not be stored              
$rcmail_config['drafts_mbox'] = 'Entw&APw-rfe';                 
                                        
// store spam messages in this mailbox                     
$rcmail_config['junk_mbox'] = 'Spamverdacht';                  
                                        
// store sent message is this mailbox                      
// leave blank if sent messages should not be stored              
$rcmail_config['sent_mbox'] = 'Gesendet';                    
                                        
// move messages to this folder when deleting them               
// leave blank if they should be deleted directly                
$rcmail_config['trash_mbox'] = 'Gel&APY-scht';                 
                                        
// display these folders separately in the mailbox list             
$rcmail_config['default_imap_folders'] = array('INBOX', 'Gesendet', 'Gel&APY-scht', 'Entw&APw-rfe', 'Spamverdacht', 'Virusverdacht');
Cheers
glyxkecks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-07-2006, 01:10 PM
flosoft's Avatar
Administrator
 
Join Date: Jun 2006
Location: Brussels, Belgium
Posts: 349
Downloads: 1
Uploads: 0
Send a message via ICQ to flosoft Send a message via AIM to flosoft Send a message via MSN to flosoft
Default Re: Folders with special characters (german Umlauts / GMX-Accounts)

Nice
__________________
New VPS for just 9,99!
Flosoft.biz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-12-2006, 08:13 AM
Registered User
 
Join Date: Jul 2006
Posts: 9
Downloads: 0
Uploads: 0
Default Re: Folders with special characters (german Umlauts / GMX-Accounts)

by the way - has anybody an idea what this encoding is and how to encode arbitrary strings?
It's neither UTF-8 or ISO-8859-1(5) nor HTML-Entities or URL-Encoding...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 11:15 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community