Skip to content

Instantly share code, notes, and snippets.

@LTe
Created February 13, 2011 13:00
Show Gist options
  • Select an option

  • Save LTe/824667 to your computer and use it in GitHub Desktop.

Select an option

Save LTe/824667 to your computer and use it in GitHub Desktop.
# File net/pop.rb, line 410
def initialize(addr, port = nil, isapop = false)
@address = addr
@ssl_params = POP3.ssl_params
@port = port
@apop = isapop
@command = nil
@socket = nil
@started = false
@open_timeout = 30
@read_timeout = 60
@debug_output = nil
@mails = nil
@n_mails = nil
@n_bytes = nil
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment