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

View file

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

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.
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 $

View file

@ -1 +1 @@
1.179
1.180

View file

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

View file

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

4
memo
View file

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