This commit is contained in:
Nick Bebout 2011-03-12 02:44:12 +00:00
parent ce5693f206
commit b17d465c3e
5 changed files with 20 additions and 10 deletions

View file

@ -3,6 +3,7 @@
Harald A. Irmer Harald A. Irmer
Huge migration with mbox format pb. Huge migration with mbox format pb.
Several problems. Several problems.
Gave http://home.arcor.de/armin.diehl/imapcopy/imapcopy.html link.
Aleksandar Milivojevic Aleksandar Milivojevic
Had problems with the flags arrays Had problems with the flags arrays
@ -46,6 +47,7 @@ Reed Sandberg
Gave "MDaemon 7.0.1 ---> courier-imap-2.2.1" Gave "MDaemon 7.0.1 ---> courier-imap-2.2.1"
Gave the imapsync-undef_arrayref.diff patch. Gave the imapsync-undef_arrayref.diff patch.
Added and wrote option --foldersizes Added and wrote option --foldersizes
Gave link http://sourceforge.net/projects/migrationtool/
Christoph Nagelreiter Christoph Nagelreiter
Christoph ran imapsync to migrate from Christoph ran imapsync to migrate from

View file

@ -1,15 +1,19 @@
RCS file: RCS/imapsync,v RCS file: RCS/imapsync,v
Working file: imapsync Working file: imapsync
head: 1.120 head: 1.121
branch: branch:
locks: strict locks: strict
access list: access list:
symbolic names: symbolic names:
keyword substitution: kv keyword substitution: kv
total revisions: 120; selected revisions: 120 total revisions: 121; selected revisions: 121
description: 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 revision 1.120
date: 2005/02/01 02:38:38; author: gilles; state: Exp; lines: +7 -6 date: 2005/02/01 02:38:38; author: gilles; state: Exp; lines: +7 -6
Success stories : MDaemon Success stories : MDaemon

6
README
View file

@ -2,7 +2,7 @@ NAME
imapsync - IMAP synchronization, copy or migration tool. Synchronize imapsync - IMAP synchronization, copy or migration tool. Synchronize
mailboxes between two imap servers. Good at IMAP migration. mailboxes between two imap servers. Good at IMAP migration.
$Revision: 1.120 $ $Revision: 1.121 $
INSTALL INSTALL
imapsync works fine under any Unix OS. imapsync works fine under any Unix OS.
@ -231,6 +231,8 @@ SIMILAR SOFTWARES
imaprepl : http://www.bl0rg.net/software/ imaprepl : http://www.bl0rg.net/software/
http://freshmeat.net/projects/imap-repl/ http://freshmeat.net/projects/imap-repl/
imap_migrate: http://freshmeat.net/projects/imapmigration/ 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/ pop2imap : http://www.linux-france.org/prj/pop2imap/
Feedback (good or bad) will be always welcome. 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 teaching free open and gratis softwares. Don't hesitate to pay him for
that services. 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 $

View file

@ -1 +1 @@
1.120 1.121

View file

@ -6,7 +6,7 @@ imapsync - IMAP synchronization, copy or migration
tool. Synchronize mailboxes between two imap servers. Good tool. Synchronize mailboxes between two imap servers. Good
at IMAP migration. at IMAP migration.
$Revision: 1.120 $ $Revision: 1.121 $
=head1 INSTALL =head1 INSTALL
@ -272,6 +272,8 @@ Entries for imapsync:
imaprepl : http://www.bl0rg.net/software/ imaprepl : http://www.bl0rg.net/software/
http://freshmeat.net/projects/imap-repl/ http://freshmeat.net/projects/imap-repl/
imap_migrate: http://freshmeat.net/projects/imapmigration/ 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/ pop2imap : http://www.linux-france.org/prj/pop2imap/
Feedback (good or bad) will be always welcome. 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 configuring and teaching free open and gratis
softwares. Don't hesitate to pay him for that services. 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 =cut
@ -325,7 +327,7 @@ my(
use vars qw ($opt_G); # missing code for this will be option. 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+)/; $rcs =~ m/,v (\d+\.\d+)/;
$VERSION = ($1) ? $1 : "UNKNOWN"; $VERSION = ($1) ? $1 : "UNKNOWN";
@ -362,8 +364,8 @@ $error=0;
my $banner = join("", my $banner = join("",
'$RCSfile: imapsync,v $ ', '$RCSfile: imapsync,v $ ',
'$Revision: 1.120 $ ', '$Revision: 1.121 $ ',
'$Date: 2005/02/01 02:38:38 $ ', '$Date: 2005/02/01 04:03:30 $ ',
"\n", "\n",
"Mail::IMAPClient version used here is ", "Mail::IMAPClient version used here is ",
$VERSION_IMAPClient, " auth md5 : $md5_supported", $VERSION_IMAPClient, " auth md5 : $md5_supported",