[Ruby] [ANN] mms2r 1.0.5 Released

Mike Mondragon mikemondragon at gmail.com
Wed Apr 11 03:29:46 PDT 2007


mms2r version 1.0.5 has been released!

  http://mms2r.rubyforge.org/

== 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 garbage 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:

* AT&T/Cingular => mmode.com
* Cingular => mms.mycingular.com
* Cingular => cingularme.com
* Nextel => messaging.nextel.com
* Sprint => pm.sprint.com
* Sprint => messaging.sprintpcs.com
* T-Mobile => tmomail.net
* Verizon => vzwpix.com
* Verizon => vtext.com

Changes:

== 1.0.5 / 2007-04-10 (William Murderface)

* patch submitted by Luke Francl
* made ignore_media? start its text check from the start of the file (Luke)
* added new text transform for Verizon messages (Luke)
* updated Nextel ignore conf (Luke)
* added addtional samples and tests for T-Mobile & Verizon (Luke)
* cleaned up MMS2R::Media documentation
* added Sprint broken image test for when media goes stale on their
content server
* fixed teardown typo in lots of plases
* added tests for 4 three samples of unique variants of Sprint/Nextel text
* 100% test coverage!

  http://mms2r.rubyforge.org/


More information about the Ruby mailing list