Class: POP3Command (Net)

Overview
Module Structure
Class Hierarchy
Instance Methods
POP3Command#initialize / 1
POP3Command#inspect
POP3Command#auth / 2
POP3Command#apop / 2
POP3Command#list
POP3Command#stat
POP3Command#rset
POP3Command#top / 3
POP3Command#retr / 2
POP3Command#dele / 1
POP3Command#uidl / 1
POP3Command#quit
POP3Command#getok / 2
POP3Command#get_response / 2
POP3Command#recv_response
POP3Command#check_response / 1
POP3Command#check_response_auth / 1
POP3Command#critical
is a submodule of
module: Net   
inherits from
  Object ( Builtin-Module )
has properties
method: initialize / 1   
method: inspect   
method: auth / 2   
method: apop / 2   
method: list   
method: stat   
method: rset   
method: top / 3   
method: retr / 2   
method: dele / 1   
method: uidl / 1   
method: quit   
method: getok / 2   
method: get_response / 2   
method: recv_response   
method: check_response / 1   
method: check_response_auth / 1   
method: critical   
is defined at
#867 in net/pop.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
  module: Net
class: POP3Command     

Class Hierarchy

Object ( Builtin-Module )
POP3Command ( Net )
has properties
method: initialize / 1   
method: inspect   
method: auth / 2   
method: apop / 2   
method: list   
method: stat   
method: rset   
method: top / 3   
method: retr / 2   
method: dele / 1   
method: uidl / 1   
method: quit   
method: getok / 2   
method: get_response / 2   
method: recv_response   
method: check_response / 1   
method: check_response_auth / 1   
method: critical   

Instance Methods

POP3Command#initialize / 1

#869 in net/pop.rb

initialize ( sock )

POP3Command#inspect

#876 in net/pop.rb

inspect

POP3Command#auth / 2

#880 in net/pop.rb

auth ( account ,
  password )

POP3Command#apop / 2

#887 in net/pop.rb

apop ( account ,
  password )

POP3Command#list

#897 in net/pop.rb

list

POP3Command#stat

#910 in net/pop.rb

stat

POP3Command#rset

#917 in net/pop.rb

rset

POP3Command#top / 3

#921 in net/pop.rb

top ( num ,
  lines = 0 ,
  &block )

POP3Command#retr / 2

#928 in net/pop.rb

retr ( num ,
  &block )

POP3Command#dele / 1

#935 in net/pop.rb

dele ( num )

POP3Command#uidl / 1

#939 in net/pop.rb

uidl ( num = nil )

POP3Command#quit

#956 in net/pop.rb

quit

POP3Command#getok / 2

#962 in net/pop.rb

getok ( fmt ,
  *fargs )

POP3Command#get_response / 2

#967 in net/pop.rb

get_response ( fmt ,
  *fargs )

POP3Command#recv_response

#972 in net/pop.rb

recv_response

POP3Command#check_response / 1

#976 in net/pop.rb

check_response ( res )

POP3Command#check_response_auth / 1

#981 in net/pop.rb

check_response_auth ( res )

POP3Command#critical

#986 in net/pop.rb

critical