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

Message#archive! removes labels from an email and moves it to the main inbox instead of archiving it #60

Open ravicious opened 10 years ago

ravicious commented 10 years ago

message.rb, lines 86:88

Is it because proper archiving is not implemented yet or because it's not possible?