Class: Imap::Backup::Email::Provider::AppleMail
- Defined in:
- lib/imap/backup/email/provider/apple_mail.rb
Overview
Provides overrides for Apple mail accounts
Instance Method Summary collapse
-
#host ⇒ String
The Apple Mail IMAP server host name.
- #sets_seen_flags_on_fetch? ⇒ Boolean
Methods inherited from Base
Instance Method Details
#host ⇒ String
Returns the Apple Mail IMAP server host name.
9 10 11 |
# File 'lib/imap/backup/email/provider/apple_mail.rb', line 9 def host "imap.mail.me.com" end |
#sets_seen_flags_on_fetch? ⇒ Boolean
13 14 15 |
# File 'lib/imap/backup/email/provider/apple_mail.rb', line 13 def sets_seen_flags_on_fetch? true end |