Class: Email::Provider::Unknown
- Defined in:
- lib/email/provider/unknown.rb
Instance Method Summary collapse
-
#host ⇒ Object
We don’t know how to guess the IMAP server.
- #options ⇒ Object
Methods inherited from Base
Instance Method Details
#host ⇒ Object
We don’t know how to guess the IMAP server
5 6 |
# File 'lib/email/provider/unknown.rb', line 5 def host end |
#options ⇒ Object
8 9 10 11 12 |
# File 'lib/email/provider/unknown.rb', line 8 def # rubocop:disable Naming/VariableNumber {port: 993, ssl: {ssl_version: :TLSv1_2}} # rubocop:enable Naming/VariableNumber end |