Home
last modified time | relevance | path

Searched refs:sFolderFullName (Results 1 – 4 of 4) sorted by relevance

/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DKeyPathHelper.php80 * @param string $sFolderFullName
85 static public function ReadReceiptCache($sEmail, $sFolderFullName, $sUid) argument
87 return '/ReadReceipt/'.$sEmail.'/'.$sFolderFullName.'/'.$sUid;
H A DActions.php6615 $sFolderFullName = $this->GetActionParam('MessageFolder', '');
6618 …->Set(\RainLoop\KeyPathHelper::ReadReceiptCache($oAccount->Email(), $sFolderFullName, $sUid), '1');
6620 if (0 < \strlen($sFolderFullName) && 0 < \strlen($sUid))
6624 …$this->MailClient()->MessageSetFlag($sFolderFullName, array($sUid), true, $sReadReceiptFlag, true,…
9612 * @param string $sFolderFullName
9616 private function hashFolderFullName($sFolderFullName) argument
9618 return \in_array(\strtolower($sFolderFullName), array('inbox', 'sent', 'send', 'drafts',
9620 $sFolderFullName : \md5($sFolderFullName);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DKeyPathHelper.php80 * @param string $sFolderFullName
85 static public function ReadReceiptCache($sEmail, $sFolderFullName, $sUid) argument
87 return '/ReadReceipt/'.$sEmail.'/'.$sFolderFullName.'/'.$sUid;
H A DActions.php6615 $sFolderFullName = $this->GetActionParam('MessageFolder', '');
6618 …->Set(\RainLoop\KeyPathHelper::ReadReceiptCache($oAccount->Email(), $sFolderFullName, $sUid), '1');
6620 if (0 < \strlen($sFolderFullName) && 0 < \strlen($sUid))
6624 …$this->MailClient()->MessageSetFlag($sFolderFullName, array($sUid), true, $sReadReceiptFlag, true,…
9612 * @param string $sFolderFullName
9616 private function hashFolderFullName($sFolderFullName) argument
9618 return \in_array(\strtolower($sFolderFullName), array('inbox', 'sent', 'send', 'drafts',
9620 $sFolderFullName : \md5($sFolderFullName);