Skip to content

Instantly share code, notes, and snippets.

@peterkraume
Created March 5, 2018 07:20
Show Gist options
  • Select an option

  • Save peterkraume/274542a600f15a655b07b211bb6cd720 to your computer and use it in GitHub Desktop.

Select an option

Save peterkraume/274542a600f15a655b07b211bb6cd720 to your computer and use it in GitHub Desktop.

Revisions

  1. peterkraume renamed this gist Mar 5, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. peterkraume created this gist Mar 5, 2018.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original 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.