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
maxSizeMessageAttachments Number <optional>
0

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

canDelaySend Boolean <optional>
false

Whether the server supports inserting a message into the outbox to be sent later.

messageListSortOptions Array.<String> <optional>
0

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

Source:
See:

Extends