Class: Imap::Backup::Email::Provider::Base
- Inherits:
-
Object
- Object
- Imap::Backup::Email::Provider::Base
- Defined in:
- lib/imap/backup/email/provider/base.rb
Overview
Supplies defaults for email provider behaviour
Direct Known Subclasses
Instance Method Summary collapse
-
#options ⇒ Hash
Defaults for the Net::IMAP connection.
- #sets_seen_flags_on_fetch? ⇒ Boolean
Instance Method Details
#options ⇒ Hash
Returns defaults for the Net::IMAP connection.
10 11 12 |
# File 'lib/imap/backup/email/provider/base.rb', line 10 def {port: 993, ssl: {min_version: OpenSSL::SSL::TLS1_2_VERSION}} end |
#sets_seen_flags_on_fetch? ⇒ Boolean
14 15 16 |
# File 'lib/imap/backup/email/provider/base.rb', line 14 def sets_seen_flags_on_fetch? false end |