| Net_Sieve |
| [ class tree: Net_Sieve ] [ index: Net_Sieve ] [ all elements ] |
|
Packages: Net_Sieve Classes: Files: |
[ Top ] $supportedSASLAuthMethods = array('DIGEST-MD5', 'CRAM-MD5')[line 110] SASL authentication methods that require Auth_SASL.
[ Top ] Method DetailNet_Sieve (Constructor) [line 209]
Constructor. Sets up the object, connects to the server and logs in. Stores any generated error in $this->_error, which can be retrieved using the getError() method. Parameters:
[ Top ]
connect [line 297]
Handles connecting to the server and checks the response validity.
Parameters:
[ Top ]
disconnect [line 351]
Disconnect from the Sieve server.
Parameters:
[ Top ]
getActive [line 409]getAuthMechs [line 542]
Returns the list of authentication methods the server supports.
[ Top ]
getError [line 249]
Returns any error that may have been generated in the constructor.
[ Top ]
getExtensions [line 503]
Returns the list of extensions the server supports.
[ Top ]
getScript [line 439]
Retrieves a script.
Parameters:
[ Top ]
hasAuthMech [line 558]
Returns whether the server supports an authentication method.
Parameters:
[ Top ]
hasExtension [line 519]
Returns whether the server supports an extension.
Parameters:
[ Top ]
haveSpace [line 486]
Checks if the server has space to store the script by the server.
Parameters:
[ Top ]
installScript [line 453]
Adds a script to the server.
Parameters:
[ Top ]
listScripts [line 394]
Returns an indexed array of scripts currently on the server.
[ Top ]
login [line 367]
Logs into server.
Parameters:
[ Top ]
removeScript [line 471]
Removes a script from the server.
Parameters:
[ Top ]
setActive [line 427]
Sets the active script.
Parameters:
[ Top ]
setDebug [line 262]
Sets the debug state and handler function. Parameters:
[ Top ]
Documentation generated on Sat, 06 Aug 2011 22:30:03 +0000 by phpDocumentor 1.4.3. PEAR Logo Copyright © PHP Group 2004. |