This commit is contained in:
Nick Bebout 2011-03-12 02:44:28 +00:00
parent 2f8b2a8a89
commit 579d11054e
8 changed files with 30 additions and 18 deletions

View file

@ -10,6 +10,7 @@ Found problem aboutthe md5 file on linux-france.org
Chris Toledo Chris Toledo
Had problems from iPlanet 5.2 to Groupwise 7.0. Had problems from iPlanet 5.2 to Groupwise 7.0.
Solved them with GW7 pack1. See the imapsync FAQ.
Steven Ledwith Steven Ledwith
Success from Rockliffe Mailsite 5.3.11 to dovecot-1.0-0.beta2.7 Success from Rockliffe Mailsite 5.3.11 to dovecot-1.0-0.beta2.7

View file

@ -1,15 +1,20 @@
RCS file: RCS/imapsync,v RCS file: RCS/imapsync,v
Working file: imapsync Working file: imapsync
head: 1.179 head: 1.180
branch: branch:
locks: strict locks: strict
gilles: 1.180
access list: access list:
symbolic names: symbolic names:
keyword substitution: kv keyword substitution: kv
total revisions: 179; selected revisions: 179 total revisions: 180; selected revisions: 180
description: 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 revision 1.179
date: 2006/07/18 01:57:31; author: gilles; state: Exp; lines: +7 -6 date: 2006/07/18 01:57:31; author: gilles; state: Exp; lines: +7 -6
Fixed bug about variable mess_size_total_skipped. Fixed bug about variable mess_size_total_skipped.

6
FAQ
View file

@ -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

8
README
View file

@ -3,7 +3,7 @@ NAME
Synchronise mailboxes between two imap servers. Good at IMAP migration. Synchronise mailboxes between two imap servers. Good at IMAP migration.
More than 25 different IMAP server softwares supported with success. More than 25 different IMAP server softwares supported with success.
$Revision: 1.179 $ $Revision: 1.180 $
INSTALL INSTALL
imapsync works fine under any Unix OS. imapsync works fine under any Unix OS.
@ -204,8 +204,8 @@ IMAP SERVERS
(http://www.dovecot.org/) (http://www.dovecot.org/)
- Domino (Notes) 6.5, 5.0.6, 5.0.7 - Domino (Notes) 6.5, 5.0.6, 5.0.7
- Eudora WorldMail v2 - Eudora WorldMail v2
- Groupwise IMAP (Novell). Buggy so see the FAQ. - Groupwise IMAP (Novell) 6.x and 7.0. Buggy so see the FAQ.
- iPlanet Messaging server 4.15, 5.1 - iPlanet Messaging server 4.15, 5.1, 5.2
- IMail 7.15 (Ipswitch/Win2003), 8.12 - IMail 7.15 (Ipswitch/Win2003), 8.12
- MDaemon 7.0.1, 8.1 - MDaemon 7.0.1, 8.1
- MS Exchange Server 5.5 - MS Exchange Server 5.5
@ -290,5 +290,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.179 2006/07/18 01:57:31 gilles Exp $ $Id: imapsync,v 1.180 2006/07/19 13:45:55 gilles Exp gilles $

View file

@ -1 +1 @@
1.179 1.180

View file

@ -1,9 +1,9 @@
Project: imapsync Project: imapsync
Version: 1.177 Version: 1.179
Release-Focus: Minor bugfixes Release-Focus: Minor bugfixes
Hide: Y Hide: Y
Home-Page-URL: http://www.linux-france.org/prj/imapsync/ Home-Page-URL: http://www.linux-france.org/prj/imapsync/
Gzipped-Tar-URL: http://www.linux-france.org/prj/imapsync/dist/ Gzipped-Tar-URL: http://www.linux-france.org/prj/imapsync/dist/
Syntax cleanup Fixed a bug to calculate skipped size

View file

@ -7,7 +7,7 @@ tool. Synchronise mailboxes between two imap servers. Good
at IMAP migration. More than 25 different IMAP server softwares at IMAP migration. More than 25 different IMAP server softwares
supported with success. supported with success.
$Revision: 1.179 $ $Revision: 1.180 $
=head1 INSTALL =head1 INSTALL
@ -233,8 +233,8 @@ Success stories reported with the following imap servers
(http://www.dovecot.org/) (http://www.dovecot.org/)
- Domino (Notes) 6.5, 5.0.6, 5.0.7 - Domino (Notes) 6.5, 5.0.6, 5.0.7
- Eudora WorldMail v2 - Eudora WorldMail v2
- Groupwise IMAP (Novell). Buggy so see the FAQ. - Groupwise IMAP (Novell) 6.x and 7.0. Buggy so see the FAQ.
- iPlanet Messaging server 4.15, 5.1 - iPlanet Messaging server 4.15, 5.1, 5.2
- IMail 7.15 (Ipswitch/Win2003), 8.12 - IMail 7.15 (Ipswitch/Win2003), 8.12
- MDaemon 7.0.1, 8.1 - MDaemon 7.0.1, 8.1
- MS Exchange Server 5.5 - MS Exchange Server 5.5
@ -340,7 +340,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.179 2006/07/18 01:57:31 gilles Exp $ $Id: imapsync,v 1.180 2006/07/19 13:45:55 gilles Exp gilles $
=cut =cut
@ -397,7 +397,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.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+)/; $rcs =~ m/,v (\d+\.\d+)/;
$VERSION = ($1) ? $1 : "UNKNOWN"; $VERSION = ($1) ? $1 : "UNKNOWN";
@ -434,8 +434,8 @@ $error=0;
my $banner = join("", my $banner = join("",
'$RCSfile: imapsync,v $ ', '$RCSfile: imapsync,v $ ',
'$Revision: 1.179 $ ', '$Revision: 1.180 $ ',
'$Date: 2006/07/18 01:57:31 $ ', '$Date: 2006/07/19 13:45:55 $ ',
"\n", "\n",
"Mail::IMAPClient version used here is ", "Mail::IMAPClient version used here is ",
$VERSION_IMAPClient,"\n" $VERSION_IMAPClient,"\n"

4
memo
View file

@ -53,7 +53,7 @@ if ! newer VERSION $NEWS_FILE_FM_OUT; then
else else
if newer VERSION $NEWS_FILE_FM_INP; then if newer VERSION $NEWS_FILE_FM_INP; then
echo "Update $NEWS_FILE_FM_INP please" echo "Update $NEWS_FILE_FM_INP please"
return return 1
fi fi
fm_read_param fm_read_param
@ -68,7 +68,7 @@ Gzipped-Tar-URL: http://www.linux-france.org/prj/imapsync/dist/
$TEXT_BODY $TEXT_BODY
EOF EOF
return #return
freshmeat-submit < $NEWS_FILE_FM_OUT freshmeat-submit < $NEWS_FILE_FM_OUT
fi fi