1 2 3 4 5 6 7 8 9 10
|
The package ruby-tmail contains two implementations of tmailscanner library:
one as a C extension, and the other in pure Ruby. The C extension builds fine
with Ruby 1.8, but is not functional with Ruby 1.9.1, because some functions
have been removed from the Ruby code. As a consequence, the tmailscanner
functionalities are obtained from the pure Ruby implementation.
If you really need to use ruby-tmail, and encounter performance or encoding issues
with Ruby 1.9.1, consider using Ruby 1.8 instead.
-- Cédric Boutillier <boutil@debian.org> Sat, 27 Oct 2012 00:48:11 +0200
|