class Net::IMAP::LoginDisabledError

Public Class Methods

new(msg = "Remote server has disabled the LOGIN command", ...) click to toggle source
Calls superclass method
# File lib/net/imap/errors.rb, line 11
def initialize(msg = "Remote server has disabled the LOGIN command", ...)
  super
end