mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 06:05:44 +00:00
add ability to create storage for folders on demand, e.g., templates and drafts, r=mscott 45146
This commit is contained in:
parent
1c31415b08
commit
503b621fba
@ -132,6 +132,7 @@ interface nsIImapUrl : nsISupports
|
||||
const long nsImapUpgradeToSubscription = 0x00000015;
|
||||
const long nsImapFolderStatus = 0x00000016;
|
||||
const long nsImapRefreshFolderUrls = 0x00000017;
|
||||
const long nsImapEnsureExistsFolder = 0x00000018;
|
||||
// it's okay to add more imap actions that require us to
|
||||
// be in the authenticated state here without renumbering
|
||||
// the imap selected state url actions. just make sure you don't
|
||||
|
Loading…
Reference in New Issue
Block a user