Melib v0.1.12 Melib.Attachment View Source

Link to this section Summary

Link to this section Types

Link to this type

dirty() View Source
dirty() :: %{optional(atom()) => any()}

Link to this type

filename() View Source
filename() :: binary()

Link to this type

md5_hash() View Source
md5_hash() :: binary()

Link to this type

mime_type() View Source
mime_type() :: mime_type()

Link to this type

operations() View Source
operations() :: Keyword.t()

Link to this type

sha256_hash() View Source
sha256_hash() :: binary()

Link to this type

sha512_hash() View Source
sha512_hash() :: binary()

Link to this type

t() View Source
t() :: %Melib.Attachment{
  dirty: dirty(),
  ext: ext(),
  file: file(),
  filename: filename(),
  format: format(),
  md5: md5(),
  md5_hash: md5_hash(),
  mime_type: mime_type(),
  operations: operations(),
  path: path(),
  postfix: postfix(),
  sha256: sha256(),
  sha256_hash: sha256_hash(),
  sha512: sha512(),
  sha512_hash: sha512_hash(),
  size: size(),
  verbosed: verbosed()
}

Link to this type

verbosed() View Source
verbosed() :: binary()