jmap-kit
    Preparing search index...

    An email header field as defined in RFC 5322

    type EmailHeader = {
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    name: string

    The header field name as defined in RFC 5322, with the same capitalization that it has in the message.

    value: string

    The header field value as defined in RFC 5322, in Raw form.