namespace= |
|
<optional>
|
|
{Object} The namespace give information about mailbox type and owner. |
parentId |
String
|
<optional>
|
null
|
The Mailbox id for the parent of this mailbox, or null if this mailbox is at the top level. |
role |
String
|
<optional>
|
null
|
The role of this mailbox, if it is a system mailbox. See the specification for the possible values. |
sharedWith= |
|
<optional>
|
|
{Object} The sharedWith give information about mailbox shared and rights. |
sortOrder |
String
|
<optional>
|
0
|
Defines the sort order of mailboxes when presented in the UI. |
mustBeOnlyMailbox |
Boolean
|
<optional>
|
false
|
If true, messages in this mailbox may not also be in any other mailbox. |
mayReadItems |
Boolean
|
<optional>
|
false
|
If true, may use this mailbox as part of a filter in a Client#getMessageList call. |
mayAddItems |
Boolean
|
<optional>
|
false
|
If true, the user may add messages to this mailbox. |
mayRemoveItems |
Boolean
|
<optional>
|
false
|
If true, the user may remove messages from this mailbox. |
mayCreateChild |
Boolean
|
<optional>
|
false
|
If true, the user may create a Mailbox with this Mailbox as its parent. |
mayRename |
Boolean
|
<optional>
|
false
|
If true, the user may rename this mailbox or make it a child of another mailbox. |
mayDelete |
Boolean
|
<optional>
|
false
|
If true, the user may delete this mailbox. |
totalMessages |
Number
|
<optional>
|
0
|
The number of messages in this mailbox. |
unreadMessages |
Number
|
<optional>
|
0
|
The number of messages in this mailbox with isUnread=true and isDraft=false. |
totalThreads |
Number
|
<optional>
|
0
|
The number of threads where at least one message in the thread is in this mailbox. |
unreadThreads |
Number
|
<optional>
|
0
|
The number of threads where at least one message in the thread is in this mailbox with isUnread=true and isDraft=false. |
quotas= |
|
<optional>
|
|
{Object} List of enforced quotas. 'STORAGE' for size quota and 'MESSAGE' for messages count. Each one provide used and max properties.
used (Number) number of messages, or size in bytes for storage
max (Number|null) maximum number of messages, or maximum size in bytes for storage. Null means unlimited |