bincimap

Log | Files | Refs | LICENSE

commit b17289e0304288ae613f3df3c08cd4466e2f1d0e
parent 1b7cca1924c5b34ea08cd8f51ef152d985b34aff
Author: andreaha <andreaha@b31fe1f4-c0d1-0310-8000-a34f4ae90293>
Date:   Thu,  4 Mar 2004 20:18:59 +0000

- Updated changelogs.


git-svn-id: file:///home/cwright/convert/bincimap/trunk@57 b31fe1f4-c0d1-0310-8000-a34f4ae90293

Diffstat:
MChangeLog | 20+++++++++++++++++---
Mbincimap.spec.in | 14++++++++++++++
2 files changed, 31 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,9 +1,23 @@ -* Tue Mar 02 2004 Andreas Aardal Hanssen <andreas-binc@bincimap.org> +* Thu Mar 04 2004 Andreas Aardal Hanssen <andreas-bin at bincimap.org> +- configure.in now also searches correctly for the OpenSSL include + path. +- Updated info on default locations for service files in README.in. +- Removed down files from supervise directories. +- Added option to force scanning when doing a pendingUpdates(). + This will also force all messages in new/ to be moved to cur/ + regardless of how the messages were stored there. +- Refined the algorithm for moving messages from new/ a tad; messages + created by Binc IMAP now get the string BincIMAP in their name. + Messages with BincIMAP in their name are always moved from new/ + immediately, otherwise the timestamp is checked. +- Released 1.2.7beta3-1 + +* Tue Mar 02 2004 Andreas Aardal Hanssen <andreas-binc at bincimap.org> - COPY now uses the canonical form of the destination mailbox, so copying to "Inbox/go" is interpreted as "INBOX/go". - Released 1.2.7beta2-1 -* Sun Feb 21 2004 Andreas Aardal Hanssen <andreas-binc@bincimap.org> +* Sun Feb 21 2004 Andreas Aardal Hanssen <andreas-binc at bincimap.org> - SELECT also reports RECENT and EXISTS on empty mailboxes. - Fixes to the prioritization of default args over command line options. - Fixes to configure.in allow correct handling of --with-openssl-libs @@ -15,7 +29,7 @@ - Released 1.2.7beta1-1 - Fixed more errors in configure.in with detection of SSL libs. -* Tue Feb 10 2004 Andreas Aardal Hanssen <andreas-binc@bincimap.org> +* Tue Feb 10 2004 Andreas Aardal Hanssen <andreas-binc at bincimap.org> - Replaced command line parser, as a first step towards completely eliminating all mysterious problems related to the ordering of command line arguments. diff --git a/bincimap.spec.in b/bincimap.spec.in @@ -189,6 +189,20 @@ install man/bincimap.conf.5 $MAN/man5 #----------------------------------------------------------------------- %changelog +* Thu Mar 04 2004 Andreas Aardal Hanssen <andreas-binc@bincimap.org> +- configure.in now also searches correctly for the OpenSSL include + path. +- Updated info on default locations for service files in README.in. +- Removed down files from supervise directories. +- Added option to force scanning when doing a pendingUpdates(). + This will also force all messages in new/ to be moved to cur/ + regardless of how the messages were stored there. +- Refined the algorithm for moving messages from new/ a tad; messages + created by Binc IMAP now get the string BincIMAP in their name. + Messages with BincIMAP in their name are always moved from new/ + immediately, otherwise the timestamp is checked. +- Released 1.2.7beta3-1 + * Tue Mar 02 2004 Andreas Aardal Hanssen <andreas-binc@bincimap.org> - COPY now uses the canonical form of the destination mailbox, so copying to "Inbox/go" is interpreted as "INBOX/go".