This commit is contained in:
Nick Bebout 2011-03-12 02:43:44 +00:00
parent 8b580f51fb
commit 215120b54b
4 changed files with 49 additions and 11 deletions

View file

@ -1,19 +1,25 @@
RCS file: RCS/imapsync,v
Working file: imapsync
head: 1.11
head: 1.12
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 11; selected revisions: 11
total revisions: 12; selected revisions: 12
description:
----------------------------
revision 1.12
date: 2003/07/07 20:19:58; author: gilles; state: Exp; lines: +20 -4
Updated documentation :
- Added IMAP SERVERS section (Success and bad stories).
- Updated SIMILAR SOFTWARES section.
----------------------------
revision 1.11
date: 2003/07/04 23:32:23; author: gilles; state: Exp; lines: +7 -5
- use of namespace separator,
Thanks to Sebastien Namèhe.
Thanks to Sebastien Namèche.
----------------------------
revision 1.10
date: 2003/05/05 22:37:48; author: gilles; state: Exp; lines: +5 -5

22
README
View file

@ -1,7 +1,7 @@
NAME
imapsync - synchronize mailboxes between two imap servers.
$Revision: 1.11 $
$Revision: 1.12 $
INSTALL
Get imapsync at http://www.linux-france.org/prj/imapsync/dist/
@ -95,8 +95,24 @@ LICENSE
BUGS
No known bug. Report any bugs to the author: lamiral@linux-france.org
IMAP SERVERS
Success stories reported :
- Courier IMAP 1.5.1
- Cyrus IMAP 1.5, 1.6, 2.1
- Netscape Mail Server 3.6 (Wintel)
- CommunicatePro server (Redhat 8.0)
Please report to the author any success or bad story with imapsync and
don't forget to mention the IMAP server software names and version on
both sides. This will help future users.
SIMILAR SOFTWARES
None known. Feedback will be welcome.
offlineimap : http://gopher.quux.org:70/devel/offlineimap/
mailsync : http://mailsync.sourceforge.net/
imapxfer : ?
$Id: imapsync,v 1.11 2003/07/04 23:32:23 gilles Exp $
Feedback will be welcome.
$Id: imapsync,v 1.12 2003/07/07 20:19:58 gilles Exp $

View file

@ -1 +1 @@
1.11
1.12

View file

@ -4,7 +4,7 @@
imapsync - synchronize mailboxes between two imap servers.
$Revision: 1.11 $
$Revision: 1.12 $
=head1 INSTALL
@ -115,12 +115,28 @@ http://www.gnu.org/licenses/licenses.html
No known bug.
Report any bugs to the author: lamiral@linux-france.org
=head1 IMAP SERVERS
Success stories reported :
- Courier IMAP 1.5.1
- Cyrus IMAP 1.5, 1.6, 2.1
- Netscape Mail Server 3.6 (Wintel)
- CommunicatePro server (Redhat 8.0)
Please report to the author any success or bad story with imapsync and
don't forget to mention the IMAP server software names and version on
both sides. This will help future users.
=head1 SIMILAR SOFTWARES
None known.
offlineimap : http://gopher.quux.org:70/devel/offlineimap/
mailsync : http://mailsync.sourceforge.net/
imapxfer : ?
Feedback will be welcome.
$Id: imapsync,v 1.11 2003/07/04 23:32:23 gilles Exp $
$Id: imapsync,v 1.12 2003/07/07 20:19:58 gilles Exp $
=cut
@ -145,7 +161,7 @@ my(
use vars qw ($opt_G); # missing code for this will be option.
$rcs = ' $Id: imapsync,v 1.11 2003/07/04 23:32:23 gilles Exp $ ';
$rcs = ' $Id: imapsync,v 1.12 2003/07/07 20:19:58 gilles Exp $ ';
$rcs =~ m/,v (\d+\.\d+)/;
$VERSION = ($1) ? $1 : "UNKNOWN";
$error=0;