View Source MailParser.Attachment (mail_parser v0.7.0)

A message attachment.

Link to this section Summary

Link to this section Types

@type t() :: %MailParser.Attachment{
  content_bytes: binary(),
  content_type: String.t() | nil,
  name: String.t()
}