We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lines 51-55 of lib/gmail.rb:
# gmail.label(name) def label(name) mailboxes[name] ||= Mailbox.new(self, mailbox) end alias :mailbox :label
Change "mailbox" to "name" in line 53 and it's all better.
The text was updated successfully, but these errors were encountered:
FYI this has been fixed in some of the forks:
http://github.com/tinomen/ruby-gmail/commit/b64779f9a352168f46d87a7bbc3d11872298487e
http://github.com/jamster/ruby-gmail/commit/631155a336af634ed7317bfb1754db0a08c7d071
Sorry, something went wrong.
This has been fixed in master. Should this issue be closed?
myobie
No branches or pull requests
Lines 51-55 of lib/gmail.rb:
Change "mailbox" to "name" in line 53 and it's all better.
The text was updated successfully, but these errors were encountered: