Created
March 10, 2016 18:44
-
-
Save ishankhare07/c5da463f871c8f0f4771 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 = [email protected] | |
remotepass = *********** | |
realdelete = no | |
maxconnections = 3 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment