mimekit-ts - v1.0.0
    Preparing search index...

    Class SecureMailboxAddress

    A secure mailbox address which includes the fingerprint of the owner's certificate (a SHA-1 hash used as a unique identifier in a certificate store).

    Hierarchy (View Summary)

    Index
    • Parameters

      • name: string | null | undefined

        The display name of the mailbox.

      • address: string

        The address of the mailbox.

      • fingerprint: string

        The fingerprint of the owner's certificate.

      • Optionalroute: Iterable<string, any, any>

        The optional route of the mailbox.

      Returns SecureMailboxAddress

    onChanged: (() => void) | null = null

    Invoked when the address changes.

    encoding: string | CharsetEncoding = 'utf-8'

    The charset used when encoding the display name.

    route: DomainList

    The route domains for the mailbox address.

    fingerprint: string

    The fingerprint of the certificate and/or key to use for signing or encrypting.

    • get name(): string | null

      The display name for the address, if available.

      Returns string | null

    • set name(value: string | null): void

      Parameters

      • value: string | null

      Returns void

    • get address(): string

      The address-spec portion of the mailbox address.

      Returns string

    • set address(value: string): void

      Parameters

      • value: string

      Returns void

    • get localPart(): string

      The local-part of the mailbox address.

      Returns string

    • get domain(): string

      The domain of the mailbox address.

      Returns string

    • get isInternational(): boolean

      Whether the mailbox address contains internationalized text.

      Returns boolean