From 475d7b9015f84649841b14a6e225b3c4b85a6ad0 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Sat, 12 Mar 2011 02:44:21 +0000 Subject: [PATCH] 1.156 --- ChangeLog | 9 +++++++-- README | 5 +++-- VERSION | 2 +- imapsync | 11 ++++++----- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c61bb9..5ffea64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,20 @@ RCS file: RCS/imapsync,v Working file: imapsync -head: 1.155 +head: 1.156 branch: locks: strict + gilles: 1.156 access list: symbolic names: keyword substitution: kv -total revisions: 155; selected revisions: 155 +total revisions: 156; selected revisions: 156 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 date: 2006/02/28 02:18:13; author: gilles; state: Exp; lines: +14 -7 Updated AUTHOR section. diff --git a/README b/README index 5efcf5f..3aa97d6 100644 --- a/README +++ b/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.155 $ + $Revision: 1.156 $ INSTALL imapsync works fine under any Unix OS. @@ -252,6 +252,7 @@ Links Entries for imapsync: http://www.imap.org/products/showall.php 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/ @@ -273,5 +274,5 @@ AUTHOR 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 $ diff --git a/VERSION b/VERSION index 5155342..6149232 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.155 +1.156 diff --git a/imapsync b/imapsync index cb7a2dd..ee25cd8 100755 --- a/imapsync +++ b/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"