Class CApiWebmailManager
CApiWebmailManager class is used for work with essential webmail functions.
- AApiManagerWithStorage
- CApiWebmailManager
Methods summary
public
|
#
__construct( CApiGlobalManager & $oManager, string $sForcedStorage = '' )
Creates a new instance of the object. |
public
|
#
createAccount( string $sEmail, string $sPassword, string $sLanguage = '', array $aExtValues = null, boolean $bAllowInternalOnly = false )
Creates new account. |
public
boolean
|
|
protected
|
#
_removeDirByTime( string $sTempPath, integer $iTime2Kill, integer $iNow )
Recursively deletes temporary files and folders on time. |
protected
boolean
|
#
_removeFilesByTime( string $sTempPath, integer $iTime2Kill, integer $iNow )
Recursively deletes temporary files on time. |