@mxraven/mail - v0.2.0
    Preparing search index...

    Interface FetchRawEmailOptions

    Options for fetchRawEmail.

    interface FetchRawEmailOptions {
        fetch?: FetchLike;
        signal?: AbortSignal;
    }
    Index
    fetch?: FetchLike

    The fetch implementation to use. Defaults to the global fetch.

    signal?: AbortSignal

    Cancels the download.