Creating Plot Twists
    Preparing search index...

    Type Alias ImapMailbox

    A mailbox returned by listMailboxes().

    type ImapMailbox = {
        name: string;
        delimiter: string;
        flags: string[];
        specialUse?: string;
    }
    Index

    Properties

    name: string

    Mailbox name (e.g. "INBOX", "Sent Messages")

    delimiter: string

    Hierarchy delimiter (e.g. "/")

    flags: string[]

    Mailbox flags (e.g. ["\HasNoChildren"])

    specialUse?: string

    Special-use attribute if present (e.g. "\Sent", "\Drafts", "\Trash")