mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-30 22:06:07 +02:00
1.169
This commit is contained in:
parent
25948aab90
commit
a7bd48cb25
9 changed files with 657 additions and 18 deletions
13
imapsync
13
imapsync
|
@ -6,7 +6,7 @@ imapsync - IMAP synchronization, copy or migration
|
|||
tool. Synchronize mailboxes between two imap servers. Good
|
||||
at IMAP migration.
|
||||
|
||||
$Revision: 1.168 $
|
||||
$Revision: 1.169 $
|
||||
|
||||
=head1 INSTALL
|
||||
|
||||
|
@ -221,7 +221,7 @@ Failure stories reported with the following imap servers :
|
|||
- DBMail 2.0.7 (GPL). But DBMail 1.2.1 works.
|
||||
Patient and confident testers are welcome.
|
||||
- dkimap4 2.39
|
||||
|
||||
|
||||
Success stories reported with the following imap servers
|
||||
(softwares names are in alphabetic order) :
|
||||
|
||||
|
@ -251,6 +251,7 @@ Success stories reported with the following imap servers
|
|||
(RedHat uses UW like 2003.338rh) (OSI Approved)
|
||||
(http://www.washington.edu/imap/)
|
||||
- UW - QMail v2.1
|
||||
- Zimbra-IMAP 3.0.1 GA 160, 3.1.0 Build 279.
|
||||
|
||||
Please report to the author any success or bad story with
|
||||
imapsync and don't forget to mention the IMAP server
|
||||
|
@ -339,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.168 2006/04/02 01:49:10 gilles Exp $
|
||||
$Id: imapsync,v 1.169 2006/04/13 21:36:15 gilles Exp $
|
||||
|
||||
=cut
|
||||
|
||||
|
@ -395,7 +396,7 @@ my(
|
|||
use vars qw ($opt_G); # missing code for this will be option.
|
||||
|
||||
|
||||
$rcs = ' $Id: imapsync,v 1.168 2006/04/02 01:49:10 gilles Exp $ ';
|
||||
$rcs = ' $Id: imapsync,v 1.169 2006/04/13 21:36:15 gilles Exp $ ';
|
||||
$rcs =~ m/,v (\d+\.\d+)/;
|
||||
$VERSION = ($1) ? $1 : "UNKNOWN";
|
||||
|
||||
|
@ -432,8 +433,8 @@ $error=0;
|
|||
|
||||
my $banner = join("",
|
||||
'$RCSfile: imapsync,v $ ',
|
||||
'$Revision: 1.168 $ ',
|
||||
'$Date: 2006/04/02 01:49:10 $ ',
|
||||
'$Revision: 1.169 $ ',
|
||||
'$Date: 2006/04/13 21:36:15 $ ',
|
||||
"\n",
|
||||
"Mail::IMAPClient version used here is ",
|
||||
$VERSION_IMAPClient,"\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue