Jmap.Email.Attachment (JMAP v0.0.5)

View Source

Represents an email attachment from the JMAP API.

Summary

Types

t()

@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()
}