From 579d11054eb0fd4b1a6beef5d73fb3db5bbe5901 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Sat, 12 Mar 2011 02:44:28 +0000 Subject: [PATCH] 1.180 --- CREDITS | 1 + ChangeLog | 9 +++++++-- FAQ | 6 ++++++ README | 8 ++++---- VERSION | 2 +- freshmeat_submition.out | 4 ++-- imapsync | 14 +++++++------- memo | 4 ++-- 8 files changed, 30 insertions(+), 18 deletions(-) diff --git a/CREDITS b/CREDITS index 885c7b1..84197fd 100644 --- a/CREDITS +++ b/CREDITS @@ -10,6 +10,7 @@ Found problem aboutthe md5 file on linux-france.org Chris Toledo Had problems from iPlanet 5.2 to Groupwise 7.0. +Solved them with GW7 pack1. See the imapsync FAQ. Steven Ledwith Success from Rockliffe Mailsite 5.3.11 to dovecot-1.0-0.beta2.7 diff --git a/ChangeLog b/ChangeLog index 0299047..4c46364 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,20 @@ RCS file: RCS/imapsync,v Working file: imapsync -head: 1.179 +head: 1.180 branch: locks: strict + gilles: 1.180 access list: symbolic names: keyword substitution: kv -total revisions: 179; selected revisions: 179 +total revisions: 180; selected revisions: 180 description: ---------------------------- +revision 1.180 locked by: gilles; +date: 2006/07/19 13:45:55; author: gilles; state: Exp; lines: +7 -7 +Updated success list +---------------------------- revision 1.179 date: 2006/07/18 01:57:31; author: gilles; state: Exp; lines: +7 -6 Fixed bug about variable mess_size_total_skipped. diff --git a/FAQ b/FAQ index a6d6e2b..86bf20e 100644 --- a/FAQ +++ b/FAQ @@ -306,3 +306,9 @@ upgrade to 6.0.4 which seems to be a lot more stable. ======================================================================= +Q. Migrating from iPlanet Messaging Server +5.2 Patch 2 (built Jul 14 2004)) to Groupwise 7.0 +I encounter many errors like this: +"Error trying to append string: 17847 BAD APPEND" + +R. GroupWise 7 seems buggy. Apply GroupWise 7 support pack 1 diff --git a/README b/README index 9a701e0..a31e26d 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME Synchronise mailboxes between two imap servers. Good at IMAP migration. More than 25 different IMAP server softwares supported with success. - $Revision: 1.179 $ + $Revision: 1.180 $ INSTALL imapsync works fine under any Unix OS. @@ -204,8 +204,8 @@ IMAP SERVERS (http://www.dovecot.org/) - Domino (Notes) 6.5, 5.0.6, 5.0.7 - Eudora WorldMail v2 - - Groupwise IMAP (Novell). Buggy so see the FAQ. - - iPlanet Messaging server 4.15, 5.1 + - Groupwise IMAP (Novell) 6.x and 7.0. Buggy so see the FAQ. + - iPlanet Messaging server 4.15, 5.1, 5.2 - IMail 7.15 (Ipswitch/Win2003), 8.12 - MDaemon 7.0.1, 8.1 - MS Exchange Server 5.5 @@ -290,5 +290,5 @@ AUTHOR teaching free open and gratis softwares. Don't hesitate to pay him for that services. - $Id: imapsync,v 1.179 2006/07/18 01:57:31 gilles Exp $ + $Id: imapsync,v 1.180 2006/07/19 13:45:55 gilles Exp gilles $ diff --git a/VERSION b/VERSION index b9adc5e..b72abab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.179 +1.180 diff --git a/freshmeat_submition.out b/freshmeat_submition.out index 4c006c5..6ecb420 100644 --- a/freshmeat_submition.out +++ b/freshmeat_submition.out @@ -1,9 +1,9 @@ Project: imapsync -Version: 1.177 +Version: 1.179 Release-Focus: Minor bugfixes Hide: Y Home-Page-URL: http://www.linux-france.org/prj/imapsync/ Gzipped-Tar-URL: http://www.linux-france.org/prj/imapsync/dist/ -Syntax cleanup +Fixed a bug to calculate skipped size diff --git a/imapsync b/imapsync index e560f1b..f3d16c8 100755 --- a/imapsync +++ b/imapsync @@ -7,7 +7,7 @@ tool. Synchronise mailboxes between two imap servers. Good at IMAP migration. More than 25 different IMAP server softwares supported with success. -$Revision: 1.179 $ +$Revision: 1.180 $ =head1 INSTALL @@ -233,8 +233,8 @@ Success stories reported with the following imap servers (http://www.dovecot.org/) - Domino (Notes) 6.5, 5.0.6, 5.0.7 - Eudora WorldMail v2 - - Groupwise IMAP (Novell). Buggy so see the FAQ. - - iPlanet Messaging server 4.15, 5.1 + - Groupwise IMAP (Novell) 6.x and 7.0. Buggy so see the FAQ. + - iPlanet Messaging server 4.15, 5.1, 5.2 - IMail 7.15 (Ipswitch/Win2003), 8.12 - MDaemon 7.0.1, 8.1 - MS Exchange Server 5.5 @@ -340,7 +340,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.179 2006/07/18 01:57:31 gilles Exp $ +$Id: imapsync,v 1.180 2006/07/19 13:45:55 gilles Exp gilles $ =cut @@ -397,7 +397,7 @@ my( use vars qw ($opt_G); # missing code for this will be option. -$rcs = ' $Id: imapsync,v 1.179 2006/07/18 01:57:31 gilles Exp $ '; +$rcs = ' $Id: imapsync,v 1.180 2006/07/19 13:45:55 gilles Exp gilles $ '; $rcs =~ m/,v (\d+\.\d+)/; $VERSION = ($1) ? $1 : "UNKNOWN"; @@ -434,8 +434,8 @@ $error=0; my $banner = join("", '$RCSfile: imapsync,v $ ', - '$Revision: 1.179 $ ', - '$Date: 2006/07/18 01:57:31 $ ', + '$Revision: 1.180 $ ', + '$Date: 2006/07/19 13:45:55 $ ', "\n", "Mail::IMAPClient version used here is ", $VERSION_IMAPClient,"\n" diff --git a/memo b/memo index 3f273da..743948a 100644 --- a/memo +++ b/memo @@ -53,7 +53,7 @@ if ! newer VERSION $NEWS_FILE_FM_OUT; then else if newer VERSION $NEWS_FILE_FM_INP; then echo "Update $NEWS_FILE_FM_INP please" - return + return 1 fi fm_read_param @@ -68,7 +68,7 @@ Gzipped-Tar-URL: http://www.linux-france.org/prj/imapsync/dist/ $TEXT_BODY EOF -return +#return freshmeat-submit < $NEWS_FILE_FM_OUT fi