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