Created
November 18, 2019 02:25
-
-
Save nnathan/7ed3e023305f84ce2a696ff1f785bef9 to your computer and use it in GitHub Desktop.
.offlineimaprc for backing up on MacOS
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
# to do a one-shot backup: | |
# | |
# $ offlineimap -a fastmail | |
[general] | |
accounts = fastmail | |
ui = blinkenlights | |
[Account fastmail] | |
localrepository = Local | |
remoterepository = Remote | |
[Repository Local] | |
type = Maildir | |
localfolders = ~/fastmail | |
[Repository Remote] | |
type = IMAP | |
remotehost = mail.messagingengine.com | |
remoteuser = [email protected] | |
remotepass = hunter2 | |
ssl=true | |
sslcacertfile = /usr/local/etc/openssl/cert.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment