[Web] Autodiscover returns given password decoded and trimed; Add sieve pre and post filters to UI; Move ajax called files; Rework log system: 100 entries per default, add more per click; Syncjobs: Do not read log to data attribute
This commit is contained in:
7
data/web/inc/lib/sieve/SieveDumpable.php
Normal file
7
data/web/inc/lib/sieve/SieveDumpable.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php namespace Sieve;
|
||||
|
||||
interface SieveDumpable
|
||||
{
|
||||
function dump();
|
||||
function text();
|
||||
}
|
Reference in New Issue
Block a user