From 46dc7303efbf713ba09406d27af9d645596ea152 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Sat, 12 Mar 2011 02:44:29 +0000 Subject: [PATCH] 1.182 --- CREDITS | 8 ++++++++ ChangeLog | 8 ++++++-- FAQ | 8 +++++++- Makefile | 4 +++- README | 8 +++++--- VERSION | 2 +- freshmeat_submition.inp | 13 +++++++++++-- freshmeat_submition.out | 6 +++--- imapsync | 14 ++++++++------ 9 files changed, 52 insertions(+), 19 deletions(-) diff --git a/CREDITS b/CREDITS index 84197fd..ba11d41 100644 --- a/CREDITS +++ b/CREDITS @@ -2,6 +2,14 @@ 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 Fixed bug about variable mess_size_total_skipped. diff --git a/ChangeLog b/ChangeLog index 06d16ca..dc62886 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,19 @@ RCS file: RCS/imapsync,v Working file: imapsync -head: 1.181 +head: 1.182 branch: locks: strict access list: symbolic names: keyword substitution: kv -total revisions: 181; selected revisions: 181 +total revisions: 182; selected revisions: 182 description: ---------------------------- +revision 1.182 +date: 2006/08/01 23:07:42; author: gilles; state: Exp; lines: +8 -6 +David Tobit V8 +---------------------------- revision 1.181 date: 2006/07/19 14:45:29; author: gilles; state: Exp; lines: +22 -7 Added several controls to check connected status. diff --git a/FAQ b/FAQ index 86bf20e..0252ada 100644 --- a/FAQ +++ b/FAQ @@ -305,10 +305,16 @@ 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 + + +======================================================================= +Q. Migrating from David Tobit V8 + +R. Use the following options : +imapsync ... --prefix1 INBOX. --sep1 / --subscribe diff --git a/Makefile b/Makefile index c026217..c719704 100644 --- a/Makefile +++ b/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 @@ -94,6 +94,8 @@ clean_dist: lfo: dist niouze rsync -av --delete . \ /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 diff --git a/README b/README index cea7246..8bf7db7 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.181 $ + $Revision: 1.182 $ INSTALL 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 2.2.1, 2.2.2-BETA, 2.2.10, 2.2.12, 2.3-alpha (OSI Approved) (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) (http://www.dovecot.org/) - 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 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 $ diff --git a/VERSION b/VERSION index 0dd8e37..2bcac91 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.181 +1.182 diff --git a/freshmeat_submition.inp b/freshmeat_submition.inp index 2713359..83cc3d4 100644 --- a/freshmeat_submition.inp +++ b/freshmeat_submition.inp @@ -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="Fixed a bug to calculate skipped size" +TEXT_BODY="Updated documentation" diff --git a/freshmeat_submition.out b/freshmeat_submition.out index 6ecb420..874e84c 100644 --- a/freshmeat_submition.out +++ b/freshmeat_submition.out @@ -1,9 +1,9 @@ Project: imapsync -Version: 1.179 -Release-Focus: Minor bugfixes +Version: 1.182 +Release-Focus: Documentation Hide: Y Home-Page-URL: http://www.linux-france.org/prj/imapsync/ Gzipped-Tar-URL: http://www.linux-france.org/prj/imapsync/dist/ -Fixed a bug to calculate skipped size +Updated documentation diff --git a/imapsync b/imapsync index c999b9f..b5dd081 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.181 $ +$Revision: 1.182 $ =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 2.2.1, 2.2.2-BETA, 2.2.10, 2.2.12, 2.3-alpha (OSI Approved) (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) (http://www.dovecot.org/) - 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 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 @@ -397,7 +399,7 @@ my( 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+)/; $VERSION = ($1) ? $1 : "UNKNOWN"; @@ -434,8 +436,8 @@ $error=0; my $banner = join("", '$RCSfile: imapsync,v $ ', - '$Revision: 1.181 $ ', - '$Date: 2006/07/19 14:45:29 $ ', + '$Revision: 1.182 $ ', + '$Date: 2006/08/01 23:07:42 $ ', "\n", "Mail::IMAPClient version used here is ", $VERSION_IMAPClient,"\n"