mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-10 06:34:37 +02:00
1.178
This commit is contained in:
parent
619b02d9a0
commit
667e927f94
7 changed files with 46 additions and 19 deletions
10
CREDITS
10
CREDITS
|
@ -2,6 +2,16 @@
|
|||
|
||||
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
|
||||
For syntax faults detection in the documentation.
|
||||
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
|
||||
RCS file: RCS/imapsync,v
|
||||
Working file: imapsync
|
||||
head: 1.177
|
||||
head: 1.178
|
||||
branch:
|
||||
locks: strict
|
||||
access list:
|
||||
symbolic names:
|
||||
keyword substitution: kv
|
||||
total revisions: 177; selected revisions: 177
|
||||
total revisions: 178; selected revisions: 178
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.178
|
||||
date: 2006/07/02 23:26:07; author: gilles; state: Exp; lines: +10 -8
|
||||
Added Mailsite success
|
||||
----------------------------
|
||||
revision 1.177
|
||||
date: 2006/06/13 20:03:21; author: gilles; state: Exp; lines: +14 -14
|
||||
typos
|
||||
|
|
6
Makefile
6
Makefile
|
@ -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
|
||||
|
||||
|
@ -69,8 +69,8 @@ dist: cidone test clean clean_dist all INSTALL
|
|||
rsync -aCv --delete ./ ../prepa_dist/$(DIST_NAME)
|
||||
cd ../prepa_dist && tar czfv $(DIST_FILE) $(DIST_NAME)
|
||||
cp -f ../prepa_dist/$(DIST_FILE) dist/
|
||||
cd dist && md5sum $(DIST_FILE) > $(DIST_FILE).md5
|
||||
cd dist && md5sum -c $(DIST_FILE).md5
|
||||
cd dist && md5sum $(DIST_FILE) > md5.txt
|
||||
cd dist && md5sum -c md5.txt
|
||||
|
||||
|
||||
deb:
|
||||
|
|
12
README
12
README
|
@ -1,8 +1,9 @@
|
|||
NAME
|
||||
imapsync - IMAP synchronisation, copy or migration tool. Synchronise
|
||||
mailboxes between two imap servers. Good at IMAP migration.
|
||||
imapsync - IMAP synchronisation, sync, copy or migration tool.
|
||||
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
|
||||
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)
|
||||
(http://asg.web.cmu.edu/cyrus/)
|
||||
- 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/)
|
||||
- Domino (Notes) 6.5, 5.0.6, 5.0.7
|
||||
- Eudora WorldMail v2
|
||||
|
@ -212,6 +213,7 @@ IMAP SERVERS
|
|||
- Netscape Messaging Server 4.15 Patch 7
|
||||
- OpenWave
|
||||
- Qualcomm Worldmail (NT)
|
||||
- Rockliffe Mailsite 5.3.11
|
||||
- Samsung Contact IMAP server 8.5.0
|
||||
- Scalix v10.1
|
||||
- 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
|
||||
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 $
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.177
|
||||
1.178
|
||||
|
|
9
freshmeat_submition.out
Normal file
9
freshmeat_submition.out
Normal 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
|
||||
|
18
imapsync
18
imapsync
|
@ -2,11 +2,12 @@
|
|||
|
||||
=head1 NAME
|
||||
|
||||
imapsync - IMAP synchronisation, copy or migration
|
||||
imapsync - IMAP synchronisation, sync, copy or migration
|
||||
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
|
||||
|
||||
|
@ -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)
|
||||
(http://asg.web.cmu.edu/cyrus/)
|
||||
- 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/)
|
||||
- Domino (Notes) 6.5, 5.0.6, 5.0.7
|
||||
- Eudora WorldMail v2
|
||||
|
@ -241,6 +242,7 @@ Success stories reported with the following imap servers
|
|||
- Netscape Messaging Server 4.15 Patch 7
|
||||
- OpenWave
|
||||
- Qualcomm Worldmail (NT)
|
||||
- Rockliffe Mailsite 5.3.11
|
||||
- Samsung Contact IMAP server 8.5.0
|
||||
- Scalix v10.1
|
||||
- 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
|
||||
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
|
||||
|
||||
|
@ -395,7 +397,7 @@ my(
|
|||
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+)/;
|
||||
$VERSION = ($1) ? $1 : "UNKNOWN";
|
||||
|
||||
|
@ -432,8 +434,8 @@ $error=0;
|
|||
|
||||
my $banner = join("",
|
||||
'$RCSfile: imapsync,v $ ',
|
||||
'$Revision: 1.177 $ ',
|
||||
'$Date: 2006/06/13 20:03:21 $ ',
|
||||
'$Revision: 1.178 $ ',
|
||||
'$Date: 2006/07/02 23:26:07 $ ',
|
||||
"\n",
|
||||
"Mail::IMAPClient version used here is ",
|
||||
$VERSION_IMAPClient,"\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue