method
dele
v1_9_2_180 -
Show latest stable
- Class:
Net::POP3Command
dele(num)public
No documentation available.
# File lib/net/pop.rb, line 937
def dele(num)
check_response(critical { get_response('DELE %d', num) })
end