Reduce JavaScript footprint

This commit is contained in:
djmaze 2021-08-20 15:40:07 +02:00
parent fea65b7ebf
commit cc03546484
12 changed files with 811 additions and 942 deletions

View file

@ -5,8 +5,8 @@
*/
export const FolderType = {
Inbox: 10,
SentItems: 11,
Draft: 12,
Sent: 11,
Drafts: 12,
Trash: 13,
Spam: 14,
Archive: 15,