Class: Imap::Backup::Email::Provider::Fastmail

Inherits:
Base
  • Object
show all
Defined in:
lib/imap/backup/email/provider/fastmail.rb

Overview

Provides overrides for Fastmail accounts

Instance Method Summary collapse

Methods inherited from Base

#options, #sets_seen_flags_on_fetch?

Instance Method Details

#hostString

Returns the Fastmail IMAP server host name.

Returns:

  • (String)

    the Fastmail IMAP server host name



9
10
11
# File 'lib/imap/backup/email/provider/fastmail.rb', line 9

def host
  "imap.fastmail.com"
end