mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-24 19:18:16 +02:00
1.182
This commit is contained in:
parent
93b2baf68d
commit
46dc7303ef
9 changed files with 52 additions and 19 deletions
8
CREDITS
8
CREDITS
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
I thank very much all of these people.
|
I thank very much all of these people.
|
||||||
|
|
||||||
|
Christian Michallek
|
||||||
|
Success with "David Tobit V8" to dbmail 2.0.9
|
||||||
|
|
||||||
|
Robert Penz
|
||||||
|
Had problem to migrate from Groupwise 7.0.
|
||||||
|
Finally he migrated via outlook connector.
|
||||||
|
(It is an imapsync failure).
|
||||||
|
|
||||||
Doug Gorton
|
Doug Gorton
|
||||||
Fixed bug about variable mess_size_total_skipped.
|
Fixed bug about variable mess_size_total_skipped.
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,19 @@
|
||||||
|
|
||||||
RCS file: RCS/imapsync,v
|
RCS file: RCS/imapsync,v
|
||||||
Working file: imapsync
|
Working file: imapsync
|
||||||
head: 1.181
|
head: 1.182
|
||||||
branch:
|
branch:
|
||||||
locks: strict
|
locks: strict
|
||||||
access list:
|
access list:
|
||||||
symbolic names:
|
symbolic names:
|
||||||
keyword substitution: kv
|
keyword substitution: kv
|
||||||
total revisions: 181; selected revisions: 181
|
total revisions: 182; selected revisions: 182
|
||||||
description:
|
description:
|
||||||
----------------------------
|
----------------------------
|
||||||
|
revision 1.182
|
||||||
|
date: 2006/08/01 23:07:42; author: gilles; state: Exp; lines: +8 -6
|
||||||
|
David Tobit V8
|
||||||
|
----------------------------
|
||||||
revision 1.181
|
revision 1.181
|
||||||
date: 2006/07/19 14:45:29; author: gilles; state: Exp; lines: +22 -7
|
date: 2006/07/19 14:45:29; author: gilles; state: Exp; lines: +22 -7
|
||||||
Added several controls to check connected status.
|
Added several controls to check connected status.
|
||||||
|
|
8
FAQ
8
FAQ
|
@ -305,10 +305,16 @@ upgrade to 6.0.4 which seems to be a lot more stable.
|
||||||
|
|
||||||
|
|
||||||
=======================================================================
|
=======================================================================
|
||||||
|
|
||||||
Q. Migrating from iPlanet Messaging Server
|
Q. Migrating from iPlanet Messaging Server
|
||||||
5.2 Patch 2 (built Jul 14 2004)) to Groupwise 7.0
|
5.2 Patch 2 (built Jul 14 2004)) to Groupwise 7.0
|
||||||
I encounter many errors like this:
|
I encounter many errors like this:
|
||||||
"Error trying to append string: 17847 BAD APPEND"
|
"Error trying to append string: 17847 BAD APPEND"
|
||||||
|
|
||||||
R. GroupWise 7 seems buggy. Apply GroupWise 7 support pack 1
|
R. GroupWise 7 seems buggy. Apply GroupWise 7 support pack 1
|
||||||
|
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
Q. Migrating from David Tobit V8
|
||||||
|
|
||||||
|
R. Use the following options :
|
||||||
|
imapsync ... --prefix1 INBOX. --sep1 / --subscribe
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
# $Id: Makefile,v 1.11 2006/07/03 00:04:37 gilles Exp $
|
# $Id: Makefile,v 1.12 2006/08/01 22:58:42 gilles Exp $
|
||||||
|
|
||||||
TARGET=imapsync
|
TARGET=imapsync
|
||||||
|
|
||||||
|
@ -94,6 +94,8 @@ clean_dist:
|
||||||
lfo: dist niouze
|
lfo: dist niouze
|
||||||
rsync -av --delete . \
|
rsync -av --delete . \
|
||||||
/home/gilles/public_html/www.linux-france.org/html/prj/$(TARGET)/
|
/home/gilles/public_html/www.linux-france.org/html/prj/$(TARGET)/
|
||||||
|
rsync -av --delete ../prepa_dist/imapsync-*tgz \
|
||||||
|
/home/gilles/public_html/www.linux-france.org/ftp/prj/$(TARGET)/
|
||||||
sh ~/memo/lfo-rsync
|
sh ~/memo/lfo-rsync
|
||||||
|
|
||||||
|
|
||||||
|
|
8
README
8
README
|
@ -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.181 $
|
$Revision: 1.182 $
|
||||||
|
|
||||||
INSTALL
|
INSTALL
|
||||||
imapsync works fine under any Unix OS.
|
imapsync works fine under any Unix OS.
|
||||||
|
@ -199,7 +199,9 @@ IMAP SERVERS
|
||||||
- Cyrus IMAP 1.5, 1.6, 2.1, 2.1.15, 2.1.16, 2.1.18
|
- Cyrus IMAP 1.5, 1.6, 2.1, 2.1.15, 2.1.16, 2.1.18
|
||||||
2.2.1, 2.2.2-BETA, 2.2.10, 2.2.12, 2.3-alpha (OSI Approved)
|
2.2.1, 2.2.2-BETA, 2.2.10, 2.2.12, 2.3-alpha (OSI Approved)
|
||||||
(http://asg.web.cmu.edu/cyrus/)
|
(http://asg.web.cmu.edu/cyrus/)
|
||||||
- DBMail 1.2.1 (GPL) (http://www.dbmail.org/). 2.0.7 seems buggy.
|
- David Tobit V8 (proprietary Message system).
|
||||||
|
- DBMail 1.2.1, 2.0.4, 2.0.9 (GPL) (http://www.dbmail.org/).
|
||||||
|
2.0.7 seems buggy.
|
||||||
- Dovecot 0.99.10.4 0.99.14 0.99.14-8.fc4 1.0-0.beta2.7 (LGPL)
|
- Dovecot 0.99.10.4 0.99.14 0.99.14-8.fc4 1.0-0.beta2.7 (LGPL)
|
||||||
(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
|
||||||
|
@ -290,5 +292,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.181 2006/07/19 14:45:29 gilles Exp $
|
$Id: imapsync,v 1.182 2006/08/01 23:07:42 gilles Exp $
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.181
|
1.182
|
||||||
|
|
|
@ -1,7 +1,16 @@
|
||||||
|
|
||||||
#
|
#
|
||||||
RELEASE_FOCUS="Minor bugfixes"
|
#RELEASE_FOCUS="Initial freshmeat announcement"
|
||||||
|
RELEASE_FOCUS="Documentation"
|
||||||
|
#RELEASE_FOCUS="Code cleanup"
|
||||||
|
#RELEASE_FOCUS="Minor feature enhancements"
|
||||||
|
#RELEASE_FOCUS="Major feature enhancements"
|
||||||
|
#RELEASE_FOCUS="Minor bugfixes"
|
||||||
|
#RELEASE_FOCUS="Major bugfixes"
|
||||||
|
#RELEASE_FOCUS="Minor security fixes"
|
||||||
|
#RELEASE_FOCUS="Major security fixes"
|
||||||
|
|
||||||
#TEXT_BODY="Syntax cleanup"
|
#TEXT_BODY="Syntax cleanup"
|
||||||
TEXT_BODY="Fixed a bug to calculate skipped size"
|
TEXT_BODY="Updated documentation"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
Project: imapsync
|
Project: imapsync
|
||||||
Version: 1.179
|
Version: 1.182
|
||||||
Release-Focus: Minor bugfixes
|
Release-Focus: Documentation
|
||||||
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/
|
||||||
|
|
||||||
Fixed a bug to calculate skipped size
|
Updated documentation
|
||||||
|
|
||||||
|
|
14
imapsync
14
imapsync
|
@ -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.181 $
|
$Revision: 1.182 $
|
||||||
|
|
||||||
=head1 INSTALL
|
=head1 INSTALL
|
||||||
|
|
||||||
|
@ -228,7 +228,9 @@ Success stories reported with the following imap servers
|
||||||
- Cyrus IMAP 1.5, 1.6, 2.1, 2.1.15, 2.1.16, 2.1.18
|
- Cyrus IMAP 1.5, 1.6, 2.1, 2.1.15, 2.1.16, 2.1.18
|
||||||
2.2.1, 2.2.2-BETA, 2.2.10, 2.2.12, 2.3-alpha (OSI Approved)
|
2.2.1, 2.2.2-BETA, 2.2.10, 2.2.12, 2.3-alpha (OSI Approved)
|
||||||
(http://asg.web.cmu.edu/cyrus/)
|
(http://asg.web.cmu.edu/cyrus/)
|
||||||
- DBMail 1.2.1 (GPL) (http://www.dbmail.org/). 2.0.7 seems buggy.
|
- David Tobit V8 (proprietary Message system).
|
||||||
|
- DBMail 1.2.1, 2.0.4, 2.0.9 (GPL) (http://www.dbmail.org/).
|
||||||
|
2.0.7 seems buggy.
|
||||||
- Dovecot 0.99.10.4 0.99.14 0.99.14-8.fc4 1.0-0.beta2.7 (LGPL)
|
- Dovecot 0.99.10.4 0.99.14 0.99.14-8.fc4 1.0-0.beta2.7 (LGPL)
|
||||||
(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
|
||||||
|
@ -340,7 +342,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.181 2006/07/19 14:45:29 gilles Exp $
|
$Id: imapsync,v 1.182 2006/08/01 23:07:42 gilles Exp $
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
@ -397,7 +399,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.181 2006/07/19 14:45:29 gilles Exp $ ';
|
$rcs = ' $Id: imapsync,v 1.182 2006/08/01 23:07:42 gilles Exp $ ';
|
||||||
$rcs =~ m/,v (\d+\.\d+)/;
|
$rcs =~ m/,v (\d+\.\d+)/;
|
||||||
$VERSION = ($1) ? $1 : "UNKNOWN";
|
$VERSION = ($1) ? $1 : "UNKNOWN";
|
||||||
|
|
||||||
|
@ -434,8 +436,8 @@ $error=0;
|
||||||
|
|
||||||
my $banner = join("",
|
my $banner = join("",
|
||||||
'$RCSfile: imapsync,v $ ',
|
'$RCSfile: imapsync,v $ ',
|
||||||
'$Revision: 1.181 $ ',
|
'$Revision: 1.182 $ ',
|
||||||
'$Date: 2006/07/19 14:45:29 $ ',
|
'$Date: 2006/08/01 23:07:42 $ ',
|
||||||
"\n",
|
"\n",
|
||||||
"Mail::IMAPClient version used here is ",
|
"Mail::IMAPClient version used here is ",
|
||||||
$VERSION_IMAPClient,"\n"
|
$VERSION_IMAPClient,"\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue