diff --git a/ChangeLog b/ChangeLog index 6b9b384..da3ca5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,19 @@ RCS file: RCS/imapsync,v Working file: imapsync -head: 1.28 +head: 1.29 branch: locks: strict access list: symbolic names: keyword substitution: kv -total revisions: 28; selected revisions: 28 +total revisions: 29; selected revisions: 29 description: ---------------------------- +revision 1.29 +date: 2003/08/24 02:01:28; author: gilles; state: Exp; lines: +6 -4 +Updated doc about fixed flags first time bug. +---------------------------- revision 1.28 date: 2003/08/24 01:55:25; author: gilles; state: Exp; lines: +8 -30 Set the flags using append_strings() instead of store() diff --git a/README b/README index d3822e3..24ac044 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ NAME imapsync - synchronize mailboxes between two imap servers. - $Revision: 1.28 $ + $Revision: 1.29 $ INSTALL Get imapsync at http://www.linux-france.org/prj/imapsync/dist/ @@ -97,6 +97,8 @@ BUGS Flags : with some IMAP servers the flags are not very well copied the first time. Run imapsync twice if you want the flags set correctly. + (fixed since 1.28 release but wait for a time before removing those + lines) Report any bugs to the author: lamiral@linux-france.org @@ -124,5 +126,5 @@ SIMILAR SOFTWARES Feedback (good or bad) will be always welcome. - $Id: imapsync,v 1.28 2003/08/24 01:55:25 gilles Exp $ + $Id: imapsync,v 1.29 2003/08/24 02:01:28 gilles Exp $ diff --git a/TODO b/TODO index c4ee464..cf59a4f 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +TODO file for imapsync +---------------------- Add SASL support MD5 : DIGEST-MD5 and CRAM-MD5 see authenticate in IMAPClient.pm @@ -5,9 +7,5 @@ Test the new Mail::IMAPClient (2.1.4 -> 2.2.8 or sup) Update the list of tested IMAP servers (successes and failures). -Update documentation about setting flags. -Make setting flags works the FIRST time. --> Use append_string instead of append - Add a CREDITS file. diff --git a/VERSION b/VERSION index e0250ea..9de53f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.28 +1.29 diff --git a/imapsync b/imapsync index b94327f..5839ada 100755 --- a/imapsync +++ b/imapsync @@ -4,7 +4,7 @@ imapsync - synchronize mailboxes between two imap servers. -$Revision: 1.28 $ +$Revision: 1.29 $ =head1 INSTALL @@ -115,6 +115,8 @@ No known serious bug. Flags : with some IMAP servers the flags are not very well copied the first time. Run imapsync twice if you want the flags set correctly. +(fixed since 1.28 release but wait for a time before removing those +lines) Report any bugs to the author: lamiral@linux-france.org @@ -144,7 +146,7 @@ Rate imapsync : http://freshmeat.net/projects/imapsync/ Feedback (good or bad) will be always welcome. -$Id: imapsync,v 1.28 2003/08/24 01:55:25 gilles Exp $ +$Id: imapsync,v 1.29 2003/08/24 02:01:28 gilles Exp $ =cut @@ -167,12 +169,12 @@ my( use vars qw ($opt_G); # missing code for this will be option. -$rcs = ' $Id: imapsync,v 1.28 2003/08/24 01:55:25 gilles Exp $ '; +$rcs = ' $Id: imapsync,v 1.29 2003/08/24 02:01:28 gilles Exp $ '; $rcs =~ m/,v (\d+\.\d+)/; $VERSION = ($1) ? $1 : "UNKNOWN"; $error=0; -my $banner = '$RCSfile: imapsync,v $ ' . '$Revision: 1.28 $ ' . '$Date: 2003/08/24 01:55:25 $ ' . "\n"; +my $banner = '$RCSfile: imapsync,v $ ' . '$Revision: 1.29 $ ' . '$Date: 2003/08/24 02:01:28 $ ' . "\n"; get_options();