Mms2r 1.1.0 Released

We need additional MMS samples to increase the powers of MMS2R!

You can help make MMS2R super awesome and radigical (radical+magical)!

Please send an MMS image from your cellphone to:
[email protected]
and then send another MMS image to the address above and attach a text
message with the image.

Cool pictures will be added to MMS2R’s Flickr page:
Imgur

mms2r version 1.1.0 has been released!

DESCRIPTION:

MMS2R is a library that decodes the parts of an MMS message to disk
while
stripping out advertising injected by the cellphone carriers. MMS
messages are
multipart email and the carriers often inject branding into these
messages. Use
MMS2R if you want to get at the real user generated content from a MMS
without
having to deal with the cruft from the carriers.

If MMS2R is not aware of a particular carrier no extra processing is
done
to the MMS other than decoding and consolidating its media.

Contact the author to add additional carriers to be processed by the
library. Suggestions and patches appreciated and welcomed!

Corpus of carriers currently processed by MMS2R:

Changes:

1.1.0 / 2007-06-08 (Toki Wartooth)

  • get_body to return body text (Luke F.)

  • get_subject returns “” for default subjects now

  • default subjects listed in yaml by carrier in conf directory

  • added granularity to Cingular, Sprint, and Verizon carrier services
    (Will Jessup)

  • refactored Sprint instance to process all media (Will Jessup + Mike)

  • optimized text transformations (Will Jessup)

  • properly handle ISO-8859-1 and UTF-8 text (Will Jessup)

  • autotest powers activate! (ZenTest autotest discovery enabled)

  • configuration file ignores, transforms, and subjects all store
    Regexp’s

  • Put vendor Text::Format & TMail::Mail as an external subversion
    dependency
    to the 1.2 stable branch of Rails ActionMailer

  • added get_number method to return the phone number associated with
    this MMS

  • get_media and get_text attachment_fu helper return the largest piece
    of media
    of that type if the more than one exits in the media (Luke F.)

  • added block support to process() method (Shane V.)

  • http://mms2r.rubyforge.org/