I want to allow users to upload photos and videos with their mobile phone by sending the photo/video to an email address. Cal Henderson in "Building Scalable Web Sites" mentions that Flickr has "hundreds" of test cases to deal with the fact that "Wireless Carriers Hate You".
Are there any open source projects/libraries that try to address the quirks of different wireless carriers?
So far I have come across:
- mms2r (seems most promising)
- http://www.weberdev.com/get%5Fexample-4015.html
- http://www.nerdydork.com/download-pop3imap-email-attachments-with-php.html
- http://framework.zend.com/manual/en/zend.mail.read.html
Any others? I would prefer php, but it's not required.
EDIT: oh, and any keyword suggestions to search for would be helpful. My google-fu seems to be returning a lot of not quite relevant results.