From: Lionel Bouton Date: 2007-10-25T00:23:48+09:00 Subject: Re: TMail 0.11 Released Mikel Lindsaar wrote the following on 24.10.2007 16:38 : > Hello all, > > I am now maintaining the TMail project with Trans. The RubyForge site is at: > > http://tmail.rubyforge.org/ > > 0.11 rolls up all the great patches that the Ruby on Rails team made > to their branch copy of Action Mailer. It includes a huge amount of > their test cases and also handles a bug where TMail was not handling > multipart emails correctly resulting in Multiplart emails just comming > through as raw plain text. > With the Tmail version Rails is bundling with Rails 1.1.6 and 1.2.3 I had to do this : TMail::HeaderField::FNAME_TO_CLASS.delete 'content-id' to generate HTML emails with inline images (the content-id header is used to reference content to display inline). If I don't, content-id headers specified when adding parts are not used and inline content disappears... This was reported to the Rails developpers (you can find it in their bug database) but wasn't corrected last time I looked (lack of unit tests and proper patch: http://dev.rubyonrails.org/ticket/2179). Are you aware of this problem? Lionel