From: Mike Mondragon on
mms2r version 2.4.0 has been released!

* <http://mms2r.rubyforge.org/>
* <by Mike Mondragon>
* <http://rubyforge.org/tracker/?group_id=3065>
* <http://github.com/monde/mms2r>
* <http://peepcode.com/products/mms2r-pdf>

## DESCRIPTION

MMS2R is a library that decodes the parts of an MMS message to disk while
stripping out advertising injected by the mobile 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.

MMS2R can be used to process any multipart email to conveniently access the
parts the mail is comprised of.

Changes:

### 2.4.0 / 2009-12-20 (Dr. Nanemiltred Philtendrieden - specialist on
celebrity death)

* 1 new feature
* replace Hpricot with Nokogiri for html parsing of Sprint data

* 3 minor enhancements
* smartphone identities stored in conf/mms2r_media.yml
* identify Motorola Droid as a smartphone
* identify T-Mobile Dash as a smartphone
* use uuidtools for naming temp directories - kbaum