Closed galetahub closed 10 years ago
I have faced this bugs before, i advice you to use plugin not gem, and edit gmail.rb at line 122, become like this:
mailboxes[mailbox]
after that reload your server.
Good Luck :) Yacobus Reinhart www.reinhartlab.com
This looks like it has been corrected with the above suggestion.
undefined local variable or method
name' for #<Gmail:0x..fb6710230 (brainberry.tech@gmail.com) disconnected> /var/www/mts-tech/vendor/plugins/ruby-gmail/lib/gmail.rb:122:in
in_label' /var/www/mts-tech/vendor/plugins/ruby-gmail/lib/gmail.rb:38:in `inbox'Line "mailboxes[name] ||= Mailbox.new(self, mailbox)" Change to "mailboxes[mailbox.name] ||= Mailbox.new(self, mailbox)"