Creating Plot Twists
    Preparing search index...

    Type Alias ImapAddress

    An email address with optional display name.

    type ImapAddress = {
        name?: string;
        address: string;
    }
    Index

    Properties

    Properties

    name?: string

    Display name (e.g. "John Doe")

    address: string

    Email address (e.g. "[email protected]")