Class Net::APOP
In: net/pop.rb
Parent: POP3

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

Methods

apop?  

Public Instance methods

Always returns true.

[Source]

# File net/pop.rb, line 696
    def apop?
      true
    end
To view or add comments on this documentation, please go to the API wiki.

[Validate]