IMAP Integration
Overview
The Plakar IMAP integration enables seamless backup and restoration of IMAP mail folders to and from a Kloset repository.
Configuration
The configuration parameters are as follow:
location
: The URL of the IMAP server in the form imap://: . username
: Username to login.password
: Password for login.tls
: TlS mode to use. Possible values are tls (the default), starttls and no-tls.tls_no_verify
: If set to yes, the client will not verify the server certificate in tls mode.
Example Usage
1# configure an IMAP source connector
2$ plakar source add myIMAPsrc imap://imap.mydomain.com:143 username=myuser password=mypassword tls=starttls
3
4# backup the mailbox
5$ plakar backup @myIMAPsrc
6
7# configure an IMAP destination connector
8$ plakar destination add myIMAPdst imap://imap.alsomydomain.com:143 username=alsomyuser password=alsomypassword tls=starttls
9
10# restore the snapshot to the destination
11$ plakar restore -to @myIMAPdst <snapid>
Questions, Feedback, and Support
Found a bug? Open an issue on GitHub
Join our Discord community for real-time help and discussions.