We have now finished getting TMail trunk compatible with Ruby 1.9.
Your Tmail should work the same in either environment (or at least,
that’s what our tests say).
1.8.6 Ruby Test Suite
baci:~/ruby_programs/tmail/trunk mikel$ rake test
(in /Users/mikel/ruby_programs/tmail/trunk)
Loaded suite
/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader
Started
…
Finished in 0.458218 seconds.
203 tests, 4013 assertions, 0 failures, 0 errors
1.9.0 Ruby Test Suite
baci:~/ruby_programs/tmail/trunk mikel$ rake-trunk test
(in /Users/mikel/ruby_programs/tmail/trunk)
Loaded suite
/usr/local/lib/ruby/gems/1.9.0/gems/rake-0.8.1/lib/rake/rake_test_loader
Started
…
Finished in 0.49248 seconds.
203 tests, 4013 assertions, 0 failures, 0 errors
The next release of TMail (1.2.2) will include this 1.9 compatibility
(about a month away). Right now, if you need it you can get the trunk
revision that has the 1.9 compatibility:
svn checkout -r 197 http://tmail.rubyforge.org/svn/trunk/ TMail
Lots of thanks out to Kornelius K. for breaking the back of the
1.9 compatibility bugs.
Enjoy!
Mikel