imapsync Usage Guide
Nothing is stored by the app. imapsync runs locally on your machine and does not send or store your emails, passwords, or any data on external servers.
All synchronization happens directly between your IMAP servers. No third parties have access to your data during the synchronization process.
Configuration files, if used, are stored locally on your machine and are not transmitted over the internet.
imapsync uses secure connection protocols (SSL/TLS) when communicating with IMAP servers to ensure your data is encrypted during transmission.
Passwords and sensitive information should be handled securely and never stored in plain text in scripts or command lines.
Users are responsible for securing their own credentials and ensuring that their systems are protected against unauthorized access.
It is recommended to use strong authentication methods such as OAuth when available, rather than password-based authentication.