Struct for incoming attachments.
@type t() :: %Inbox.Attachment{ content_length: number(), content_type: String.t(), data: binary() | nil, filename: String.t(), id: String.t() }