pre release commit (1.9.0.325)

This commit is contained in:
RainLoop Team 2015-05-09 16:09:08 +04:00
parent 1fb553e77e
commit 5b6c90aea9
7 changed files with 80 additions and 28 deletions

View file

@ -114,6 +114,21 @@
'User': 99
};
/**
* @enum {number}
*/
Enums.ServerFolderType = {
'USER': 0,
'INBOX': 1,
'SENT': 2,
'DRAFTS': 3,
'JUNK': 4,
'TRASH': 5,
'IMPORTANT': 10,
'FLAGGED': 11,
'ALL': 12
};
/**
* @enum {string}
*/