This commit is contained in:
Nick Bebout 2011-03-12 02:43:54 +00:00
parent 671f394a91
commit bb703a15c6
8 changed files with 64 additions and 13 deletions

View file

@ -4,7 +4,7 @@
imapsync - IMAP sync or copy tool. Synchronize mailboxes between two imap servers.
$Revision: 1.86 $
$Revision: 1.87 $
=head1 INSTALL
@ -171,6 +171,7 @@ Success stories reported (softwares in alphabetic order) :
- Domino (Notes) 6.5
- iPlanet Messaging server 4.15, 5.1
- IMail 7.15 (Ipswitch/Win2003)
- MS Exchange Server 5.5
- Netscape Mail Server 3.6 (Wintel !)
- SunONE Messaging server 5.2, 6.0 (SUN JES - Java Enterprise System)
- UW-imap servers (imap-2000b) rijkkramer IMAP4rev1 2000.287
@ -252,7 +253,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.86 2004/03/21 23:25:47 gilles Exp $
$Id: imapsync,v 1.87 2004/03/24 00:08:35 gilles Exp gilles $
=cut
@ -290,7 +291,7 @@ my(
use vars qw ($opt_G); # missing code for this will be option.
$rcs = ' $Id: imapsync,v 1.86 2004/03/21 23:25:47 gilles Exp $ ';
$rcs = ' $Id: imapsync,v 1.87 2004/03/24 00:08:35 gilles Exp gilles $ ';
$rcs =~ m/,v (\d+\.\d+)/;
$VERSION = ($1) ? $1 : "UNKNOWN";
@ -326,8 +327,8 @@ $error=0;
my $banner = join("",
'$RCSfile: imapsync,v $ ',
'$Revision: 1.86 $ ',
'$Date: 2004/03/21 23:25:47 $ ',
'$Revision: 1.87 $ ',
'$Date: 2004/03/24 00:08:35 $ ',
"\n",
"Mail::IMAPClient version used here is ",
$VERSION_IMAPClient, " auth md5 : $md5_supported",