first commit
This commit is contained in:
commit
098f59b644
3632 changed files with 518046 additions and 0 deletions
7
mailcow/data/web/inc/lib/sieve/SieveDumpable.php
Normal file
7
mailcow/data/web/inc/lib/sieve/SieveDumpable.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php namespace Sieve;
|
||||
|
||||
interface SieveDumpable
|
||||
{
|
||||
function dump();
|
||||
function text();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue