This commit is contained in:
Nick Bebout 2011-03-12 02:44:27 +00:00
parent 619b02d9a0
commit 667e927f94
7 changed files with 46 additions and 19 deletions

10
CREDITS
View file

@ -2,6 +2,16 @@
I thank very much all of these people. I thank very much all of these people.
Jonathan Doughty
Found problem aboutthe md5 file on linux-france.org
Chris Toledo
Had problems from iPlanet 5.2 to Groupwise 7.0.
Steven Ledwith
Success from Rockliffe Mailsite 5.3.11 to dovecot-1.0-0.beta2.7
Made me write the --regexflag option.
J.R. Taisto J.R. Taisto
For syntax faults detection in the documentation. For syntax faults detection in the documentation.

View file

@ -1,15 +1,19 @@
RCS file: RCS/imapsync,v RCS file: RCS/imapsync,v
Working file: imapsync Working file: imapsync
head: 1.177 head: 1.178
branch: branch:
locks: strict locks: strict
access list: access list:
symbolic names: symbolic names:
keyword substitution: kv keyword substitution: kv
total revisions: 177; selected revisions: 177 total revisions: 178; selected revisions: 178
description: description:
---------------------------- ----------------------------
revision 1.178
date: 2006/07/02 23:26:07; author: gilles; state: Exp; lines: +10 -8
Added Mailsite success
----------------------------
revision 1.177 revision 1.177
date: 2006/06/13 20:03:21; author: gilles; state: Exp; lines: +14 -14 date: 2006/06/13 20:03:21; author: gilles; state: Exp; lines: +14 -14
typos typos

View file

@ -1,5 +1,5 @@
# $Id: Makefile,v 1.10 2006/03/20 00:35:47 gilles Exp gilles $ # $Id: Makefile,v 1.11 2006/07/03 00:04:37 gilles Exp $
TARGET=imapsync TARGET=imapsync
@ -69,8 +69,8 @@ dist: cidone test clean clean_dist all INSTALL
rsync -aCv --delete ./ ../prepa_dist/$(DIST_NAME) rsync -aCv --delete ./ ../prepa_dist/$(DIST_NAME)
cd ../prepa_dist && tar czfv $(DIST_FILE) $(DIST_NAME) cd ../prepa_dist && tar czfv $(DIST_FILE) $(DIST_NAME)
cp -f ../prepa_dist/$(DIST_FILE) dist/ cp -f ../prepa_dist/$(DIST_FILE) dist/
cd dist && md5sum $(DIST_FILE) > $(DIST_FILE).md5 cd dist && md5sum $(DIST_FILE) > md5.txt
cd dist && md5sum -c $(DIST_FILE).md5 cd dist && md5sum -c md5.txt
deb: deb:

12
README
View file

@ -1,8 +1,9 @@
NAME NAME
imapsync - IMAP synchronisation, copy or migration tool. Synchronise imapsync - IMAP synchronisation, sync, copy or migration tool.
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.
$Revision: 1.177 $ $Revision: 1.178 $
INSTALL INSTALL
imapsync works fine under any Unix OS. imapsync works fine under any Unix OS.
@ -199,7 +200,7 @@ IMAP SERVERS
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. - DBMail 1.2.1 (GPL) (http://www.dbmail.org/). 2.0.7 seems buggy.
- Dovecot 0.99.10.4 0.99.14 0.99.14-8.fc4 (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
- Eudora WorldMail v2 - Eudora WorldMail v2
@ -212,6 +213,7 @@ IMAP SERVERS
- Netscape Messaging Server 4.15 Patch 7 - Netscape Messaging Server 4.15 Patch 7
- OpenWave - OpenWave
- Qualcomm Worldmail (NT) - Qualcomm Worldmail (NT)
- Rockliffe Mailsite 5.3.11
- Samsung Contact IMAP server 8.5.0 - Samsung Contact IMAP server 8.5.0
- Scalix v10.1 - Scalix v10.1
- SunONE Messaging server 5.2, 6.0 (SUN JES - Java Enterprise System) - SunONE Messaging server 5.2, 6.0 (SUN JES - Java Enterprise System)
@ -288,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.177 2006/06/13 20:03:21 gilles Exp $ $Id: imapsync,v 1.178 2006/07/02 23:26:07 gilles Exp $

View file

@ -1 +1 @@
1.177 1.178

9
freshmeat_submition.out Normal file
View file

@ -0,0 +1,9 @@
Project: imapsync
Version: 1.177
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

View file

@ -2,11 +2,12 @@
=head1 NAME =head1 NAME
imapsync - IMAP synchronisation, copy or migration imapsync - IMAP synchronisation, sync, copy or migration
tool. Synchronise mailboxes between two imap servers. Good tool. Synchronise mailboxes between two imap servers. Good
at IMAP migration. at IMAP migration. More than 25 different IMAP server softwares
supported with success.
$Revision: 1.177 $ $Revision: 1.178 $
=head1 INSTALL =head1 INSTALL
@ -228,7 +229,7 @@ Success stories reported with the following imap servers
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. - DBMail 1.2.1 (GPL) (http://www.dbmail.org/). 2.0.7 seems buggy.
- Dovecot 0.99.10.4 0.99.14 0.99.14-8.fc4 (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
- Eudora WorldMail v2 - Eudora WorldMail v2
@ -241,6 +242,7 @@ Success stories reported with the following imap servers
- Netscape Messaging Server 4.15 Patch 7 - Netscape Messaging Server 4.15 Patch 7
- OpenWave - OpenWave
- Qualcomm Worldmail (NT) - Qualcomm Worldmail (NT)
- Rockliffe Mailsite 5.3.11
- Samsung Contact IMAP server 8.5.0 - Samsung Contact IMAP server 8.5.0
- Scalix v10.1 - Scalix v10.1
- SunONE Messaging server 5.2, 6.0 (SUN JES - Java Enterprise System) - SunONE Messaging server 5.2, 6.0 (SUN JES - Java Enterprise System)
@ -338,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.177 2006/06/13 20:03:21 gilles Exp $ $Id: imapsync,v 1.178 2006/07/02 23:26:07 gilles Exp $
=cut =cut
@ -395,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.177 2006/06/13 20:03:21 gilles Exp $ '; $rcs = ' $Id: imapsync,v 1.178 2006/07/02 23:26:07 gilles Exp $ ';
$rcs =~ m/,v (\d+\.\d+)/; $rcs =~ m/,v (\d+\.\d+)/;
$VERSION = ($1) ? $1 : "UNKNOWN"; $VERSION = ($1) ? $1 : "UNKNOWN";
@ -432,8 +434,8 @@ $error=0;
my $banner = join("", my $banner = join("",
'$RCSfile: imapsync,v $ ', '$RCSfile: imapsync,v $ ',
'$Revision: 1.177 $ ', '$Revision: 1.178 $ ',
'$Date: 2006/06/13 20:03:21 $ ', '$Date: 2006/07/02 23:26:07 $ ',
"\n", "\n",
"Mail::IMAPClient version used here is ", "Mail::IMAPClient version used here is ",
$VERSION_IMAPClient,"\n" $VERSION_IMAPClient,"\n"