mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
1.121
This commit is contained in:
parent
ce5693f206
commit
b17d465c3e
2
CREDITS
2
CREDITS
@ -3,6 +3,7 @@
|
||||
Harald A. Irmer
|
||||
Huge migration with mbox format pb.
|
||||
Several problems.
|
||||
Gave http://home.arcor.de/armin.diehl/imapcopy/imapcopy.html link.
|
||||
|
||||
Aleksandar Milivojevic
|
||||
Had problems with the flags arrays
|
||||
@ -46,6 +47,7 @@ Reed Sandberg
|
||||
Gave "MDaemon 7.0.1 ---> courier-imap-2.2.1"
|
||||
Gave the imapsync-undef_arrayref.diff patch.
|
||||
Added and wrote option --foldersizes
|
||||
Gave link http://sourceforge.net/projects/migrationtool/
|
||||
|
||||
Christoph Nagelreiter
|
||||
Christoph ran imapsync to migrate from
|
||||
|
@ -1,15 +1,19 @@
|
||||
|
||||
RCS file: RCS/imapsync,v
|
||||
Working file: imapsync
|
||||
head: 1.120
|
||||
head: 1.121
|
||||
branch:
|
||||
locks: strict
|
||||
access list:
|
||||
symbolic names:
|
||||
keyword substitution: kv
|
||||
total revisions: 120; selected revisions: 120
|
||||
total revisions: 121; selected revisions: 121
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.121
|
||||
date: 2005/02/01 04:03:30; author: gilles; state: Exp; lines: +7 -5
|
||||
Added links imapcopy and migrationtool
|
||||
----------------------------
|
||||
revision 1.120
|
||||
date: 2005/02/01 02:38:38; author: gilles; state: Exp; lines: +7 -6
|
||||
Success stories : MDaemon
|
||||
|
6
README
6
README
@ -2,7 +2,7 @@ NAME
|
||||
imapsync - IMAP synchronization, copy or migration tool. Synchronize
|
||||
mailboxes between two imap servers. Good at IMAP migration.
|
||||
|
||||
$Revision: 1.120 $
|
||||
$Revision: 1.121 $
|
||||
|
||||
INSTALL
|
||||
imapsync works fine under any Unix OS.
|
||||
@ -231,6 +231,8 @@ SIMILAR SOFTWARES
|
||||
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.
|
||||
@ -240,5 +242,5 @@ AUTHOR
|
||||
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 $
|
||||
|
||||
|
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…
Reference in New Issue
Block a user