Class: Email::Provider::Unknown

Inherits:
Base
  • Object
show all
Defined in:
lib/email/provider/unknown.rb

Instance Method Summary collapse

Methods inherited from Base

#sets_seen_flags_on_fetch?

Instance Method Details

#hostObject

We don’t know how to guess the IMAP server



5
6
# File 'lib/email/provider/unknown.rb', line 5

def host
end

#optionsObject



8
9
10
11
12
# File 'lib/email/provider/unknown.rb', line 8

def options
  # rubocop:disable Naming/VariableNumber
  {port: 993, ssl: {ssl_version: :TLSv1_2}}
  # rubocop:enable Naming/VariableNumber
end