imap-move
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Moves messages around imap accounts, very useful for gmail migration
# IMAP Move

This will move messages from one IMAP system to another

    php ./imap-move.php \
        --source imap-ssl://userA:secret-password@imap.example.com:993/ \
        --target imap-ssl://userB:secret-passwrod@imap.example.com: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`

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。