[Web] Fixes to Sieve validation (fixes #1027)
parent
ad0325722b
commit
52449afdc0
|
@ -3,6 +3,7 @@
|
|||
<extension name="fileinto">
|
||||
|
||||
<command name="fileinto">
|
||||
<parameter type="tag" name="create" regex="create" occurrence="optional" />
|
||||
<parameter type="string" name="folder" />
|
||||
</command>
|
||||
|
||||
|
|
|
@ -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