dcparker / ruby-gmail

A Rubyesque interface to Gmail. Connect to Gmail via IMAP and manipulate emails and labels. Send email with your Gmail account via SMTP. Includes full support for parsing and generating MIME messages.
http://dcparker.github.com/ruby-gmail
792 stars 123 forks source link

version 0.1 doesn't work with JRuby #19

Closed schustenberg closed 11 years ago

schustenberg commented 14 years ago

version 0.1 requires tmail (even if not stated explicitely) which is not available for JRuby. Version 0.0.8 worked fine

myobie commented 11 years ago

I'll work on jruby support after everything else is settled down.