This commit is contained in:
Nick Bebout 2011-03-12 02:44:21 +00:00
parent 3a28514165
commit 475d7b9015
4 changed files with 17 additions and 10 deletions

View file

@ -1,15 +1,20 @@
RCS file: RCS/imapsync,v RCS file: RCS/imapsync,v
Working file: imapsync Working file: imapsync
head: 1.155 head: 1.156
branch: branch:
locks: strict locks: strict
gilles: 1.156
access list: access list:
symbolic names: symbolic names:
keyword substitution: kv keyword substitution: kv
total revisions: 155; selected revisions: 155 total revisions: 156; selected revisions: 156
description: description:
---------------------------- ----------------------------
revision 1.156 locked by: gilles;
date: 2006/03/02 03:14:12; author: gilles; state: Exp; lines: +6 -5
Added imap_tools link.
----------------------------
revision 1.155 revision 1.155
date: 2006/02/28 02:18:13; author: gilles; state: Exp; lines: +14 -7 date: 2006/02/28 02:18:13; author: gilles; state: Exp; lines: +14 -7
Updated AUTHOR section. Updated AUTHOR section.

5
README
View file

@ -2,7 +2,7 @@ NAME
imapsync - IMAP synchronization, copy or migration tool. Synchronize imapsync - IMAP synchronization, copy or migration tool. Synchronize
mailboxes between two imap servers. Good at IMAP migration. mailboxes between two imap servers. Good at IMAP migration.
$Revision: 1.155 $ $Revision: 1.156 $
INSTALL INSTALL
imapsync works fine under any Unix OS. imapsync works fine under any Unix OS.
@ -252,6 +252,7 @@ Links
Entries for imapsync: http://www.imap.org/products/showall.php Entries for imapsync: http://www.imap.org/products/showall.php
SIMILAR SOFTWARES SIMILAR SOFTWARES
imap_tools : http://www.athensfbc.com/imap_tools
offlineimap : http://gopher.quux.org:70/devel/offlineimap/ offlineimap : http://gopher.quux.org:70/devel/offlineimap/
mailsync : http://mailsync.sourceforge.net/ mailsync : http://mailsync.sourceforge.net/
imapxfer : http://www.washington.edu/imap/ imapxfer : http://www.washington.edu/imap/
@ -273,5 +274,5 @@ AUTHOR
teaching free open and gratis softwares. Don't hesitate to pay him for teaching free open and gratis softwares. Don't hesitate to pay him for
that services. 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 $

View file

@ -1 +1 @@
1.155 1.156

View file

@ -6,7 +6,7 @@ imapsync - IMAP synchronization, copy or migration
tool. Synchronize mailboxes between two imap servers. Good tool. Synchronize mailboxes between two imap servers. Good
at IMAP migration. at IMAP migration.
$Revision: 1.155 $ $Revision: 1.156 $
=head1 INSTALL =head1 INSTALL
@ -299,6 +299,7 @@ Entries for imapsync:
=head1 SIMILAR SOFTWARES =head1 SIMILAR SOFTWARES
imap_tools : http://www.athensfbc.com/imap_tools
offlineimap : http://gopher.quux.org:70/devel/offlineimap/ offlineimap : http://gopher.quux.org:70/devel/offlineimap/
mailsync : http://mailsync.sourceforge.net/ mailsync : http://mailsync.sourceforge.net/
imapxfer : http://www.washington.edu/imap/ imapxfer : http://www.washington.edu/imap/
@ -321,7 +322,7 @@ Gilles LAMIRAL earn his living writing, installing,
configuring and teaching free open and gratis configuring and teaching free open and gratis
softwares. Don't hesitate to pay him for that services. 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 =cut
@ -369,7 +370,7 @@ my(
use vars qw ($opt_G); # missing code for this will be option. 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+)/; $rcs =~ m/,v (\d+\.\d+)/;
$VERSION = ($1) ? $1 : "UNKNOWN"; $VERSION = ($1) ? $1 : "UNKNOWN";
@ -406,8 +407,8 @@ $error=0;
my $banner = join("", my $banner = join("",
'$RCSfile: imapsync,v $ ', '$RCSfile: imapsync,v $ ',
'$Revision: 1.155 $ ', '$Revision: 1.156 $ ',
'$Date: 2006/02/28 02:18:13 $ ', '$Date: 2006/03/02 03:14:12 $ ',
"\n", "\n",
"Mail::IMAPClient version used here is ", "Mail::IMAPClient version used here is ",
$VERSION_IMAPClient,"\n" $VERSION_IMAPClient,"\n"