File imapfilter.changes of Package imapfilter
-------------------------------------------------------------------
Fri Nov 5 16:05:35 UTC 2010 - hvogel@novell.com
- Update to version 2.2.2
* Bug fix; a couple of errors in the extending examples file.
* A global option for the IDLE refreshing interval was added.
* Bug fix; more detailed reporting when SSL socket errors occur.
-------------------------------------------------------------------
Thu Dec 31 20:03:01 UTC 2009 - pascal.bleser@opensuse.org
- update to 2.2:
* support for combining searching methods in multiple mailboxes
at the same or different accounts and processing of the results
in bulk
* support for meta-searching that allows searching on the
previous searching results
-------------------------------------------------------------------
Tue Nov 24 10:04:35 UTC 2009 - chris@computersalat.de
- fix build for SLE_10
o lua >= 5.1
- spec mods
o fix header
o sorted TAGS
* fix Summary
o removed changes from spec
-------------------------------------------------------------------
Mon Nov 23 22:51:18 UTC 2009 - pascal.bleser@opensuse.org
- update to 2.1:
* add support for the IMAP IDLE extension
* add new methods to fetch parts of messages along with the body
structure of messages
* add global option for the character to be used during searching
* minor bugfixes
-------------------------------------------------------------------
Fri Mar 28 13:16:00 CET 2008 - coolo@suse.de
- remove explicit lib require
-------------------------------------------------------------------
Mon Feb 18 09:04:08 CET 2008 - mskibbe@suse.de
- update to version 2.0.10 which:
o Bug fix; failed a great number (tens of thousands) of commands
were exchanged with an IMAP server
o Bug fix; failed to fetch the body of some messages in some
extremely rare occasions
o Bug fix; the description for the contain_header() method was
clarified
-------------------------------------------------------------------
Mon Jan 7 09:44:05 CET 2008 - mskibbe@suse.de
- update to version 2.0.9 which:
o on some platforms it is necessary to link against the math
library
o the match_*() methods failed to match messages.
o the match_*() methods failed with an error when no messages
matched.
o note added in the documentation about the need to use double
backslashes inside of regular expression patterns.
-------------------------------------------------------------------
Mon Oct 8 09:27:06 CEST 2007 - mskibbe@suse.de
- update to version 2.0.6 which:
o fix a bug that the select_all() method sent an incorrect format
and this caused an error in some mail servers.
-------------------------------------------------------------------
Fri Oct 5 11:25:05 CEST 2007 - mmaher@suse.de
- update to version 2.0.5 which:
* Bug fix; an error in the sample extensions file.
* Bug fix; typo errors in the manual page.
* The documentation was updated with details and examples on how to
access mailboxes inside folders.
* Examples were added on how to define composite filters that include
multiple searching rules.
-------------------------------------------------------------------
Fri Sep 28 08:49:44 CEST 2007 - mskibbe@suse.de
- update to version 2.0.4 which
* Bug fix; the send_query() method didn't return the special
form of table that the rest of the searching methods did.
* An additional searching method has been added to search for
keyword flags set.
* A new variable that was added to the Makefile makes it possible
to set an alternative environment for the installation path.
- delete obsolete patches
-------------------------------------------------------------------
Tue Jul 31 08:09:20 CEST 2007 - mskibbe@suse.de
- update to version 2.0.3 which:
* New, more powerful, feature rich and yet simpler configuration
file
* Easier object oriented view of accounts and mailboxes.
* Simpler approach to filters, with infix logical or/and/not
operators
* No more need to mess with server search queries
* More and simpler functions instead of few and complicated ones
* More feature complete interface that can now even manipulate
mailboxes
* Regular expressions integrated into the searching interface
* Effective caching subsystem when fetching message parts
* Can still read old version 1.x configuration files
for compatibility
-------------------------------------------------------------------
Thu Jan 11 07:52:39 CET 2007 - mskibbe@suse.de
- fix segfault at start
-------------------------------------------------------------------
Fri Nov 17 09:40:45 CET 2006 - mskibbe@suse.de
- fix requires
-------------------------------------------------------------------
Fri Oct 20 01:45:24 CEST 2006 - ro@suse.de
- use pkgconfig to get lua libs
-------------------------------------------------------------------
Wed Aug 2 09:47:06 CEST 2006 - mskibbe@suse.de
- fixed some compiler warnings
- add RPM_OPT_FLAGS to make
- update to version 1.2.2 which
o Bug fix; a mix up of connections could happen in certain
circumstances, when a hostname and/or username was a prefix of
another hostname and/or username respectively, or when the same
hostname and username was used to connect to a different port.
o Bug fix; the list()/lsub() functions parsed mailboxes/folders
whose names contained spaces incorrectly.
o The list() function now does not return the folder itself, when
listing mailboxes inside a specific folder.
o It is now possible to define new user keywords for messages
inside a mailbox, apart from the standard system flags.
-------------------------------------------------------------------
Mon Jul 17 16:08:44 CEST 2006 - mskibbe@suse.de
- create package
- add fix to build in BUILDROOT