Flowdock
dele( num ) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/net/pop.rb, line 817
    def dele( num )
      check_response(critical { get_response('DELE %d', num) })
    end
Register or log in to add new notes.