Class: EMailer

EMailer

new EMailer(optsopt)

This class represents a JMAP EMailer.
An EMailer object holds the name and email address of either a sender or a recipient of a Message.

Parameters:
Name Type Attributes Description
opts Object <optional>

The optional properties of this EMailer.

Properties
Name Type Attributes Default Description
name String <optional>
''

The name of the emailer.

email String <optional>
'@'

The email address of the emailer.

Source:

Methods

(static) unknown() → {EMailer}

This method returns the unknown EMailer, that is, an EMailer instance with all fields set to defaults.

Source:
Returns:

The unknown EMailer.

Type
EMailer