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.
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.
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.