M
Mikel Lindsaar
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.
There is not a great functional change (only really that emails with
boundary strings that contain special characters are now recognized
and then double quoted by TMail if they weren't already) and mail.to_s
now returns those headers quoted where as accessing the header
parameter directly (like h.param['boundary']) will return it unquoted.
This should be a drop in replacement for anyone using a prior version of TMail.
Next on the cards immediately is:
* Gem version
* Clean up documentation on website
* RDoc documentation fully done
* More test cases and clean up test classes
Any bug reports and feature requests are appreciated, you can join the
mailing list at http://rubyforge.org/mailman/listinfo/tmail-talk
Regards
Mikel
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.
There is not a great functional change (only really that emails with
boundary strings that contain special characters are now recognized
and then double quoted by TMail if they weren't already) and mail.to_s
now returns those headers quoted where as accessing the header
parameter directly (like h.param['boundary']) will return it unquoted.
This should be a drop in replacement for anyone using a prior version of TMail.
Next on the cards immediately is:
* Gem version
* Clean up documentation on website
* RDoc documentation fully done
* More test cases and clean up test classes
Any bug reports and feature requests are appreciated, you can join the
mailing list at http://rubyforge.org/mailman/listinfo/tmail-talk
Regards
Mikel