mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-12 15:34:52 +02:00
1.121
This commit is contained in:
parent
ce5693f206
commit
b17d465c3e
5 changed files with 20 additions and 10 deletions
12
imapsync
12
imapsync
|
@ -6,7 +6,7 @@ imapsync - IMAP synchronization, copy or migration
|
|||
tool. Synchronize mailboxes between two imap servers. Good
|
||||
at IMAP migration.
|
||||
|
||||
$Revision: 1.120 $
|
||||
$Revision: 1.121 $
|
||||
|
||||
=head1 INSTALL
|
||||
|
||||
|
@ -272,6 +272,8 @@ Entries for imapsync:
|
|||
imaprepl : http://www.bl0rg.net/software/
|
||||
http://freshmeat.net/projects/imap-repl/
|
||||
imap_migrate: http://freshmeat.net/projects/imapmigration/
|
||||
imapcopy : http://home.arcor.de/armin.diehl/imapcopy/imapcopy.html
|
||||
migrationtool http://sourceforge.net/projects/migrationtool/
|
||||
pop2imap : http://www.linux-france.org/prj/pop2imap/
|
||||
|
||||
Feedback (good or bad) will be always welcome.
|
||||
|
@ -282,7 +284,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.120 2005/02/01 02:38:38 gilles Exp $
|
||||
$Id: imapsync,v 1.121 2005/02/01 04:03:30 gilles Exp $
|
||||
|
||||
=cut
|
||||
|
||||
|
@ -325,7 +327,7 @@ my(
|
|||
use vars qw ($opt_G); # missing code for this will be option.
|
||||
|
||||
|
||||
$rcs = ' $Id: imapsync,v 1.120 2005/02/01 02:38:38 gilles Exp $ ';
|
||||
$rcs = ' $Id: imapsync,v 1.121 2005/02/01 04:03:30 gilles Exp $ ';
|
||||
$rcs =~ m/,v (\d+\.\d+)/;
|
||||
$VERSION = ($1) ? $1 : "UNKNOWN";
|
||||
|
||||
|
@ -362,8 +364,8 @@ $error=0;
|
|||
|
||||
my $banner = join("",
|
||||
'$RCSfile: imapsync,v $ ',
|
||||
'$Revision: 1.120 $ ',
|
||||
'$Date: 2005/02/01 02:38:38 $ ',
|
||||
'$Revision: 1.121 $ ',
|
||||
'$Date: 2005/02/01 04:03:30 $ ',
|
||||
"\n",
|
||||
"Mail::IMAPClient version used here is ",
|
||||
$VERSION_IMAPClient, " auth md5 : $md5_supported",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue