get-cert
IMAP and MailDir mailbox synchronizer
Install
- All systems
-
curl cmd.cat/get-cert.sh
- Debian
-
apt-get install isync
- Ubuntu
-
apt-get install isync
- Alpine
-
apk add isync
- Arch Linux
-
pacman -S isync
- Kali Linux
-
apt-get install isync
- Fedora
-
dnf install isync
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install isync
- OS X
-
brew install isync
- Raspbian
-
apt-get install isync
- Dockerfile
- dockerfile.run/get-cert
- Docker
-
docker run cmd.cat/get-cert get-cert
powered by Commando
isync
IMAP and MailDir mailbox synchronizer
mbsync/isync is a command line application which synchronizes mailboxes; currently Maildir and IMAP4 mailboxes are supported. New messages, message deletions and flag changes can be propagated both ways. isync is suitable for use in IMAP-disconnected mode. The main application was much improved in version 1.0. Those improvements lead to interface changes and the application being renamed to mbsync. The application isync is now only a wrapper to keep compatibility with earlier versions. Features: * Fine-grained selection of synchronization operations to perform * Synchronizes single mailboxes or entire mailbox collections * Partial mirrors possible: keep only the latest messages locally * Trash functionality: backup messages before removing them IMAP features: * Security: supports TLS/SSL via imaps: (port 993) and STARTTLS; CRAM-MD5 for authentication * Supports NAMESPACE for simplified configuration * Pipelining for maximum speed (currently only partially implemented)