No description
  • Dockerfile 100%
Find a file
Arndt Touby cc52655105 Update README: Gmail migration example, add docs links
- Realistic example with --gmail1 --automap --delete1
- Links to imapsync FAQ (Gmail, Flags, Folders)
2026-04-15 03:46:46 +02:00
Dockerfile Fix: add procps, remove ENTRYPOINT 2026-04-15 02:31:59 +02:00
README.md Update README: Gmail migration example, add docs links 2026-04-15 03:46:46 +02:00

imapsync ARM64 Docker Image

Custom Docker Image für imapsync, gebaut auf debian:trixie-slim für native ARM64-Unterstützung.

Hintergrund

Das offizielle Image gilleslamiral/imapsync liefert kein ARM64-Image. Dieses Repo baut imapsync aus dem Perl-Source mit allen Debian-Dependencies.

Build & Verwendung

docker build --platform linux/arm64 -t imapsync .

docker run --rm imapsync imapsync \
  --host1 imap.gmail.com --ssl1 \
  --user1 user@gmail.com --password1 secret \
  --host2 imap.mailbox.org --ssl2 \
  --user2 user@mailbox.org --password2 secret2 \
  --gmail1 --automap --delete1

Dokumentation

Lizenz

imapsync steht unter der NLPL-Lizenz: "No limits to do anything with this work and this license."