[Web] Fixes to Sieve validation (fixes #1027)
This commit is contained in:
parent
ad0325722b
commit
52449afdc0
@ -3,6 +3,7 @@
|
|||||||
<extension name="fileinto">
|
<extension name="fileinto">
|
||||||
|
|
||||||
<command name="fileinto">
|
<command name="fileinto">
|
||||||
|
<parameter type="tag" name="create" regex="create" occurrence="optional" />
|
||||||
<parameter type="string" name="folder" />
|
<parameter type="string" name="folder" />
|
||||||
</command>
|
</command>
|
||||||
|
|
||||||
|
8
data/web/inc/lib/sieve/extensions/mailbox.xml
Normal file
8
data/web/inc/lib/sieve/extensions/mailbox.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version='1.0' standalone='yes'?>
|
||||||
|
|
||||||
|
<extension name="mailbox">
|
||||||
|
|
||||||
|
<test name="mailboxexists">
|
||||||
|
<parameter type="string" name="folder" />
|
||||||
|
</test>
|
||||||
|
</extension>
|
Loading…
Reference in New Issue
Block a user