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