Summary | Sieve: Ingi uses imapflags but Dovecot only accept imap4flags |
Queue | Ingo |
Queue Version | 3.1.4 |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | |
Requester | torben (at) dannhauer (dot) info |
Created | 05/14/2014 (4067 days ago) |
Due | |
Updated | 05/14/2014 (4067 days ago) |
Assigned | |
Resolved | 05/14/2014 (4067 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
Patch ⇒ No
Request #8784Priority ⇒ 2. Medium
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ Sieve: Ingi uses imapflags but Dovecot only accept imap4flags
Type ⇒ Bug
State ⇒ Unconfirmed
Dovecot 2.2 accepts per default only imap4flags, but ingo tries to set
"require imapflags".
The latter is deprecated in Dovecot sieve, so ingo should
a) change it to imap4flags
or
b) add a configuration option in the backend to choose whether
imagflags (CMUsieve) or imap4flags (Dovecot sieve)
The adaption is trivial: replace imapflags with imap4flags in
ingo/lib/Script/Sieve/Action/Flag.php line 102
A solution in the upcoming Horder 5.2 release would be great!
Thanks,
Torben