Hi - I am curious has anyone worked on a project where you emailed a photo to your app - which then takes the attached image and attaches it to your account? For instance, I have a photo gallery that I want to send images from my cellphone to. I need to authenticate that the email came from the one that''s on record, if so, upload the photo to my account. Any ideas/help appreciated. -NB --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Fri, Apr 17, 2009 at 6:32 PM, northband <northband-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi - > > I am curious has anyone worked on a project where you emailed a photo > to your app - which then takes the attached image and attaches it to > your account? > > For instance, I have a photo gallery that I want to send images from > my cellphone to. I need to authenticate that the email came from the > one that''s on record, if so, upload the photo to my account. > > Any ideas/help appreciated. > > -NBYes, have a look at MailFetcher (http://github.com/siannopollo/mail_fetcher/tree/master) and the mms2r gem which will pull photos from cellphone MMS messages Andrew Timberlake http://ramblingsonrails.com http://www.linkedin.com/in/andrewtimberlake "I have never let my schooling interfere with my education" - Mark Twain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks - Andrew, these are good leads. -NB On Apr 17, 11:14 pm, Andrew Timberlake <and...-642hCh26+Dt3UeSHeRwt+FaTQe2KTcn/@public.gmane.org> wrote:> On Fri, Apr 17, 2009 at 6:32 PM, northband <northb...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi - > > > I am curious has anyone worked on a project where you emailed a photo > > to your app - which then takes the attached image and attaches it to > > your account? > > > For instance, I have a photo gallery that I want to send images from > > my cellphone to. I need to authenticate that the email came from the > > one that''s on record, if so, upload the photo to my account. > > > Any ideas/help appreciated. > > > -NB > > Yes, have a look at MailFetcher > (http://github.com/siannopollo/mail_fetcher/tree/master) and the mms2r > gem which will pull photos from cellphone MMS messages > > Andrew Timberlakehttp://ramblingsonrails.comhttp://www.linkedin.com/in/andrewtimberlake > > "I have never let my schooling interfere with my education" - Mark Twain