2020-03-09 19:16:21 +01:00
|
|
|
%%MANAGESIEVE%%lib/dovecot/settings/libmanagesieve_login_settings.a
|
|
|
|
%%MANAGESIEVE%%lib/dovecot/settings/libmanagesieve_login_settings.so
|
|
|
|
%%MANAGESIEVE%%lib/dovecot/settings/libmanagesieve_settings.a
|
|
|
|
%%MANAGESIEVE%%lib/dovecot/settings/libmanagesieve_settings.so
|
|
|
|
%%MANAGESIEVE%%libexec/dovecot/managesieve
|
|
|
|
%%MANAGESIEVE%%libexec/dovecot/managesieve-login
|
2010-11-27 07:01:33 +01:00
|
|
|
bin/sieve-dump
|
2012-04-08 18:56:16 +02:00
|
|
|
bin/sieve-filter
|
2010-11-27 07:01:33 +01:00
|
|
|
bin/sieve-test
|
|
|
|
bin/sievec
|
2020-03-09 19:16:21 +01:00
|
|
|
include/dovecot/sieve/edit-mail.h
|
|
|
|
include/dovecot/sieve/mail-raw.h
|
|
|
|
include/dovecot/sieve/pigeonhole-config.h
|
|
|
|
include/dovecot/sieve/pigeonhole-version.h
|
|
|
|
include/dovecot/sieve/rfc2822.h
|
|
|
|
include/dovecot/sieve/sieve-actions.h
|
|
|
|
include/dovecot/sieve/sieve-address-parts.h
|
|
|
|
include/dovecot/sieve/sieve-address-source.h
|
|
|
|
include/dovecot/sieve/sieve-address.h
|
|
|
|
include/dovecot/sieve/sieve-ast.h
|
|
|
|
include/dovecot/sieve/sieve-binary-dumper.h
|
|
|
|
include/dovecot/sieve/sieve-binary-private.h
|
|
|
|
include/dovecot/sieve/sieve-binary.h
|
|
|
|
include/dovecot/sieve/sieve-code-dumper.h
|
|
|
|
include/dovecot/sieve/sieve-code.h
|
|
|
|
include/dovecot/sieve/sieve-commands.h
|
|
|
|
include/dovecot/sieve/sieve-common.h
|
|
|
|
include/dovecot/sieve/sieve-comparators.h
|
|
|
|
include/dovecot/sieve/sieve-config.h
|
|
|
|
include/dovecot/sieve/sieve-dump.h
|
|
|
|
include/dovecot/sieve/sieve-error-private.h
|
|
|
|
include/dovecot/sieve/sieve-error.h
|
|
|
|
include/dovecot/sieve/sieve-execute.h
|
|
|
|
include/dovecot/sieve/sieve-ext-copy.h
|
|
|
|
include/dovecot/sieve/sieve-ext-enotify.h
|
|
|
|
include/dovecot/sieve/sieve-ext-environment.h
|
|
|
|
include/dovecot/sieve/sieve-ext-imap4flags.h
|
|
|
|
include/dovecot/sieve/sieve-ext-mailbox.h
|
|
|
|
include/dovecot/sieve/sieve-ext-variables.h
|
|
|
|
include/dovecot/sieve/sieve-extensions.h
|
|
|
|
include/dovecot/sieve/sieve-generator.h
|
|
|
|
include/dovecot/sieve/sieve-interpreter.h
|
|
|
|
include/dovecot/sieve/sieve-lexer.h
|
|
|
|
include/dovecot/sieve/sieve-limits.h
|
|
|
|
include/dovecot/sieve/sieve-match-types.h
|
|
|
|
include/dovecot/sieve/sieve-match.h
|
|
|
|
include/dovecot/sieve/sieve-message.h
|
|
|
|
include/dovecot/sieve/sieve-objects.h
|
|
|
|
include/dovecot/sieve/sieve-parser.h
|
|
|
|
include/dovecot/sieve/sieve-plugins.h
|
|
|
|
include/dovecot/sieve/sieve-result.h
|
|
|
|
include/dovecot/sieve/sieve-runtime-trace.h
|
|
|
|
include/dovecot/sieve/sieve-runtime.h
|
|
|
|
include/dovecot/sieve/sieve-script-private.h
|
|
|
|
include/dovecot/sieve/sieve-script.h
|
|
|
|
include/dovecot/sieve/sieve-settings.h
|
|
|
|
include/dovecot/sieve/sieve-smtp.h
|
|
|
|
include/dovecot/sieve/sieve-storage-private.h
|
|
|
|
include/dovecot/sieve/sieve-storage.h
|
|
|
|
include/dovecot/sieve/sieve-stringlist.h
|
|
|
|
include/dovecot/sieve/sieve-types.h
|
|
|
|
include/dovecot/sieve/sieve-validator.h
|
|
|
|
include/dovecot/sieve/sieve.h
|
2013-05-23 19:58:48 +02:00
|
|
|
lib/dovecot/doveadm/lib10_doveadm_sieve_plugin.a
|
|
|
|
lib/dovecot/doveadm/lib10_doveadm_sieve_plugin.so
|
2020-03-09 19:16:21 +01:00
|
|
|
lib/dovecot/lib90_sieve_plugin.a
|
|
|
|
lib/dovecot/lib90_sieve_plugin.so
|
mail/dovecot, mail/dovecot-pigeonhole: upgrade to 2.3.2 and 0.5.2 respectively
dovecot changelog:
v2.3.2 is mainly a bugfix release. It contains all the changes in v2.2.36, as well as a bunch of other fixes (mainly for v2.3-only bugs). Binary packages are already in https://repo.dovecot.org/
* old-stats plugin: Don't temporarily enable PR_SET_DUMPABLE while
opening /proc/self/io. This may still cause security problems if the
process is ptrace()d at the same time. Instead, open it while still
running as root.
+ doveadm: Added mailbox cache decision&remove commands. See
doveadm-mailbox(1) man page for details.
+ doveadm: Added rebuild attachments command for rebuilding
$HasAttachment or $HasNoAttachment flags for matching mails. See
doveadm-rebuild(1) man page for details.
+ cassandra: Use fallback_consistency on more types of errors
+ lmtp proxy: Support outgoing SSL/TLS connections
+ lmtp: Add lmtp_rawlog_dir and lmtp_proxy_rawlog_dir settings.
+ submission: Add support for rawlog_dir
+ submission: Add submission_client_workarounds setting.
+ lua auth: Add password_verify() function and additional fields in
auth request.
- doveadm-server: TCP connections are hanging when there is a lot of
network output. This especially caused hangs in dsync-replication.
- Using multiple type=shared mdbox namespaces crashed
- mail_fsync setting was ignored. It was always set to "optimized".
- lua auth: Fix potential crash at deinit
- SSL/TLS servers may have crashed if client disconnected during
handshake.
- SSL/TLS servers: Don't send extraneous certificates to client when
alt certs are used.
- lda, lmtp: Return-Path header without '<' may have assert-crashed.
- lda, lmtp: Unencoded UTF-8 in email address headers may assert-crash
- lda: -f parameter didn't allow empty/null/domainless address
- lmtp, submission: Message size limit was hardcoded to 40 MB.
Exceeding it caused the connection to get dropped during transfer.
- lmtp: Fix potential crash when delivery fails at DATA stage
- lmtp: login_greeting setting was ignored
- Fix to work with OpenSSL v1.0.2f
- systemd unit restrictions were too strict by default
- Fix potential crashes when a lot of log output was produced
- SMTP client may have assert-crashed when sending mail
- IMAP COMPRESS: Send "end of compression" marker when disconnecting.
- cassandra: Fix consistency=quorum to work
- dsync: Lock file generation failed if home directory didn't exist
- Snippet generation for HTML mails didn't ignore &entities inside
blockquotes, producing strange looking snippets.
- imapc: Fix assert-crash if getting disconnected and after
reconnection all mails in the selected mailbox are gone.
- pop3c: Handle unexpected server disconnections without assert-crash
- fts: Fixes to indexing mails via virtual mailboxes.
- fts: If mails contained NUL characters, the text around it wasn't
indexed.
- Obsolete dovecot.index.cache offsets were sometimes used. Trying to
fetch a field that was just added to cache file may not have always
found it.
pigeonhole changelog:
Changelog v0.5.2:
+ Implement plugin for the a vendor-defined IMAP capability called
"FILTER=SIEVE". It adds the ability to manually invoke Sieve filtering
in IMAP. More information can be found in
doc/plugins/imap_filter_sieve.txt.
- The Sieve address test caused an assertion panic for invalid addresses
with UTF-8 codepoints in the localpart. Fixed by properly detecting
invalid addresses with UTF-8 codepoints in the localpart and skipping
these like other invalid addresses while iterating addresses for the
address test.
- Make the length of the subject header for the vacation response
configurable and enforce the limit in UTF-8 codepoints rather than
bytes. The subject header for a vacation response was statically
truncated to 256 bytes, which is too limited for multi-byte UTF-8
characters.
- Sieve editheader extension: Fix assertion panic occurring when it is
used to manipulate a message header with a very large header field.
- Properly abort execution of the sieve_discard script upon error.
Before, the LDA Sieve plugin attempted to execute the sieve_discard
script when an error occurs. This can lead to the message being lost.
- Fix the interaction between quota and the sieve_discard script. When
quota was used together with a sieve_discard script, the message
delivery did not bounce when the quota was exceeded.
2018-06-29 18:36:04 +02:00
|
|
|
lib/dovecot/lib95_imap_filter_sieve_plugin.a
|
|
|
|
lib/dovecot/lib95_imap_filter_sieve_plugin.so
|
2016-04-27 17:42:50 +02:00
|
|
|
lib/dovecot/lib95_imap_sieve_plugin.a
|
|
|
|
lib/dovecot/lib95_imap_sieve_plugin.so
|
2020-03-09 19:16:21 +01:00
|
|
|
lib/dovecot/libdovecot-sieve.a
|
|
|
|
lib/dovecot/libdovecot-sieve.so
|
|
|
|
lib/dovecot/libdovecot-sieve.so.0
|
|
|
|
lib/dovecot/libdovecot-sieve.so.0.0.0
|
2014-11-13 19:58:42 +01:00
|
|
|
lib/dovecot/settings/libpigeonhole_settings.a
|
|
|
|
lib/dovecot/settings/libpigeonhole_settings.so
|
2013-05-23 19:58:48 +02:00
|
|
|
lib/dovecot/sieve/lib90_sieve_extprograms_plugin.a
|
|
|
|
lib/dovecot/sieve/lib90_sieve_extprograms_plugin.so
|
2020-03-09 19:16:21 +01:00
|
|
|
lib/dovecot/sieve/lib90_sieve_imapsieve_plugin.a
|
|
|
|
lib/dovecot/sieve/lib90_sieve_imapsieve_plugin.so
|
2015-03-22 19:16:41 +01:00
|
|
|
man/man1/doveadm-sieve.1.gz
|
2013-10-02 01:24:09 +02:00
|
|
|
man/man1/sieve-dump.1.gz
|
|
|
|
man/man1/sieve-filter.1.gz
|
|
|
|
man/man1/sieve-test.1.gz
|
|
|
|
man/man1/sievec.1.gz
|
|
|
|
man/man1/sieved.1.gz
|
|
|
|
man/man7/pigeonhole.7.gz
|
2015-12-15 15:57:14 +01:00
|
|
|
share/aclocal/dovecot-pigeonhole.m4
|
2020-03-09 19:16:21 +01:00
|
|
|
share/doc/dovecot/example-config/conf.d/20-managesieve.conf
|
|
|
|
share/doc/dovecot/example-config/conf.d/90-sieve-extprograms.conf
|
|
|
|
share/doc/dovecot/example-config/conf.d/90-sieve.conf
|
|
|
|
share/doc/dovecot/example-config/sieve-ldap.conf
|
|
|
|
share/doc/dovecot/sieve/extensions/duplicate.txt
|
|
|
|
share/doc/dovecot/sieve/extensions/editheader.txt
|
|
|
|
share/doc/dovecot/sieve/extensions/include.txt
|
|
|
|
share/doc/dovecot/sieve/extensions/spamtest-virustest.txt
|
|
|
|
share/doc/dovecot/sieve/extensions/vacation.txt
|
|
|
|
share/doc/dovecot/sieve/extensions/vnd.dovecot.environment.txt
|
|
|
|
share/doc/dovecot/sieve/extensions/vnd.dovecot.report.txt
|
|
|
|
share/doc/dovecot/sieve/locations/dict.txt
|
|
|
|
share/doc/dovecot/sieve/locations/file.txt
|
|
|
|
share/doc/dovecot/sieve/locations/ldap.txt
|
|
|
|
share/doc/dovecot/sieve/plugins/imap_filter_sieve.txt
|
|
|
|
share/doc/dovecot/sieve/plugins/imapsieve.txt
|
|
|
|
share/doc/dovecot/sieve/plugins/sieve_extprograms.txt
|