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

TMail dependency should be specified #18

Closed tomonacci closed 11 years ago

tomonacci commented 14 years ago

Current gemspec does not say ruby-gmail depends on tmail, though it is used in lib/mime/entity_tmail.rb. This is problematic when an user doesn't have tmail in his/her environment yet. Something like gem.add_dependency 'tmail' should be added to the Rakefile.

wengzilla commented 11 years ago

The TMail dependency has since been removed and replaced with the Mail gem. See commit: b1407aba0f04b35a9ac5c2038699554e91f84e12