method
new
v2_2_9 -
Show latest stable
- Class:
Net::POP3Command
new(sock)public
No documentation available.
# File lib/net/pop.rb, line 890
def initialize(sock)
@socket = sock
@error_occurred = false
res = check_response(critical { recv_response() })
@apop_stamp = res.slice(/<[!-~]+@[!-~]+>/)
end