class EmlToPdfExt::EmptyPart

Public Instance Methods

attachment?() click to toggle source
# File lib/eml_to_pdf_ext/empty_part.rb, line 7
def attachment?
  false
end
decoded() click to toggle source
# File lib/eml_to_pdf_ext/empty_part.rb, line 15
def decoded
  "[Cannot create a preview of the mail]"
end
mime_type() click to toggle source
# File lib/eml_to_pdf_ext/empty_part.rb, line 11
def mime_type
  "text/plain"
end
multipart?() click to toggle source
# File lib/eml_to_pdf_ext/empty_part.rb, line 3
def multipart?
  false
end