Class: Imap::Backup::Email::Provider::GMail
- Defined in:
- lib/imap/backup/email/provider/gmail.rb
Overview
Provides overrides for GMail accounts
Instance Method Summary collapse
-
#host ⇒ String
The GMail IMAP server host name.
Methods inherited from Base
#options, #sets_seen_flags_on_fetch?
Instance Method Details
#host ⇒ String
Returns the GMail IMAP server host name.
9 10 11 |
# File 'lib/imap/backup/email/provider/gmail.rb', line 9 def host "imap.gmail.com" end |