Improved Kolab folders visibility

This commit is contained in:
djmaze 2021-10-14 09:43:20 +02:00
parent fa6590b3ab
commit ef9d1ed220
4 changed files with 25 additions and 11 deletions

View file

@ -14,6 +14,20 @@ export const FolderType = {
NotSpam: 80
};
/**
* @enum {string}
*/
export const FolderMetadataKeys = {
// RFC 5464
Comment: '/private/comment',
CommentShared: '/shared/comment',
// RFC 6154
SpecialUse: '/private/specialuse',
// Kolab
KolabFolderType: '/private/vendor/kolab/folder-type',
KolabFolderTypeShared: '/shared/vendor/kolab/folder-type'
};
/**
* @enum {string}
*/