mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-25 03:28:16 +02:00
1.178
This commit is contained in:
parent
619b02d9a0
commit
667e927f94
7 changed files with 46 additions and 19 deletions
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