diff --git a/CREDITS b/CREDITS index 7d189a3..8f510f3 100644 --- a/CREDITS +++ b/CREDITS @@ -9,6 +9,7 @@ I thank very much all of these people. Daniel Ammann Made me finally write the --folderrec option. +Gave OpenMail to Cyrus success Nicola De Marco Had authenticate problems with PLAIN diff --git a/ChangeLog b/ChangeLog index a62e620..6623df7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,20 @@ RCS file: RCS/imapsync,v Working file: imapsync -head: 1.194 +head: 1.195 branch: locks: strict access list: symbolic names: keyword substitution: kv -total revisions: 194; selected revisions: 194 +total revisions: 195; selected revisions: 195 description: ---------------------------- +revision 1.195 +date: 2006/12/08 04:48:54; author: gilles; state: Exp; lines: +10 -8 +Added OpenMail success +Counted how many different imap server software succeeded. +---------------------------- revision 1.194 date: 2006/12/08 04:04:34; author: gilles; state: Exp; lines: +22 -12 Added --folderrec option diff --git a/README b/README index 920f617..7fb77d5 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME Synchronise mailboxes between two imap servers. Good at IMAP migration. More than 25 different IMAP server softwares supported with success. - $Revision: 1.194 $ + $Revision: 1.195 $ INSTALL imapsync works fine under any Unix OS. @@ -182,7 +182,7 @@ BUGS - output given with --debug --debugimap near the failure point. IMAP SERVERS - Failure stories reported with the following imap servers : + Failure stories reported with the following 4 imap servers : - MailEnable 1.54 (Proprietary) http://www.mailenable.com/ - DBMail 2.0.7 (GPL). But DBMail 1.2.1 works. @@ -190,7 +190,7 @@ IMAP SERVERS - dkimap4 2.39 - Imail 7.04 (maybe). - Success stories reported with the following imap servers (softwares + Success stories reported with the following 29 imap servers (softwares names are in alphabetic order) : - BincImap 1.2.3 (GPL) (http://www.bincimap.org/) @@ -199,7 +199,8 @@ IMAP SERVERS (http://www.courier-mta.org/) - Critical Path (7.0.020) - Cyrus IMAP 1.5, 1.6, 2.1, 2.1.15, 2.1.16, 2.1.18 - 2.2.1, 2.2.2-BETA, 2.2.10, 2.2.12, 2.3-alpha (OSI Approved) + 2.2.1, 2.2.2-BETA, 2.2.10, 2.2.12, 2.3-alpha (OSI Approved), + v2.2.12-Invoca-RPM-2.2.12-3.RHEL4.1 (http://asg.web.cmu.edu/cyrus/) - David Tobit V8 (proprietary Message system). - DBMail 1.2.1, 2.0.4, 2.0.9, 2.2rc1 (GPL) (http://www.dbmail.org/). @@ -215,6 +216,7 @@ IMAP SERVERS - Microsoft Exchange Server 5.5 - Netscape Mail Server 3.6 (Wintel !) - Netscape Messaging Server 4.15 Patch 7 + - OpenMail IMAP server B.07.00.k0 - OpenWave - Qualcomm Worldmail (NT) - Rockliffe Mailsite 5.3.11 @@ -295,5 +297,5 @@ AUTHOR teaching free open and gratis softwares. Don't hesitate to pay him for that services. - $Id: imapsync,v 1.194 2006/12/08 04:04:34 gilles Exp $ + $Id: imapsync,v 1.195 2006/12/08 04:48:54 gilles Exp $ diff --git a/VERSION b/VERSION index 325d030..4c353d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.194 +1.195 diff --git a/imapsync b/imapsync index ec30043..1fc0c60 100755 --- a/imapsync +++ b/imapsync @@ -7,7 +7,7 @@ tool. Synchronise mailboxes between two imap servers. Good at IMAP migration. More than 25 different IMAP server softwares supported with success. -$Revision: 1.194 $ +$Revision: 1.195 $ =head1 INSTALL @@ -211,7 +211,7 @@ In your report, please include: =head1 IMAP SERVERS -Failure stories reported with the following imap servers : +Failure stories reported with the following 4 imap servers : - MailEnable 1.54 (Proprietary) http://www.mailenable.com/ - DBMail 2.0.7 (GPL). But DBMail 1.2.1 works. @@ -219,7 +219,7 @@ Failure stories reported with the following imap servers : - dkimap4 2.39 - Imail 7.04 (maybe). -Success stories reported with the following imap servers +Success stories reported with the following 29 imap servers (softwares names are in alphabetic order) : - BincImap 1.2.3 (GPL) (http://www.bincimap.org/) @@ -228,7 +228,8 @@ Success stories reported with the following imap servers (http://www.courier-mta.org/) - Critical Path (7.0.020) - Cyrus IMAP 1.5, 1.6, 2.1, 2.1.15, 2.1.16, 2.1.18 - 2.2.1, 2.2.2-BETA, 2.2.10, 2.2.12, 2.3-alpha (OSI Approved) + 2.2.1, 2.2.2-BETA, 2.2.10, 2.2.12, 2.3-alpha (OSI Approved), + v2.2.12-Invoca-RPM-2.2.12-3.RHEL4.1 (http://asg.web.cmu.edu/cyrus/) - David Tobit V8 (proprietary Message system). - DBMail 1.2.1, 2.0.4, 2.0.9, 2.2rc1 (GPL) (http://www.dbmail.org/). @@ -244,6 +245,7 @@ Success stories reported with the following imap servers - Microsoft Exchange Server 5.5 - Netscape Mail Server 3.6 (Wintel !) - Netscape Messaging Server 4.15 Patch 7 + - OpenMail IMAP server B.07.00.k0 - OpenWave - Qualcomm Worldmail (NT) - Rockliffe Mailsite 5.3.11 @@ -345,7 +347,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.194 2006/12/08 04:04:34 gilles Exp $ +$Id: imapsync,v 1.195 2006/12/08 04:48:54 gilles Exp $ =cut @@ -402,7 +404,7 @@ my( use vars qw ($opt_G); # missing code for this will be option. -$rcs = ' $Id: imapsync,v 1.194 2006/12/08 04:04:34 gilles Exp $ '; +$rcs = ' $Id: imapsync,v 1.195 2006/12/08 04:48:54 gilles Exp $ '; $rcs =~ m/,v (\d+\.\d+)/; $VERSION = ($1) ? $1 : "UNKNOWN"; @@ -439,8 +441,8 @@ $error=0; my $banner = join("", '$RCSfile: imapsync,v $ ', - '$Revision: 1.194 $ ', - '$Date: 2006/12/08 04:04:34 $ ', + '$Revision: 1.195 $ ', + '$Date: 2006/12/08 04:48:54 $ ', "\n", "Mail::IMAPClient version used here is ", $VERSION_IMAPClient,"\n"