Skip to content

Instantly share code, notes, and snippets.

@nnathan
Created November 18, 2019 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nnathan/7ed3e023305f84ce2a696ff1f785bef9 to your computer and use it in GitHub Desktop.
Save nnathan/7ed3e023305f84ce2a696ff1f785bef9 to your computer and use it in GitHub Desktop.
.offlineimaprc for backing up on MacOS
# 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 = billg@microsoft.com
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