Imapsync: Difference between revisions
imported>Onny mNo edit summary |
imported>Onny Add useful cmd parameter to example |
||
Line 16: | Line 16: | ||
imapsync \ | imapsync \ | ||
--host1 mail1.example.org --user1 user1 --password1 "secret1" \ | --host1 mail1.example.org --user1 user1 --password1 "secret1" \ | ||
--host2 mail2.example.org --user2 user1 --password2 "secret1" | --host2 mail2.example.org --user2 user1 --password2 "secret1" \ | ||
--addheader | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Adding parameter <code>--addheader</code> helps if you want to sync draft and sent messages which usually have no headers to be identified. | |||
=== Filter messages and deletion === | === Filter messages and deletion === |