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

undefined method `peek=' for #<Gmail> #42

Closed ShockwaveNN closed 11 years ago

ShockwaveNN commented 11 years ago

When I try to user 'peek' function I got an exception. I can't find this method on rdoc documentation, but in github main page this function is present on tutorial. Does that function still present in code by different name?

myobie commented 11 years ago

Is this an issue on version 0.3.0 or master?

joshaven commented 11 years ago

I am sorry, I really don't know anything about this project. The developer died a few years ago. There are some people that have edit rights so they may be making updates and would defiantly have better info then I do for you.

On Tuesday, December 18, 2012, Nathan wrote:

Is this an issue on version 0.3.0 or master?

— Reply to this email directly or view it on GitHubhttps://github.com/dcparker/ruby-gmail/issues/42#issuecomment-11513834.

"Without our utmost care and diligence in the investigation of the truth, we must be contented to walk in the shades of ignorance and error." - John Owen 1678

myobie commented 11 years ago

I have edit rights and I just pushed a new version. I am going through the issues trying to figure out which ones still apply. If you don't have any info about this I can close this ticket out.

wengzilla commented 11 years ago

I've confirmed that the peek is indeed an attr_accessor and the functionality appears to be working on master. We should look at closing this ticket out.