Imapsync

Move email messages to another account

First pull imapsync

docker pull gilleslamiral/imapsync

then move the messages by one simple command

 docker run gilleslamiral/imapsync imapsync \
--host1 imap.server1.com   --user1 user@0domain.com --password1 'yourpassword' \
--host2 imap.server2.com   --user2 user@domain2.com --password2 'anotherpassword' \
--subfolder2 foldername 

https://imapsync.lamiral.info/

Category: Linux Email