Class: Email::Provider::AppleMail
- Defined in:
- lib/email/provider/apple_mail.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#host ⇒ Object
4 5 6 |
# File 'lib/email/provider/apple_mail.rb', line 4 def host "imap.mail.me.com" end |
#sets_seen_flags_on_fetch? ⇒ Boolean
8 9 10 |
# File 'lib/email/provider/apple_mail.rb', line 8 def sets_seen_flags_on_fetch? true end |