first
This commit is contained in:
commit
5aa7d034f7
3292 changed files with 465160 additions and 0 deletions
17
data/web/inc/lib/sieve/extensions/vnd.dovecot.execute.xml
Executable file
17
data/web/inc/lib/sieve/extensions/vnd.dovecot.execute.xml
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version='1.0' standalone='yes'?>
|
||||
|
||||
<extension name="vnd.dovecot.execute">
|
||||
|
||||
<test name="execute">
|
||||
<parameter type="tag" name="pipe" regex="pipe" occurrence="optional"/>
|
||||
<parameter type="string" name="program-name"/>
|
||||
<parameter type="stringlist" name="arguments" occurrence="optional"/>
|
||||
</test>
|
||||
|
||||
<command name="execute">
|
||||
<parameter type="tag" name="pipe" regex="pipe" occurrence="optional"/>
|
||||
<parameter type="string" name="program-name"/>
|
||||
<parameter type="stringlist" name="arguments" occurrence="optional"/>
|
||||
</command>
|
||||
|
||||
</extension>
|
||||
Loading…
Add table
Add a link
Reference in a new issue