Jmap.Email.Attachment (JMAP v0.0.3)
View SourceRepresents an email attachment from the JMAP API.
Summary
Types
@type t() :: %Jmap.Email.Attachment{ blob_id: String.t(), charset: String.t() | nil, cid: String.t() | nil, contents: binary() | nil, disposition: String.t() | nil, language: String.t() | nil, location: String.t() | nil, name: String.t() | nil, part_id: String.t(), size: integer(), type: String.t() }