Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: imapfilter | Distribution: SUSE Linux Enterprise 15 SP4 |
Version: 2.7.5 | Vendor: openSUSE |
Release: bp154.1.22 | Build date: Mon May 9 11:12:26 2022 |
Group: Productivity/Networking/Email/Utilities | Build host: old-atreju4 |
Size: 208230 | Source RPM: imapfilter-2.7.5-bp154.1.22.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/lefcha/imapfilter | |
Summary: A mail filtering utility |
IMAPFilter is a mail filtering utility. It connects to remote mail servers using the Internet Message Access Protocol (IMAP), sends searching queries to the server and processes mailboxes based on the results. It can be used to delete, copy, move, flag, etc. messages residing in mailboxes at the same or different mail servers. The 4rev1 and 4 versions of the IMAP protocol are supported. IMAPFilter uses the Lua programming language as a configuration and extension language.
MIT
* Sun Dec 20 2020 Dirk Müller <dmueller@suse.com> - update to 2.7.5: * New "hostnames" option can be used to disable hostname validation. * Bug fix; "certificates" option incorrectly controlled hostname validation. * Thu Nov 26 2020 Arun Persaud <arun@gmx.de> - update to version 2.7.4: * Bug fix; incorrect argument to regular expression compile function. * Sat Nov 14 2020 Arun Persaud <arun@gmx.de> - update to version 2.7.3: * Bug fix; incorrect free of compiled pattern. * Unexpected network errors and IMAP BYE are now logged. - changes from version 2.7.2: * Makefile is back to being Lua version agnostic. - changes from version 2.7.1: * Makefile now builds with Lua 5.4 and PCRE2. - changes from version 2.7 : * Lua 5.4 compatibility (the codebase can still be compiled with versions 5.3, 5.2 and 5.1). * PCRE2 compatibility (version 10.00 and later) * New error code is returned if certificate verify fails. * Bug fix; add missing truststore option from brief usage message. * Sun Dec 29 2019 Arun Persaud <arun@gmx.de> - update to version 2.6.16: * Bug fix; escape the double-quote character in passwords. - changes from version 2.6.15: * Bug fix; try to setup both a CA file and path for SSL validations. * Sat Nov 09 2019 Arun Persaud <arun@gmx.de> - update to version 2.6.14 * Bug fix; OpenSSL version mess up for SSL hostname validation. * Sat Sep 21 2019 Arun Persaud <arun@gmx.de> - update to version 2.6.13: * Support for SSL hostname validation. * Sat Nov 03 2018 Arun Persaud <arun@gmx.de> - specfile: * added README AUTHORS LICENSE NEWS to %doc * ran spec-cleaner - update to version 2.6.12: * Support for Server Name Indication (SNI). * The searching methods return values are described in the config man page. * Example of using the enter_idle() function in the sample extend file. * Thu Mar 01 2018 arun@gmx.de - specfile: * update copyright year - update to version 2.6.11: * Support for interrupting IDLE mode with SIGUSR1/SIGUSR2. * New "persist" option to try to recover a connection indefinitely. * New "range" option to limit messages included in a range. * Bug fix; always close selected mailbox before check_status(). * Bug fix; closing of selected mailbox twice with fetch_message(). * Wed Sep 06 2017 jengelh@inai.de - Clean out old constructs from specfile. * Tue Aug 22 2017 crrodriguez@opensuse.org - fix build failure with lua 5.3. missing include directory. * Tue Feb 21 2017 arun@gmx.de - specfile: * update copyright year - update to version 2.6.10: * Bug fix; segmentation fault on some OpenSSL builds. - changes from version 2.6.9: * Bug fix; possible problem during STARTTLS negotiation. - changes from version 2.6.8: * Support building with OpenSSL 1.1.0. * Thu Jun 23 2016 arun@gmx.de - update to version 2.6.7: * A dry-run mode that disables all actions that modify data. * Bug fix; handle IDLE untagged responses that are received in pieces. * Sat Feb 06 2016 arun@gmx.de - update to version 2.6.6: * Bug fix; print an error message if "ssl" has been set to "ssl3". - changes from version 2.6.5: * Possible to build again with OpenSSL when support for SSL 3.0 is disabled. - changes from version 2.6.4: * Support for OAuth 2.0 and the XOAUTH2 authentication mechanism. * Wed Oct 07 2015 arun@gmx.de - specfile: update copyright year - upgrade to version 2.6.3: * Support for loading a default CA certificates file. * A new has_unkeyword() method to search messages without a keyword flag set. * Bug fix; double quotation around keyword sent by the has_flag() method. - changes from version 2.6.2: * Bug fix; drop connection on local certificate mismatch. - changes from version 2.6.1: * Support for loading the system's CA certificates from a file. * Bug fix; flusing of standard output/error in a some cases. - changes from version 2.6: * Optimizations that vastly improve performance of the meta-searching functionality, by making subsequent search requests limit their scope based on the results already returned by previous requests (previously this was the case only for the match_*() methods). * Lua 5.3 compatibility (the codebase can still be compiled with versions 5.2 and 5.1). * A new "limit" option can be used as a work-around for problems that some servers have with long requests. * The documentation now clarifies how to make the client block indefinitely. * Bug fix; the check_status() method now returns 4 numbers on error as described in the documentation (just negative values in this case). * Bug fix; flushing of default output on password prompt. * Bug fix; program fault when very long requests were to be sent. * Sat Dec 06 2014 arun@gmx.de - specfile: update copyright year - update to version 2.5.7 * Support for automatic validation of SSL connections, using the operating system's installed trusted CA certificates (usually from authorities that are shipped with web browsers). * A new "wakeonany" option makes it possible to end IDLE mode on any event, not just on new messages. * A new "reenter" option controls whether IDLE mode should be re-entered, after the recovery of the session, which makes it possible to continue with the execution of the next line in the configuration file. * The documentation now mentions that the contain_*() methods do case-insensitive searching (an IMAP limitation). * The documentation now has a better explanation of the arrived_*() and sent_*() methods. * Bug fix; the value returned by the copy method was incorrect in some cases.
/usr/bin/imapfilter /usr/share/doc/packages/imapfilter /usr/share/doc/packages/imapfilter/AUTHORS /usr/share/doc/packages/imapfilter/NEWS /usr/share/doc/packages/imapfilter/README /usr/share/imapfilter /usr/share/imapfilter/account.lua /usr/share/imapfilter/auxiliary.lua /usr/share/imapfilter/common.lua /usr/share/imapfilter/mailbox.lua /usr/share/imapfilter/message.lua /usr/share/imapfilter/options.lua /usr/share/imapfilter/regex.lua /usr/share/imapfilter/set.lua /usr/share/licenses/imapfilter /usr/share/licenses/imapfilter/LICENSE /usr/share/man/man1/imapfilter.1.gz /usr/share/man/man5/imapfilter_config.5.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 16:00:25 2024