mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-09 08:50:05 +08:00
7 lines
69 B
PHP
7 lines
69 B
PHP
|
<?php namespace Sieve;
|
||
|
|
||
|
class SieveScript
|
||
|
{
|
||
|
// TODO: implement
|
||
|
}
|