$_sieve
$_sieve : \Horde\ManageSieve
The ManageSieve object.
Ingo_Transport_Sivtest implements an Ingo transport driver to allow scripts to be installed and set active via the Cyrus sivtest command line utility.
setScriptActive(array $script)
Sets a script running on the backend.
array | $script | The filter script information. Passed elements:
|
sivtestSocket(string $username, string $password, string $hostspec) : \TODO
Used to figure out which Sieve server the script will be run on, and then open a GSSAPI authenticated socket to said server.
string | $username | The username. |
string | $password | The password. |
string | $hostspec | The hostspec. |