Class: Imap::Backup::Email::Provider::Unknown

Inherits:
Base
  • Object
show all
Defined in:
lib/imap/backup/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



8
9
# File 'lib/imap/backup/email/provider/unknown.rb', line 8

def host
end

#optionsObject



11
12
13
14
15
# File 'lib/imap/backup/email/provider/unknown.rb', line 11

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