mms2r 2.0.0 Released
mms2r version 2.0.0 has been released!
Upcoming!
- A Mobile Rails PeepCode PDF book is in the works with Luke Francl
- A Mobile Rails RailsConf 2008 topic was submited with Luke Francl … we are still awaiting to find out if we’ve been accepted to present.
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.
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:
- Alltel: message.alltel.com
- AT&T/Cingular/Legacy: mms.att.net, txt.att.net, mmode.com, mms.mycingular.com,
cingularme.com - Dobson/Cellular One: mms.dobson.net
- Helio: mms.myhelio.com
- Hutchison 3G UK Ltd: mms.three.co.uk
- LUXGSM S.A.: mms.luxgsm.lu
- NetCom (Norway): mms.netcom.no
- Nextel: messaging.nextel.com
- O2 Germany: mms.o2online.de
- Orange & Regional Oranges: orangemms.net, mmsemail.orange.pl, orange.fr
- PXT New Zealand: pxt.vodafone.net.nz
- Sprint: pm.sprint.com, messaging.sprintpcs.com
- T-Mobile: tmomail.net
- Verizon: vzwpix.com, vtext.com
Changes:
1.2.0 / 2008-01-23 (Skwisgaar Skwigelf – fastest guitarist alive)
- added support for pxt.vodafone.net.nz PXT New Zealand
- added support for mms.o2online.de O2 Germany
- added support for orangemms.net Orange UK
- added support for txt.att.net AT&T
- added support for mms.luxgsm.lu LUXGSM S.A.
- added support for mms.netcom.no NetCom (Norway)
- added support for mms.three.co.uk Hutchison 3G UK Ltd
- removed deprecated #get_number use #number
- removed deprecated #get_subject use #subject
- removed deprecated #get_body use #body
- removed deprecated #get_media use #default_media
- removed deprecated #get_text use #default_text
- removed deprecated #get_attachment use #attachment
- fixed error when Sprint content server responds 500
- better yaml configs
- moved TMail dependency from Rails ActionMailer SVN to ‘official’ Gem
- ::new greedily processes MMS unless otherwise specified as an initialize
option :process => :lazy - logger moved to initialize option :logger => some_logger
- testing using mocks and stubs instead of duck raped Net::HTTP
- fixed typo in name of method #attachement to #attachment
- fixed broken downloading of Sprint videos
Trackbacks<
Use the following link to trackback from your own site:
http://plasti.cx/trackbacks?article_id=828
01/30/2008 at 03:55PM
First, thank you for this great project. I’ve used version 1.1.12 with great success. However, when I upgraded to 2.0.0 I’m getting segfaults with no logging to the logger passed in. Using the example in the rdoc:
require ‘rubygems’ require ’mms2r require ‘tmail’ require ‘fileutils’ mail = TMail::Mail.parse(IO.readlines(“sample-MMS.file”).join) mms = MMS2R::Media.new(mail)The script simply segfaults at that point. I’m on OS X (if that helps.) The same sample file works in 1.1.12 (using create instead of new). Have you seen this before? Am I missing a dependency?
Any help or a pointer in the right direction would be appreciated.
01/30/2008 at 04:00PM
I figured it out. Somewhere in my environment was
require ‘mms2r/media’adding this will cause a segfault. Thanks again for the great project. Hope this post helps anyone else banging their head against the wall.
02/08/2008 at 01:49AM
we released 2.0.1
http://rubyforge.org/forum/forum.php?forum_id=21543
cleaned up some iphone and blackberry signatures and added support for sms.sasktel.com and mobile.indosat.net.id