Class: MailCapabilities

MailCapabilities

new MailCapabilities(optsopt)

This class represents a JMAP MailCapabilities.
An MailCapabilities object describes mail-related capabilities of a JMAP server.

Parameters:
Name Type Attributes Description
opts Object <optional>

The optional properties of this MailCapabilities.

Properties
Name Type Attributes Default Description
maxMailboxesPerMessage Number <optional>
null

The maximum number of mailboxes that can be can assigned to a single message.

maxSizeMessageAttachments Number <optional>
0

The maximum total size of attachments, in bytes, allowed for messages.

maxDelayedSend Number <optional>
0

The number in seconds of the maximum delay the server supports in sending. 0 if delayed send is not supported.

messageListSortOptions Array.<String> <optional>
[]

A list of all the message properties the server supports for sorting by.

submissionExtensions=

{String[String[]]} Known safe-to-expose EHLO capabilities of the submission server.

Source:
See:

Extends