From: Azalar --- Date: 2008-09-04T18:21:14+09:00 Subject: Re: IMAP, Gmail & reading the body of the message This partially worked. It gave me the info but had lots of crap around the actual text I am trying to get at. For instance, I got.. #"http://www.blah.com\r\n\r\n\r\n"}> Where I just want the bit between the quotes. I could parse what I have there and look for what is between the quotes but is there a method on what is returned from .. body = imap.fetch(message_id, 'BODY[TEXT]') That gives just that text? -- Posted via http://www.ruby-forum.com/.