From: Thiago Jackiw Date: 2006-05-14T20:34:55+09:00 Subject: Problem with net/imap ------=_Part_39718_7045605.1147606492813 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi all, I've been struggling for the past hour to get just the message text itself from the body but I can't figure out, all I get is the entire body which contains all the headers, etc... This is what I'm doing... imap =3D IMAP.new(server) imap.authenticate('LOGIN', login, passwd) imap.examine('INBOX') imap.uid_fetch(uid, "BODY[]").first.attr["BODY[]"] Any help would be appreciated. Thanks ------=_Part_39718_7045605.1147606492813--