Created
March 5, 2018 07:20
-
-
Save peterkraume/274542a600f15a655b07b211bb6cd720 to your computer and use it in GitHub Desktop.
Revisions
-
peterkraume renamed this gist
Mar 5, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
peterkraume created this gist
Mar 5, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ 1. Install Homebrew (if you haven't yet): https://brew.sh/ 2. Install imapsync: `brew install imapsync` 3. Sync your mails: ``` imapsync \ --host1 mail.nine.ch --ssl1 --user1 [email protected] --password1 XXXXX \ --host2 mail.typo3.org --ssl1 --user2 [email protected] --password2 YYYYY ``` After the sync there will be a logfile in the subfolder `LOG_imapsync`. As the name of the software already states, you can sync multiple times. On the next sync, only new mails are synced.