Exception: Net::IMAP::LoginDisabledError

Inherits:
Error
  • Object
show all
Defined in:
lib/net/imap/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Remote server has disabled the LOGIN command") ⇒ LoginDisabledError

Returns a new instance of LoginDisabledError.



11
12
13
# File 'lib/net/imap/errors.rb', line 11

def initialize(msg = "Remote server has disabled the LOGIN command", ...)
  super
end