In Files

  • net-pop-0.1.1/lib/net/pop.rb

Parent

Methods

Net::APOPSession

This class is equivalent to POP3, except that it uses APOP authentication.

Public Instance Methods

apop?() click to toggle source

Always returns true.

 
               # File net-pop-0.1.1/lib/net/pop.rb, line 727
def apop?
  true
end
            
There is an updated format of the API docs for this version here.