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

    Interface MailpitAttachmentResponse

    Represents an attachment from a response.

    interface MailpitAttachmentResponse {
        Checksums: { MD5: string; SHA1: string; SHA256: string };
        ContentID: string;
        ContentType: string;
        FileName: string;
        PartID: string;
        Size: number;
    }
    Index

    Properties

    Checksums: { MD5: string; SHA1: string; SHA256: string }

    Checksums for the attachment

    Type Declaration

    • MD5: string

      MD5 checksum

    • SHA1: string

      SHA1 checksum

    • SHA256: string

      SHA256 checksum

    ContentID: string

    Content ID

    ContentType: string

    Content type

    FileName: string

    File name

    PartID: string

    Attachment part ID

    Size: number

    Size in bytes