class Net::APOP
This class is equivalent to POP3, except that it uses APOP authentication.
Public Instance Methods
Source
# File bundled-src/net-pop-0.1.2/lib/net/pop.rb, line 731 def apop? true end
Always returns true.
This class is equivalent to POP3, except that it uses APOP authentication.
# File bundled-src/net-pop-0.1.2/lib/net/pop.rb, line 731 def apop? true end
Always returns true.