Hi I want to retrieve the subject line received from the inbox in a mail either from yahoo, gmail, etc. Please guide me on this if anybody can. How do i proceed? Please let me know that. Thanks in advance. Regards, Learner
As a first stage., are you able to get the array of all the mails from your inbox? Best Wishes, Saideep Annadatha On Wed, Sep 23, 2009 at 2:36 PM, Rails ROR <developrails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi > > > I want to retrieve the subject line received from the inbox in a mail > either from yahoo, gmail, etc. > > Please guide me on this if anybody can. > > How do i proceed? Please let me know that. > > > Thanks in advance. > > > Regards, > Learner > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
HI , yeah i could do that. Thanks Learner On Wed, Sep 23, 2009 at 2:50 AM, saideep a.v.s <annadatha-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> As a first stage., are you able to get the array of all the mails from your > inbox? > > > Best Wishes, > Saideep Annadatha > > > > On Wed, Sep 23, 2009 at 2:36 PM, Rails ROR <developrails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> Hi >> >> >> I want to retrieve the subject line received from the inbox in a mail >> either from yahoo, gmail, etc. >> >> Please guide me on this if anybody can. >> >> How do i proceed? Please let me know that. >> >> >> Thanks in advance. >> >> >> Regards, >> Learner >> >> >> > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I believe each mail object will be either hash or array, try finding out that and then you must be able to get the subject line from that object. Best Wishes, Saideep Annadatha On Wed, Sep 23, 2009 at 5:27 PM, Rails ROR <developrails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> HI , > yeah i could do that. > > Thanks > Learner > > On Wed, Sep 23, 2009 at 2:50 AM, saideep a.v.s <annadatha-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > >> As a first stage., are you able to get the array of all the mails from >> your inbox? >> >> >> Best Wishes, >> Saideep Annadatha >> >> >> >> On Wed, Sep 23, 2009 at 2:36 PM, Rails ROR <developrails-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: >> >>> Hi >>> >>> >>> I want to retrieve the subject line received from the inbox in a mail >>> either from yahoo, gmail, etc. >>> >>> Please guide me on this if anybody can. >>> >>> How do i proceed? Please let me know that. >>> >>> >>> Thanks in advance. >>> >>> >>> Regards, >>> Learner >>> >>> >>> >> >> >> > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---