sogo/UI
Juan Vallés ba68bd8935 Make folderKey encoding consistent
The folder names are encoded through the `asCSSIdentifier` and
`stringByEncodingImap4FolderName` functions when we store them as folder
keys. In addition, the prefix "folder" is added to the key.

The order in which these operations were done when storing the folder
keys (and reverted when retrieving them) wasn't consistent trough the
code. This led to problems such as creating twice a folder with a digit
at the beginning of its name.

The folder name goes now through the following operations when being
stored as a key (the retrieval reverts these in the reverse order):

 * `stringByEncodingImap4FolderName`
 * `asCSSIdentifier`
 * Add "folder" prefix
2015-09-15 09:57:30 +02:00
..
AdministrationUI Initial Basque translation 2015-04-27 13:59:05 -04:00
Common Localization 2015-05-22 07:58:26 -04:00
Contacts Revert "Merge pull request #164 from Zentyal/jgarcia/revert-merge-inverse" 2015-08-03 09:48:06 +02:00
MailerUI Make folderKey encoding consistent 2015-09-15 09:57:30 +02:00
MailPartViewers Initial Basque translation 2015-04-27 13:59:05 -04:00
MainUI Revert "Merge pull request #164 from Zentyal/jgarcia/revert-merge-inverse" 2015-08-03 09:48:06 +02:00
PreferencesUI Revert "Merge pull request #164 from Zentyal/jgarcia/revert-merge-inverse" 2015-08-03 09:48:06 +02:00
Scheduler refactored previous commit 2015-05-13 14:52:10 -04:00
SOGoElements Load XMLHttpRequest conditionally (< IE9) 2013-12-18 22:18:08 -05:00
SOGoUI Revert "Merge pull request #164 from Zentyal/jgarcia/revert-merge-inverse" 2015-08-03 09:48:06 +02:00
Templates Revert "Merge pull request #164 from Zentyal/jgarcia/revert-merge-inverse" 2015-08-03 09:48:06 +02:00
WebServerResources Make folderKey encoding consistent 2015-09-15 09:57:30 +02:00
common.make Put private libraries in /usr/lib/sogo 2014-10-01 20:36:42 +02:00
GNUmakefile Fixed compilation ordering to avoid bug in gnustep-make 2013-07-23 08:31:38 -04:00