mailpit-api - v1.5.3
    Preparing search index...

    Interface MailpitAttachmentDataResponse

    Response for the getMessageAttachment() and getAttachmentThumbnail() APIs containing attachment data

    interface MailpitAttachmentDataResponse {
        contentType: string;
        data: ArrayBuffer | Buffer<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    contentType: string

    The attachment MIME type

    data: ArrayBuffer | Buffer<ArrayBufferLike>

    The attachment binary data