Skip to content

Instantly share code, notes, and snippets.

@ishankhare07
Created March 10, 2016 18:44
Show Gist options
  • Save ishankhare07/c5da463f871c8f0f4771 to your computer and use it in GitHub Desktop.
Save ishankhare07/c5da463f871c8f0f4771 to your computer and use it in GitHub Desktop.
# Sample minimal config file. Copy this to ~/.offlineimaprc and edit to
# get started fast.
[general]
accounts = Gmail
[Account Gmail]
localrepository = Gmail-Local
remoterepository = Gmail-Remote
[Repository Gmail-Local]
type = Maildir
localfolders = ~/Mail/Gmail
[Repository Gmail-Remote]
type = IMAP
remotehost = mail.google.com
remoteuser = ishankhare07@gmail.com
remotepass = ***********
realdelete = no
maxconnections = 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment