mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-06 00:34:58 +02:00
1.75
This commit is contained in:
parent
b6ef68ce6f
commit
6549376d24
4 changed files with 18 additions and 14 deletions
12
imapsync
12
imapsync
|
@ -4,7 +4,7 @@
|
|||
|
||||
imapsync - IMAP sync or copy tool. Synchronize mailboxes between two imap servers.
|
||||
|
||||
$Revision: 1.74 $
|
||||
$Revision: 1.75 $
|
||||
|
||||
=head1 INSTALL
|
||||
|
||||
|
@ -164,7 +164,7 @@ Success stories reported (softwares in alphabetic order) :
|
|||
- Critical Path (7.0.020)
|
||||
- Cyrus IMAP 1.5, 1.6, 2.1, 2.1.15, 2.2.1, Cyrus 2.2.2-BETA
|
||||
- DBMail 1.2.1
|
||||
- dovecot ?.??
|
||||
- Dovecot 0.99.10.4
|
||||
- iPlanet Messaging server 4.15
|
||||
- Netscape Mail Server 3.6 (Wintel !)
|
||||
- SunONE Messaging server 5.2, 6.0 (SUN JES - Java Enterprise System)
|
||||
|
@ -238,7 +238,7 @@ Entries for imapsync:
|
|||
|
||||
Feedback (good or bad) will be always welcome.
|
||||
|
||||
$Id: imapsync,v 1.74 2004/02/12 03:11:14 gilles Exp gilles $
|
||||
$Id: imapsync,v 1.75 2004/02/18 14:27:40 gilles Exp gilles $
|
||||
|
||||
=cut
|
||||
|
||||
|
@ -273,7 +273,7 @@ my(
|
|||
use vars qw ($opt_G); # missing code for this will be option.
|
||||
|
||||
|
||||
$rcs = ' $Id: imapsync,v 1.74 2004/02/12 03:11:14 gilles Exp gilles $ ';
|
||||
$rcs = ' $Id: imapsync,v 1.75 2004/02/18 14:27:40 gilles Exp gilles $ ';
|
||||
$rcs =~ m/,v (\d+\.\d+)/;
|
||||
$VERSION = ($1) ? $1 : "UNKNOWN";
|
||||
|
||||
|
@ -308,8 +308,8 @@ $error=0;
|
|||
|
||||
my $banner = join("",
|
||||
'$RCSfile: imapsync,v $ ',
|
||||
'$Revision: 1.74 $ ',
|
||||
'$Date: 2004/02/12 03:11:14 $ ',
|
||||
'$Revision: 1.75 $ ',
|
||||
'$Date: 2004/02/18 14:27:40 $ ',
|
||||
"\n",
|
||||
"Mail::IMAPClient version used here is ",
|
||||
$VERSION_IMAPClient, " auth md5 : $md5_supported",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue