From b6ef68ce6f5275712142628abafad7663cdbf4af Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Sat, 12 Mar 2011 02:43:51 +0000 Subject: [PATCH] 1.74 --- ChangeLog | 13 +++++++++++-- README | 14 +++++++++++--- VERSION | 2 +- imapsync | 23 +++++++++++++++++------ 4 files changed, 40 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 908299f..80ae861 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,24 @@ RCS file: RCS/imapsync,v Working file: imapsync -head: 1.72 +head: 1.74 branch: locks: strict + gilles: 1.74 access list: symbolic names: keyword substitution: kv -total revisions: 72; selected revisions: 72 +total revisions: 74; selected revisions: 74 description: ---------------------------- +revision 1.74 locked by: gilles; +date: 2004/02/12 03:11:14; author: gilles; state: Exp; lines: +11 -6 +Updated SIMILAR SOFTWARES +---------------------------- +revision 1.73 +date: 2004/02/12 00:12:46; author: gilles; state: Exp; lines: +11 -5 +www.imap.org +---------------------------- revision 1.72 date: 2004/02/09 15:42:33; author: gilles; state: Exp; lines: +39 -9 Better MD5 handling diff --git a/README b/README index 017aa03..68354a7 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME imapsync - IMAP sync or copy tool. Synchronize mailboxes between two imap servers. - $Revision: 1.72 $ + $Revision: 1.74 $ INSTALL imapsync works fine under any Unix OS. @@ -161,7 +161,7 @@ IMAP SERVERS You can use option --justconnect to get those lines. - Rate imapsync : http://freshmeat.net/projects/imapsync/ + And please rate imapsync at http://freshmeat.net/projects/imapsync/ HUGE MIGRATION Have a special attention on options --subscribed --subscribe --delete @@ -184,14 +184,22 @@ HUGE MIGRATION Welcome in shell programming ! Hacking + Feel free to hack imapsync as the GPL Licence permits it. + +Links + Entries for imapsync: http://www.imap.org/products/showall.php + SIMILAR SOFTWARES offlineimap : http://gopher.quux.org:70/devel/offlineimap/ mailsync : http://mailsync.sourceforge.net/ imapxfer : http://www.washington.edu/imap/ part of the imap-utils from UW. + imaprepl : http://www.bl0rg.net/software/ + http://freshmeat.net/projects/imap-repl/ + imap_migrate: http://freshmeat.net/projects/imapmigration/ pop2imap : http://www.linux-france.org/prj/pop2imap/ Feedback (good or bad) will be always welcome. - $Id: imapsync,v 1.72 2004/02/09 15:42:33 gilles Exp $ + $Id: imapsync,v 1.74 2004/02/12 03:11:14 gilles Exp gilles $ diff --git a/VERSION b/VERSION index cc31fcd..bc8a658 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.72 +1.74 diff --git a/imapsync b/imapsync index 61560b2..fde08c9 100755 --- a/imapsync +++ b/imapsync @@ -4,7 +4,7 @@ imapsync - IMAP sync or copy tool. Synchronize mailboxes between two imap servers. -$Revision: 1.72 $ +$Revision: 1.74 $ =head1 INSTALL @@ -183,7 +183,7 @@ are useful to know the softwares. Example: You can use option --justconnect to get those lines. -Rate imapsync : http://freshmeat.net/projects/imapsync/ +And please rate imapsync at http://freshmeat.net/projects/imapsync/ =head1 HUGE MIGRATION @@ -217,6 +217,12 @@ Welcome in shell programming ! =head1 Hacking +Feel free to hack imapsync as the GPL Licence permits it. + +=head1 Links + +Entries for imapsync: + http://www.imap.org/products/showall.php =head1 SIMILAR SOFTWARES @@ -225,11 +231,14 @@ Welcome in shell programming ! mailsync : http://mailsync.sourceforge.net/ imapxfer : http://www.washington.edu/imap/ part of the imap-utils from UW. + imaprepl : http://www.bl0rg.net/software/ + http://freshmeat.net/projects/imap-repl/ + imap_migrate: http://freshmeat.net/projects/imapmigration/ pop2imap : http://www.linux-france.org/prj/pop2imap/ Feedback (good or bad) will be always welcome. -$Id: imapsync,v 1.72 2004/02/09 15:42:33 gilles Exp $ +$Id: imapsync,v 1.74 2004/02/12 03:11:14 gilles Exp gilles $ =cut @@ -264,7 +273,7 @@ my( use vars qw ($opt_G); # missing code for this will be option. -$rcs = ' $Id: imapsync,v 1.72 2004/02/09 15:42:33 gilles Exp $ '; +$rcs = ' $Id: imapsync,v 1.74 2004/02/12 03:11:14 gilles Exp gilles $ '; $rcs =~ m/,v (\d+\.\d+)/; $VERSION = ($1) ? $1 : "UNKNOWN"; @@ -299,8 +308,8 @@ $error=0; my $banner = join("", '$RCSfile: imapsync,v $ ', - '$Revision: 1.72 $ ', - '$Date: 2004/02/09 15:42:33 $ ', + '$Revision: 1.74 $ ', + '$Date: 2004/02/12 03:11:14 $ ', "\n", "Mail::IMAPClient version used here is ", $VERSION_IMAPClient, " auth md5 : $md5_supported", @@ -666,6 +675,8 @@ sub stats { print "Total bytes skipped : $mess_size_total_skipped\n"; print "Total bytes error : $mess_size_total_error\n"; print "Detected $error errors\n"; + print "Please, rate imapsync at http://freshmeat.net/projects/imapsync/\n"; + }