Skip to content

Instantly share code, notes, and snippets.

@peterkraume
Created March 5, 2018 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save peterkraume/274542a600f15a655b07b211bb6cd720 to your computer and use it in GitHub Desktop.
Save peterkraume/274542a600f15a655b07b211bb6cd720 to your computer and use it in GitHub Desktop.
Migrate typo3.org emails with homebrew and imapsync
  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 YOUR.NAME@typo3.org --password1 XXXXX \
--host2 mail.typo3.org --ssl1 --user2 YOUR.NAME@typo3.org --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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment