home ¦ Archives ¦ Atom ¦ RSS

offlineimap

For the longest time, I’ve been keeping an eye out for a good GMail backup solution. I’ve stashed a lot of links, but never really cottoned to any of the potential applications. However, thanks to Mike Johnson, I might finally have something that fits my tastes.

Johnson describes how to use offlineimap to download your GMail contents using of course the IMAP protocol. offlineimap is written in Python, so it should work on both Linux and MacOS.

Offlineimap is meant to take an IMAP folder offline for later reading by copying the contents of the IMAP server to a MailDir folder, which is an older Unix standard that organizes emails into local mail folders. Once copied locally, the mail folder can be read by any number of email programs. At it turns out, this is also awesome for making backups.

There are a couple of great things that fall out if this actually works

  • The backup procedure can be hosted on my own home Linux box or better yet my Linode VPS. No lockin to a particular vendor.
  • cron can be used to run the backup process automatically. I won’t forget to do it.
  • offlineimap allows you to select specific folders. So I finally might have a convenient way to download my @Notes folder locally to my MacBook for indexing by Spotlight. Alternatively, I can use my own full text search engine.

© 2008-2024 C. Ross Jam. Built using Pelican. Theme based upon Giulio Fidente’s original svbhack, and slightly modified by crossjam.