diff --git a/CREDITS b/CREDITS index 109d679..1a41be6 100644 --- a/CREDITS +++ b/CREDITS @@ -3,6 +3,7 @@ Harald A. Irmer Huge migration with mbox format pb. Several problems. +Gave http://home.arcor.de/armin.diehl/imapcopy/imapcopy.html link. Aleksandar Milivojevic Had problems with the flags arrays @@ -46,6 +47,7 @@ Reed Sandberg Gave "MDaemon 7.0.1 ---> courier-imap-2.2.1" Gave the imapsync-undef_arrayref.diff patch. Added and wrote option --foldersizes +Gave link http://sourceforge.net/projects/migrationtool/ Christoph Nagelreiter Christoph ran imapsync to migrate from diff --git a/ChangeLog b/ChangeLog index 8572032..33f766f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,19 @@ RCS file: RCS/imapsync,v Working file: imapsync -head: 1.120 +head: 1.121 branch: locks: strict access list: symbolic names: keyword substitution: kv -total revisions: 120; selected revisions: 120 +total revisions: 121; selected revisions: 121 description: ---------------------------- +revision 1.121 +date: 2005/02/01 04:03:30; author: gilles; state: Exp; lines: +7 -5 +Added links imapcopy and migrationtool +---------------------------- revision 1.120 date: 2005/02/01 02:38:38; author: gilles; state: Exp; lines: +7 -6 Success stories : MDaemon diff --git a/README b/README index fb1dcce..6645671 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME imapsync - IMAP synchronization, copy or migration tool. Synchronize mailboxes between two imap servers. Good at IMAP migration. - $Revision: 1.120 $ + $Revision: 1.121 $ INSTALL imapsync works fine under any Unix OS. @@ -231,6 +231,8 @@ SIMILAR SOFTWARES imaprepl : http://www.bl0rg.net/software/ http://freshmeat.net/projects/imap-repl/ imap_migrate: http://freshmeat.net/projects/imapmigration/ + imapcopy : http://home.arcor.de/armin.diehl/imapcopy/imapcopy.html + migrationtool http://sourceforge.net/projects/migrationtool/ pop2imap : http://www.linux-france.org/prj/pop2imap/ Feedback (good or bad) will be always welcome. @@ -240,5 +242,5 @@ AUTHOR teaching free open and gratis softwares. Don't hesitate to pay him for that services. - $Id: imapsync,v 1.120 2005/02/01 02:38:38 gilles Exp $ + $Id: imapsync,v 1.121 2005/02/01 04:03:30 gilles Exp $ diff --git a/VERSION b/VERSION index fac18d4..099b05d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.120 +1.121 diff --git a/imapsync b/imapsync index 7a76ce6..a35ec35 100755 --- a/imapsync +++ b/imapsync @@ -6,7 +6,7 @@ imapsync - IMAP synchronization, copy or migration tool. Synchronize mailboxes between two imap servers. Good at IMAP migration. -$Revision: 1.120 $ +$Revision: 1.121 $ =head1 INSTALL @@ -272,6 +272,8 @@ Entries for imapsync: imaprepl : http://www.bl0rg.net/software/ http://freshmeat.net/projects/imap-repl/ imap_migrate: http://freshmeat.net/projects/imapmigration/ + imapcopy : http://home.arcor.de/armin.diehl/imapcopy/imapcopy.html + migrationtool http://sourceforge.net/projects/migrationtool/ pop2imap : http://www.linux-france.org/prj/pop2imap/ Feedback (good or bad) will be always welcome. @@ -282,7 +284,7 @@ Gilles LAMIRAL earn his living writing, installing, configuring and teaching free open and gratis softwares. Don't hesitate to pay him for that services. -$Id: imapsync,v 1.120 2005/02/01 02:38:38 gilles Exp $ +$Id: imapsync,v 1.121 2005/02/01 04:03:30 gilles Exp $ =cut @@ -325,7 +327,7 @@ my( use vars qw ($opt_G); # missing code for this will be option. -$rcs = ' $Id: imapsync,v 1.120 2005/02/01 02:38:38 gilles Exp $ '; +$rcs = ' $Id: imapsync,v 1.121 2005/02/01 04:03:30 gilles Exp $ '; $rcs =~ m/,v (\d+\.\d+)/; $VERSION = ($1) ? $1 : "UNKNOWN"; @@ -362,8 +364,8 @@ $error=0; my $banner = join("", '$RCSfile: imapsync,v $ ', - '$Revision: 1.120 $ ', - '$Date: 2005/02/01 02:38:38 $ ', + '$Revision: 1.121 $ ', + '$Date: 2005/02/01 04:03:30 $ ', "\n", "Mail::IMAPClient version used here is ", $VERSION_IMAPClient, " auth md5 : $md5_supported",