On Jan 17, 2008 6:47 AM, Mikel Lindsaar <raasdnil / gmail.com> wrote: > On Jan 17, 2008 1:17 AM, Bira <u.alberton / gmail.com> wrote: > > Is there a way to get the forwarded messages inside as TMail::Mail > > objects? From what I could see of the RDoc, the answer seems to be > > "no". If that is indeed the case, is this something you would like to > > have in TMail? I'm not exactly an expert in RFC822, but I would love > > to help implementing it. > > Sure, would love your help implementing it! And go look at RFC2022... > it updates 822. You mean RFC2822. RFC2022 is about multicast over ATM (a non-TCP/IP network protocol.) Also, even 2822 probably won't help you that much, though it is a valid reference. What you're interested in is MIME wrapping of forwarded messages and older forwarded messages. The older standard is RFC934 (standard for encapsulating messages), and the relevant MIME probably is RFC2045 (obsoletes RFC1521). Note that no matter what you do, I don't think you'll be able to do this reliably - forwarded mail messages just don't follow the standards 100%. So, any implementation is an improvement - you don't have to hit 100% to make this useful. Eivind.