All Projects → edoceo → imap-move

edoceo / imap-move

Licence: other
Moves messages around imap accounts, very useful for gmail migration

Programming Languages

PHP
23972 projects - #3 most used programming language

IMAP Move

This will move messages from one IMAP system to another

php ./imap-move.php \
    --source imap-ssl://userA:[email protected]:993/ \
    --target imap-ssl://userB:[email protected]:993/sub-folder \
    [ --wipe --fake --copy ]

--fake to just list what would be copied
--wipe to remove messages after they are copied (move)
--copy to store copies of the messages in a path

Shell Wrapper

Included is a shell wrapper to make life a bit easier, see imap-move.sh

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].