Imapsync

From NixOS Wiki
Revision as of 07:20, 6 July 2023 by imported>Onny (Add initial page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Imapsync is a versatile email migration tool that allows users to easily transfer emails between different IMAP email servers. It supports various features such as incremental sync, folder hierarchy preservation, and SSL encryption, making it a reliable choice for seamless email migration.

Installation

To install Imapsync system wide add the following line to your system configuration

/etc/nixos/configuration.nix
environment.systemPackages = [ pkgs.imapsync ];