mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-05 16:28:04 +02:00
1.156
This commit is contained in:
parent
3a28514165
commit
475d7b9015
4 changed files with 17 additions and 10 deletions
11
imapsync
11
imapsync
|
@ -6,7 +6,7 @@ imapsync - IMAP synchronization, copy or migration
|
|||
tool. Synchronize mailboxes between two imap servers. Good
|
||||
at IMAP migration.
|
||||
|
||||
$Revision: 1.155 $
|
||||
$Revision: 1.156 $
|
||||
|
||||
=head1 INSTALL
|
||||
|
||||
|
@ -299,6 +299,7 @@ Entries for imapsync:
|
|||
|
||||
=head1 SIMILAR SOFTWARES
|
||||
|
||||
imap_tools : http://www.athensfbc.com/imap_tools
|
||||
offlineimap : http://gopher.quux.org:70/devel/offlineimap/
|
||||
mailsync : http://mailsync.sourceforge.net/
|
||||
imapxfer : http://www.washington.edu/imap/
|
||||
|
@ -321,7 +322,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.155 2006/02/28 02:18:13 gilles Exp $
|
||||
$Id: imapsync,v 1.156 2006/03/02 03:14:12 gilles Exp gilles $
|
||||
|
||||
=cut
|
||||
|
||||
|
@ -369,7 +370,7 @@ my(
|
|||
use vars qw ($opt_G); # missing code for this will be option.
|
||||
|
||||
|
||||
$rcs = ' $Id: imapsync,v 1.155 2006/02/28 02:18:13 gilles Exp $ ';
|
||||
$rcs = ' $Id: imapsync,v 1.156 2006/03/02 03:14:12 gilles Exp gilles $ ';
|
||||
$rcs =~ m/,v (\d+\.\d+)/;
|
||||
$VERSION = ($1) ? $1 : "UNKNOWN";
|
||||
|
||||
|
@ -406,8 +407,8 @@ $error=0;
|
|||
|
||||
my $banner = join("",
|
||||
'$RCSfile: imapsync,v $ ',
|
||||
'$Revision: 1.155 $ ',
|
||||
'$Date: 2006/02/28 02:18:13 $ ',
|
||||
'$Revision: 1.156 $ ',
|
||||
'$Date: 2006/03/02 03:14:12 $ ',
|
||||
"\n",
|
||||
"Mail::IMAPClient version used here is ",
|
||||
$VERSION_IMAPClient,"\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue