

Con imapsync è possibile spostare email da una casella imap ad un’ altra casella imap utilizzando le opzioni –delete e –expunge
es.
1 |
imapsync --host1 localhost --user1 xxx@dominio1.it --password1 xxx --host2 localhost --user2 xxx@dominio2.it --password2 xxx --delete --expunge |