no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | backup_gmail [2013/06/13 23:02] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Howto Backup Gmail ====== | ||
+ | * [[getmail]] | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[https:// | ||
+ | |||
+ | Getmail is a small script written in Python that downloads a copy of your mailbox contents. | ||
+ | |||
+ | To set it up, you will need to install getmail through brew, create a specific password for getmail to access GMail, make some changes to your GMail settings, and finally configure getmail itself. | ||
+ | |||
+ | === Install Homebrew === | ||
+ | |||
+ | First, install the Homebrew package manager, which we will then use to install getmail. | ||
+ | |||
+ | Open your Terminal application and run this command: | ||
+ | |||
+ | < | ||
+ | ruby -e " | ||
+ | </ | ||
+ | |||
+ | Next, verify that Homebrew has permissions to install applications on your computer. | ||
+ | |||
+ | < | ||
+ | brew doctor | ||
+ | </ | ||
+ | |||
+ | Finally, install the getmail application. | ||
+ | |||
+ | < | ||
+ | brew install getmail | ||
+ | </ |