Exception: Net::IMAP::LoginDisabledError
- Defined in:
- lib/net/imap/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Remote server has disabled the LOGIN command") ⇒ LoginDisabledError
constructor
A new instance of LoginDisabledError.
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 |