Changelog for
imapfilter-debugsource-2.5.5-2.1.i586.rpm :
* Mon Jul 15 2013 arunAATTgmx.de- updated to IMAPFilter 2.5.5 - 8 Jun 2013 - Work-around for some servers that send an unexpected APPEND response. - The serial number of the certificates is taken into account, because some servers send different certificates with the same subject and issuer. - Details of the stored certificates are written to the certificates file, in order to make it easier to distinguish each of them. - Support for TLS versions 1.1 and 1.2 for secure connections.
* Fri Apr 19 2013 arunAATTnubati.net- updated to IMAPFilter 2.5.4 - 9 Apr 2013 - Some server responses are now parsed less stricly. - More detailed information is now printed when there\'s an error. - Bug fix; various corrections in the recovery mechanism.
* Wed Jul 25 2012 arunAATTnubati.net- updated to version 2.5.3 - New implementation for international mailbox names. - Bug fix; wrong variable name in one of the examples on extending. - Bug fix; an OpenSSL compilation warning.
* Sun Apr 22 2012 puzelAATTsuse.com- update to version 2.5.2 - Persistent errors or connection failures are now ignored when running in daemon mode, and a reconnection is attempted during the next loop iteration. - Bug fix; problems with failure handling during login/logout.
* Tue Feb 28 2012 arunAATTnubati.net- updated to version 2.5.1 (taken from the NEWS file) IMAPFilter 2.5.1 - 27 Feb 2012 - Support for recovery of a session after a BYE response is received. - Option to control in which cases a terminated session will be restored. - Bug fix; a BYE response could sometimes get incorrectly ignored. IMAPFilter 2.5 - 23 Feb 2012 - Support for recovery of a session when a network failure is encountered, and other robustness improvements. - Informational messages are printed also for the fetch and append methods. - Lua 5.2 compatibility, while the codebase can still be compiled with version 5.1. - The OpenSSL library is now a mandatory build requirement. - Bug fix; unrecoverable login failures did not result in aborting of the execution of the configuration. - Bug fix; when messages were appended to a mailbox that did not exist, it failed to create the mailbox and then retry the appending. - Bug fix; misleading errors were printed on some SSL failures. - Bug fix; protected call of the commands to execute in the daemon function could hide important failures. - Bug fix; the man page had an incorrect description of the -d option.
* Support for the old deprecated 1.x configuration format has been removed, and the current 2.x format can only be executed from now on. IMAPFilter 2.4.2 - 19 Jan 2012 - Bug fix; some ASCII characters in mailbox names were incorrectly converted to UTF-7. IMAPFilter 2.4.1 - 8 Dec 2011 - Bug fix; become_daemon() failure. IMAPFilter 2.4 - 6 Dec 2011 - Support for non-ASCII mailbox names. - New environment variable to set the configuration directory. - Bug fix; parsing of some server responses was broken since the previous release. - Bug fix; the match_field() method matched on the whole header field, instead of only the header field body. - Bug fix; debug file check caused printing of a misleading error message. - Bug fix; typo error in a configuration man page example.
* Sun Feb 26 2012 dmuellerAATTsuse.de- fix build
* Sun Oct 23 2011 arunAATTnubati.net- Update to version 2.3 (taken from the NEWS file) IMAPFilter 2.3 - 6 Aug 2011 - Support for appending/uploading messages to mailboxes. - Debug file option now takes filename argument. - New simplified configuration and building procedure. - Bug fix; in some cases a mailbox was incorrectly assumed selected. - Bug fix; in some cases server capabilities needed update after login. - Bug fix; timeout problem with CRAM-MD5 authentication. - Bug fix; some servers send non-ASCII characters in their responses. IMAPFilter 2.2.3 - 6 Mar 2011 - Project moved to GitHub. - Changed file and directory structure. - The next UID is returned as an additional return value of check_status(). - All processing methods now return a boolean based on their success. - Bug fix; a lost connection is now handled better by trying to reconnect. - Bug fix; in some cases in IDLE a message had arrived but was ignored. - Bug fix; in some servers the initial IDLE reply wasn\'t handled correctly. - Bug fix; typo errors in the documentation.
* Fri Nov 05 2010 hvogelAATTnovell.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 2009 pascal.bleserAATTopensuse.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 2009 chrisAATTcomputersalat.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 2009 pascal.bleserAATTopensuse.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