Imapsync: Difference between revisions
imported>Onny Add initial page |
imported>Onny Add usage example |
||
Line 8: | Line 8: | ||
environment.systemPackages = [ pkgs.imapsync ]; | environment.systemPackages = [ pkgs.imapsync ]; | ||
</nowiki>}} | </nowiki>}} | ||
== Usage == | |||
Following example transfers all mails from server <code>mail1.example.org</code> to <code>mail2.example.org</code> via IMAP protocol using supplied credentials | |||
<syntaxhighlight lang="console"> | |||
# imapsync \ | |||
--host1 mail1.example.org --user1 user1 --password1 "secret1" \ | |||
--host2 mail2.example.org --user2 user1 --password2 "secret1" | |||
</syntaxhighlight> | |||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:Mail]] | [[Category:Mail]] |