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
790 stars 123 forks source link

support for nested labels #31

Closed squaredade closed 11 years ago

squaredade commented 13 years ago

Are nested labels provided in the interface? I tried to use gmail.label("a").label("b"), but an exception is raised.