[Rails] Re: Retrieving subject line from a mail

2009-09-23 Thread saideep a.v.s
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 developra...@gmail.com wrote: Hi I want to retrieve the subject line received from the inbox in a mail either from yahoo, gmail,

[Rails] Re: Retrieving subject line from a mail

2009-09-23 Thread Rails ROR
HI , yeah i could do that. Thanks Learner On Wed, Sep 23, 2009 at 2:50 AM, saideep a.v.s annada...@gmail.com 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

[Rails] Re: Retrieving subject line from a mail

2009-09-23 Thread saideep a.v.s
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 developra...@gmail.com wrote: HI , yeah i could do that. Thanks