[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 416 lines (14 kb) |
Included or required: | 4 times |
Referenced: | 0 times |
Includes or requires: | 2 files modules/Settings/MailConverter/handlers/MailScannerRule.php include/utils/encryption.php |
Vtiger_MailScannerInfo:: (20 methods):
__construct()
__crypt()
initialize()
initializeFolderInfo()
clearLastscan()
updateAllFolderRescan()
dateBasedOnMailServerTimezone()
updateLastscan()
getLastscan()
needRescan()
checkRescan()
getFolderInfo()
updateFolderInfo()
enableFoldersForScan()
initializeRules()
getAsMap()
compare()
update()
delete()
listAll()
Class: Vtiger_MailScannerInfo - X-Ref
Mail Scanner information manager.__construct($scannername, $initialize=true) X-Ref |
Constructor |
__crypt($password, $encrypt=true) X-Ref |
Encrypt/Decrypt input. |
initialize($scannername) X-Ref |
Initialize this instance. |
initializeFolderInfo() X-Ref |
Initialize the folder details |
clearLastscan() X-Ref |
Delete lastscan details with this scanner |
updateAllFolderRescan($rescanFlag=false) X-Ref |
Update rescan flag on all folders |
dateBasedOnMailServerTimezone($format='d-M-Y') X-Ref |
No description |
updateLastscan($folderName, $rescanFolder=false, $enabledForScan=1) X-Ref |
Update lastscan information on folder (or set for rescan next) |
getLastscan($folderName) X-Ref |
Get lastscan of the folder. |
needRescan($folderName) X-Ref |
Does the folder need message rescan? |
checkRescan() X-Ref |
Check if rescan is required atleast on a folder? |
getFolderInfo() X-Ref |
Get the folder information that has been scanned |
updateFolderInfo($foldernames, $rescanFolder=false) X-Ref |
Update the folder information with given folder names |
enableFoldersForScan($folderinfo) X-Ref |
Enable only given folders for scanning |
initializeRules() X-Ref |
Initialize scanner rule information |
getAsMap() X-Ref |
Get scanner information as map |
compare($otherInstance) X-Ref |
Compare this instance with give instance |
update($otherInstance) X-Ref |
Create/Update the scanner information in database |
delete() X-Ref |
Delete the scanner information from database |
listAll() X-Ref |
List all the mail-scanners configured. |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |