Summary | imapflags throws error |
Queue | Ingo |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | mtspam (at) tesira (dot) de |
Created | 12/13/2012 (4601 days ago) |
Due | |
Updated | 12/14/2012 (4600 days ago) |
Assigned | |
Resolved | 12/14/2012 (4600 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
ii dovecot-managesieved 1:2.0.19-0ubuntu2 secure
ManageSieve server for Dovecot
ii dovecot-sieve 1:2.0.19-0ubuntu2 sieve filters
support for Dovecot
and while digging that up for you I found a note in the sieve config file:
For example `sieve_extensions = +imapflags' will enable the
# deprecated imapflags extension in addition to all extensions thatwere
# already enabled by default.
so I added that to my sieve config file and now everything works like
a charm for now, so thanks for the pointer!!!
Though "deprecated" sounds that I will one day get the error back once
that option is removed, so some form of config option (if that flag
stays for other sieve implementations) would be nice on the horde end.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ imapflags throws error
Type ⇒ Bug
State ⇒ Unconfirmed
my sieve has no idea about the used option "imapflags". Digging in
google it turned out that the option here on my ubuntu 12 is called
imap4flags instead.
Would be nice to have an option to change that somewhere, or if there
even is no more imapflags and everyone uses one with the 4, it would
be nice to just change it to that.
If I stay away from flags, the software is just fine.