imapsync 1.155 review
Downloadimapsync is a tool for facilitating incremental recursive IMAP transfers from one mailbox to another. imapsync is useful for mailb
|
|
imapsync is a tool for facilitating incremental recursive IMAP transfers from one mailbox to another.
imapsync is useful for mailbox migration, and reduces the amount of data transferred by only copying messages that are not present on both servers.
Read, unread, and deleted flags are preserved, and the process can be stopped and resumed. The original messages can optionally be deleted after a successful transfer.
Requirements:
Perl
Installation:
imapsync works fine under any Unix OS.
You'll find a compressed tarball called imapsync-x.xx.tgz where x.xx is the version number. Untar the tarball where you want :
tar xzvf imapsync-x.xx.tgz
Go into the directory imapsync-x.xx and read the INSTALL file.
The freshmeat record is http://freshmeat.net/projects/imapsync/
SYNOPSIS:
imapsync [options]
imapsync --help
imapsync
imapsync [--host1 server1] [--port1 < num >]
[--user1 < string >] [--passfile1 < string >]
[--host2 server2] [--port2 < num >]
[--user2 < string >] [--passfile2 < string >]
[--noauthmd5]
[--folder < string > --folder < string > ...]
[--include < regex >] [--exclude < regex >]
[--prefix2 < string >] [--prefix1 < string >]
[--regextrans2 < regex > --regextrans2 < regex > ...]
[--sep1 < char >]
[--sep2 < char >]
[--justfolders] [--justfoldersizes] [--justconnect]
[--syncinternaldates]
[--buffersize < int >]
[--syncacls]
[--regexmess < regex >] [--regexmess < regex >]
[--maxsize < int >]
[--maxage < int >]
[--minage < int >]
[--skipheader < regex >]
[--useheader < string >] [--useheader < string >]
[--skipsize]
[--delete] [--expunge] [--expunge1] [--expunge2]
[--subscribed] [--subscribe]
[--nofoldersizes]
[--dry]
[--debug] [--debugimap]
[--timeout < int >] [--fast]
[--version] [--help]
What's New in This Release:
--buffersize, --expunge1, --expunge2, --fastio1, --fastio2, --minage, --useheader, --prefix1, and --foldersizes options were added.
The documentation was updated.
The tool is now "IMAP4 Namespace" RFC 2342 compliant.
More than 20 different IMAP server softwares have now been successfully migrated or synchronised.
imapsync 1.155 keywords