No description
- Dockerfile 100%
- Realistic example with --gmail1 --automap --delete1 - Links to imapsync FAQ (Gmail, Flags, Folders) |
||
|---|---|---|
| Dockerfile | ||
| README.md | ||
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
- imapsync README – Alle Optionen und Beispiele
- FAQ: Gmail – Gmail-spezifische Hinweise (
--gmail1, Labels, Throttling) - FAQ: Flags – Flag-Synchronisation,
--noresyncflags - FAQ: Ordner-Mapping –
--automap,--regextrans2,--f1f2
Lizenz
imapsync steht unter der NLPL-Lizenz: "No limits to do anything with this work and this license."