Sha256: 43517113a840a95eba19bd16e718334b5680a2cf9c3be3b2b7e6db86e5dc1cbf
Contents?: true
Size: 384 Bytes
Versions: 3
Compression:
Stored size: 384 Bytes
Contents
#-- # Copyright (c) 2007-2010 by Mike Mondragon (mikemondragon@gmail.com) # # Please see the LICENSE file for licensing information. #++ class TMail::MessageIdHeader #:nodoc: def real_body @body end end class TMail::Mail ## # Determines the mime-type of a part. Guarantees a type is returned. def part_type? self.content_type('text/plain') end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mms2r-2.4.1 | lib/tmail_ext.rb |
mms2r-2.4.0 | lib/tmail_ext.rb |
mms2r-2.3.0 | lib/tmail_ext.rb |