Sha256: c929451c958270affb5af06f5b2391bdf0d9df1fe0bc5fb861c3b14044749871

Contents?: true

Size: 663 Bytes

Versions: 13

Compression:

Stored size: 663 Bytes

Contents

module MMS2R

  ##
  # T-Mobile version of MMS2R::Media
  #
  # T-Mobile MMS have the user's content in them as
  # a multipart but they also frame that content in
  # a HTML document.  They also attach a number of small
  # images with the MMS that are used in the HTML so that
  # if an email reader is used to view the message then
  # the message is framed nicely by pretty T-Mobile
  # logos.  MMS2R throws out all that junk and leaves the
  # the user generated content.
  #
  # The default subject of the MMS from the carrier
  # is the empty string if the user did not set
  # the subject explicitly.

  class MMS2R::TMobileMedia < MMS2R::Media
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
mms2r-1.1.0 lib/mms2r/t_mobile_media.rb
mms2r-1.1.1 lib/mms2r/t_mobile_media.rb
mms2r-1.1.10 lib/mms2r/t_mobile_media.rb
mms2r-1.1.2 lib/mms2r/t_mobile_media.rb
mms2r-1.1.3 lib/mms2r/t_mobile_media.rb
mms2r-1.1.4 lib/mms2r/t_mobile_media.rb
mms2r-1.1.5 lib/mms2r/t_mobile_media.rb
mms2r-1.1.6 lib/mms2r/t_mobile_media.rb
mms2r-1.1.11 lib/mms2r/t_mobile_media.rb
mms2r-1.1.12 lib/mms2r/t_mobile_media.rb
mms2r-1.1.7 lib/mms2r/t_mobile_media.rb
mms2r-1.1.8 lib/mms2r/t_mobile_media.rb
mms2r-1.1.9 lib/mms2r/t_mobile_media.rb