Home
last modified time | relevance | path

Searched refs:RainLoop (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DApi.php3 namespace RainLoop; namespace
34 \RainLoop\Api::SetupDefaultMailSoConfig();
36 $bOne = \RainLoop\Api::RunResult();
51 $oActions = \RainLoop\Actions::NewInstance();
62 return \RainLoop\Api::Actions()->Config();
70 return \RainLoop\Api::Actions()->Logger();
114 …\RainLoop\Utils::$CookieDefaultPath = \RainLoop\Api::Config()->Get('labs', 'cookie_default_path', …
208 return \RainLoop\Api::Actions()->Cacher()->Set(\RainLoop\KeyPathHelper::SsoCacherKey($sSsoHash),
209 \RainLoop\Utils::EncodeKeyValuesQ(array(
224 …return \RainLoop\Api::Actions()->Cacher()->Delete(\RainLoop\KeyPathHelper::SsoCacherKey($sSsoHash)…
[all …]
H A DUtils.php3 namespace RainLoop; namespace
51 if (!empty(\RainLoop\Utils::$RsaKey))
53 return \RainLoop\Utils::$RsaKey;
59 \RainLoop\Utils::$RsaKey = \is_string(\RainLoop\Utils::$RsaKey) ? \RainLoop\Utils::$RsaKey : '';
222 \RainLoop\Utils::DecryptString(
237 \RainLoop\Utils::EncryptStringQ(
250 \RainLoop\Utils::DecryptStringQ(
486 if (null === \RainLoop\Utils::$Cookies)
491 return isset(\RainLoop\Utils::$Cookies[$sName]) ? \RainLoop\Utils::$Cookies[$sName] : $mDefault;
496 if (null === \RainLoop\Utils::$Cookies)
[all …]
H A DActions.php3 namespace RainLoop; namespace
5 use RainLoop\Enumerations\UploadError;
6 use RainLoop\Enumerations\UploadClientError;
1263 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::AuthError);
1369 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::AuthError);
1375 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::AuthError);
1414 \RainLoop\Utils::ClearCookie(\RainLoop\Actions::AUTH_SIGN_ME_TOKEN_KEY);
2172 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::AuthError,
2451 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::AuthError);
3542 \RainLoop\Utils::ClearCookie(\RainLoop\Actions::AUTH_SIGN_ME_TOKEN_KEY);
[all …]
H A DServiceActions.php3 namespace RainLoop; namespace
135 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::InvalidToken);
187 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::UnknownError);
259 if (!\RainLoop\Utils::IsOwnCloud() ||
353 $iError = \RainLoop\Enumerations\UploadError::UNKNOWN;
396 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::UnknownError);
462 $aData = \RainLoop\Utils::DecodeKeyValuesQ($sData);
541 case \RainLoop\Notifications::AuthError:
757 ($bCustomTheme ? \RainLoop\Utils::WebPath() : \RainLoop\Utils::WebVersionPath()).
843 \RainLoop\Utils::SetCookie(\RainLoop\Actions::RL_MOBILE_TYPE, 'mobile');
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DApi.php3 namespace RainLoop; namespace
34 \RainLoop\Api::SetupDefaultMailSoConfig();
36 $bOne = \RainLoop\Api::RunResult();
51 $oActions = \RainLoop\Actions::NewInstance();
62 return \RainLoop\Api::Actions()->Config();
70 return \RainLoop\Api::Actions()->Logger();
114 …\RainLoop\Utils::$CookieDefaultPath = \RainLoop\Api::Config()->Get('labs', 'cookie_default_path', …
208 return \RainLoop\Api::Actions()->Cacher()->Set(\RainLoop\KeyPathHelper::SsoCacherKey($sSsoHash),
209 \RainLoop\Utils::EncodeKeyValuesQ(array(
224 …return \RainLoop\Api::Actions()->Cacher()->Delete(\RainLoop\KeyPathHelper::SsoCacherKey($sSsoHash)…
[all …]
H A DUtils.php3 namespace RainLoop; namespace
51 if (!empty(\RainLoop\Utils::$RsaKey))
53 return \RainLoop\Utils::$RsaKey;
59 \RainLoop\Utils::$RsaKey = \is_string(\RainLoop\Utils::$RsaKey) ? \RainLoop\Utils::$RsaKey : '';
222 \RainLoop\Utils::DecryptString(
237 \RainLoop\Utils::EncryptStringQ(
250 \RainLoop\Utils::DecryptStringQ(
486 if (null === \RainLoop\Utils::$Cookies)
491 return isset(\RainLoop\Utils::$Cookies[$sName]) ? \RainLoop\Utils::$Cookies[$sName] : $mDefault;
496 if (null === \RainLoop\Utils::$Cookies)
[all …]
H A DActions.php3 namespace RainLoop; namespace
5 use RainLoop\Enumerations\UploadError;
6 use RainLoop\Enumerations\UploadClientError;
1263 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::AuthError);
1369 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::AuthError);
1375 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::AuthError);
1414 \RainLoop\Utils::ClearCookie(\RainLoop\Actions::AUTH_SIGN_ME_TOKEN_KEY);
2172 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::AuthError,
2451 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::AuthError);
3542 \RainLoop\Utils::ClearCookie(\RainLoop\Actions::AUTH_SIGN_ME_TOKEN_KEY);
[all …]
H A DServiceActions.php3 namespace RainLoop; namespace
135 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::InvalidToken);
187 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::UnknownError);
259 if (!\RainLoop\Utils::IsOwnCloud() ||
353 $iError = \RainLoop\Enumerations\UploadError::UNKNOWN;
396 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::UnknownError);
462 $aData = \RainLoop\Utils::DecodeKeyValuesQ($sData);
541 case \RainLoop\Notifications::AuthError:
757 ($bCustomTheme ? \RainLoop\Utils::WebPath() : \RainLoop\Utils::WebVersionPath()).
843 \RainLoop\Utils::SetCookie(\RainLoop\Actions::RL_MOBILE_TYPE, 'mobile');
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/
H A DChangePassword.php3 namespace RainLoop\Providers;
5 class ChangePassword extends \RainLoop\Providers\AbstractProvider
44 $oAccount instanceof \RainLoop\Account &&
54 public function ChangePassword(\RainLoop\Account $oAccount, $sPrevPassword, $sNewPassword)
58 if ($this->oDriver instanceof \RainLoop\Providers\ChangePassword\ChangePasswordInterface &&
63 … throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::CurrentPasswordIncorrect);
69 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::NewPasswordShort);
74 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::NewPasswordWeak);
79 … throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::CouldNotSaveNewPassword);
89 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::CouldNotSaveNewPassword);
[all …]
H A DFilters.php3 namespace RainLoop\Providers;
5 class Filters extends \RainLoop\Providers\AbstractProvider
17 …$this->oDriver = $oDriver instanceof \RainLoop\Providers\Filters\FiltersInterface ? $oDriver : nul…
34 …throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::ConnectionError, $oExcepti…
38 …throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::CantGetFilters, $oExceptio…
61 …throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::ConnectionError, $oExcepti…
65 throw new \RainLoop\Exceptions\ClientException(
66 \RainLoop\Notifications::ClientViewError, $oException,
71 …throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::CantSaveFilters, $oExcepti…
82 return $this->oDriver instanceof \RainLoop\Providers\Filters\FiltersInterface;
H A DDomain.php3 namespace RainLoop\Providers;
5 class Domain extends \RainLoop\Providers\AbstractProvider
27 public function __construct(\RainLoop\Providers\Domain\DomainInterface $oDriver,
28 \RainLoop\Plugins\Manager $oPlugins)
54 if ($oDomain instanceof \RainLoop\Model\Domain)
67 public function Save(\RainLoop\Model\Domain $oDomain)
82 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::DomainAlreadyExists);
183 if ($oDomain instanceof \RainLoop\Model\Domain)
187 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::DomainAlreadyExists);
256 if ($oDomain instanceof \RainLoop\Model\Domain)
[all …]
H A DSettings.php3 namespace RainLoop\Providers;
5 class Settings extends \RainLoop\Providers\AbstractProvider
17 public function __construct(\RainLoop\Providers\Settings\ISettings $oDriver)
27 public function Load(\RainLoop\Model\Account $oAccount)
29 $oSettings = new \RainLoop\Settings();
40 public function Save(\RainLoop\Model\Account $oAccount, \RainLoop\Settings $oSettings)
50 return $this->oDriver instanceof \RainLoop\Providers\Settings\ISettings;
H A DStorage.php3 namespace RainLoop\Providers;
5 class Storage extends \RainLoop\Providers\AbstractProvider
15 public function __construct(\RainLoop\Providers\Storage\IStorage $oDriver)
28 if (\RainLoop\Providers\Storage\Enumerations\StorageType::NOBODY !== $iStorageType &&
29 !($mAccount instanceof \RainLoop\Model\Account || \is_string($mAccount)))
105 return $this->oDriver instanceof \RainLoop\Providers\Storage\IStorage;
113 return $this->oDriver instanceof \RainLoop\Providers\Storage\IStorage &&
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/
H A DChangePassword.php3 namespace RainLoop\Providers;
5 class ChangePassword extends \RainLoop\Providers\AbstractProvider
44 $oAccount instanceof \RainLoop\Account &&
54 public function ChangePassword(\RainLoop\Account $oAccount, $sPrevPassword, $sNewPassword)
58 if ($this->oDriver instanceof \RainLoop\Providers\ChangePassword\ChangePasswordInterface &&
63 … throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::CurrentPasswordIncorrect);
69 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::NewPasswordShort);
74 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::NewPasswordWeak);
79 … throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::CouldNotSaveNewPassword);
89 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::CouldNotSaveNewPassword);
[all …]
H A DFilters.php3 namespace RainLoop\Providers;
5 class Filters extends \RainLoop\Providers\AbstractProvider
17 …$this->oDriver = $oDriver instanceof \RainLoop\Providers\Filters\FiltersInterface ? $oDriver : nul…
34 …throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::ConnectionError, $oExcepti…
38 …throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::CantGetFilters, $oExceptio…
61 …throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::ConnectionError, $oExcepti…
65 throw new \RainLoop\Exceptions\ClientException(
66 \RainLoop\Notifications::ClientViewError, $oException,
71 …throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::CantSaveFilters, $oExcepti…
82 return $this->oDriver instanceof \RainLoop\Providers\Filters\FiltersInterface;
H A DDomain.php3 namespace RainLoop\Providers;
5 class Domain extends \RainLoop\Providers\AbstractProvider
27 public function __construct(\RainLoop\Providers\Domain\DomainInterface $oDriver,
28 \RainLoop\Plugins\Manager $oPlugins)
54 if ($oDomain instanceof \RainLoop\Model\Domain)
67 public function Save(\RainLoop\Model\Domain $oDomain)
82 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::DomainAlreadyExists);
183 if ($oDomain instanceof \RainLoop\Model\Domain)
187 throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::DomainAlreadyExists);
256 if ($oDomain instanceof \RainLoop\Model\Domain)
[all …]
H A DSettings.php3 namespace RainLoop\Providers;
5 class Settings extends \RainLoop\Providers\AbstractProvider
17 public function __construct(\RainLoop\Providers\Settings\ISettings $oDriver)
27 public function Load(\RainLoop\Model\Account $oAccount)
29 $oSettings = new \RainLoop\Settings();
40 public function Save(\RainLoop\Model\Account $oAccount, \RainLoop\Settings $oSettings)
50 return $this->oDriver instanceof \RainLoop\Providers\Settings\ISettings;
H A DStorage.php3 namespace RainLoop\Providers;
5 class Storage extends \RainLoop\Providers\AbstractProvider
15 public function __construct(\RainLoop\Providers\Storage\IStorage $oDriver)
28 if (\RainLoop\Providers\Storage\Enumerations\StorageType::NOBODY !== $iStorageType &&
29 !($mAccount instanceof \RainLoop\Model\Account || \is_string($mAccount)))
105 return $this->oDriver instanceof \RainLoop\Providers\Storage\IStorage;
113 return $this->oDriver instanceof \RainLoop\Providers\Storage\IStorage &&
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/Settings/
H A DDefaultSettings.php3 namespace RainLoop\Providers\Settings;
5 class DefaultSettings implements \RainLoop\Providers\Settings\ISettings
31 \RainLoop\Providers\Storage\Enumerations\StorageType::CONFIG,
33 \RainLoop\Providers\Settings\DefaultSettings::FILE_NAME_LOCAL :
34 \RainLoop\Providers\Settings\DefaultSettings::FILE_NAME
59 \RainLoop\Providers\Storage\Enumerations\StorageType::CONFIG,
61 \RainLoop\Providers\Settings\DefaultSettings::FILE_NAME_LOCAL :
62 \RainLoop\Providers\Settings\DefaultSettings::FILE_NAME,
74 \RainLoop\Providers\Storage\Enumerations\StorageType::CONFIG,
76 \RainLoop\Providers\Settings\DefaultSettings::FILE_NAME_LOCAL :
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/Settings/
H A DDefaultSettings.php3 namespace RainLoop\Providers\Settings;
5 class DefaultSettings implements \RainLoop\Providers\Settings\ISettings
31 \RainLoop\Providers\Storage\Enumerations\StorageType::CONFIG,
33 \RainLoop\Providers\Settings\DefaultSettings::FILE_NAME_LOCAL :
34 \RainLoop\Providers\Settings\DefaultSettings::FILE_NAME
59 \RainLoop\Providers\Storage\Enumerations\StorageType::CONFIG,
61 \RainLoop\Providers\Settings\DefaultSettings::FILE_NAME_LOCAL :
62 \RainLoop\Providers\Settings\DefaultSettings::FILE_NAME,
74 \RainLoop\Providers\Storage\Enumerations\StorageType::CONFIG,
76 \RainLoop\Providers\Settings\DefaultSettings::FILE_NAME_LOCAL :
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/Filters/
H A DSieveStorage.php3 namespace RainLoop\Providers\Filters;
5 class SieveStorage implements \RainLoop\Providers\Filters\FiltersInterface
234 \RainLoop\Providers\Filters\Enumerations\ConditionField::FROM,
273 $sNL = \RainLoop\Providers\Filters\SieveStorage::NEW_LINE;
340 \RainLoop\Providers\Filters\Enumerations\ActionType::NONE,
341 \RainLoop\Providers\Filters\Enumerations\ActionType::MOVE_TO,
342 \RainLoop\Providers\Filters\Enumerations\ActionType::FORWARD
351 case \RainLoop\Providers\Filters\Enumerations\ActionType::NONE:
408 case \RainLoop\Providers\Filters\Enumerations\ActionType::REJECT:
478 $sNL = \RainLoop\Providers\Filters\SieveStorage::NEW_LINE;
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/Filters/
H A DSieveStorage.php3 namespace RainLoop\Providers\Filters;
5 class SieveStorage implements \RainLoop\Providers\Filters\FiltersInterface
234 \RainLoop\Providers\Filters\Enumerations\ConditionField::FROM,
273 $sNL = \RainLoop\Providers\Filters\SieveStorage::NEW_LINE;
340 \RainLoop\Providers\Filters\Enumerations\ActionType::NONE,
341 \RainLoop\Providers\Filters\Enumerations\ActionType::MOVE_TO,
342 \RainLoop\Providers\Filters\Enumerations\ActionType::FORWARD
351 case \RainLoop\Providers\Filters\Enumerations\ActionType::NONE:
408 case \RainLoop\Providers\Filters\Enumerations\ActionType::REJECT:
478 $sNL = \RainLoop\Providers\Filters\SieveStorage::NEW_LINE;
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/Storage/
H A DFileStorage.php3 namespace RainLoop\Providers\Storage;
5 class FileStorage implements \RainLoop\Providers\Storage\IStorage
96 \RainLoop\Providers\Storage\Enumerations\StorageType::USER, 'xxx', false, true);
104 \RainLoop\Providers\Storage\Enumerations\StorageType::CONFIG, 'xxx', false, true);
135 $iStorageType = \RainLoop\Providers\Storage\Enumerations\StorageType::NOBODY;
139 if ($mAccount instanceof \RainLoop\Model\Account)
160 case \RainLoop\Providers\Storage\Enumerations\StorageType::USER:
161 case \RainLoop\Providers\Storage\Enumerations\StorageType::NOBODY:
166 case \RainLoop\Providers\Storage\Enumerations\StorageType::CONFIG:
173 if (\RainLoop\Providers\Storage\Enumerations\StorageType::NOBODY === $iStorageType)
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/Storage/
H A DFileStorage.php3 namespace RainLoop\Providers\Storage;
5 class FileStorage implements \RainLoop\Providers\Storage\IStorage
96 \RainLoop\Providers\Storage\Enumerations\StorageType::USER, 'xxx', false, true);
104 \RainLoop\Providers\Storage\Enumerations\StorageType::CONFIG, 'xxx', false, true);
135 $iStorageType = \RainLoop\Providers\Storage\Enumerations\StorageType::NOBODY;
139 if ($mAccount instanceof \RainLoop\Model\Account)
160 case \RainLoop\Providers\Storage\Enumerations\StorageType::USER:
161 case \RainLoop\Providers\Storage\Enumerations\StorageType::NOBODY:
166 case \RainLoop\Providers\Storage\Enumerations\StorageType::CONFIG:
173 if (\RainLoop\Providers\Storage\Enumerations\StorageType::NOBODY === $iStorageType)
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/Filters/Classes/
H A DFilterCondition.php3 namespace RainLoop\Providers\Filters\Classes;
34 $this->sField = \RainLoop\Providers\Filters\Enumerations\ConditionField::FROM;
35 $this->sType = \RainLoop\Providers\Filters\Enumerations\ConditionType::EQUAL_TO;
82 \RainLoop\Providers\Filters\Enumerations\ConditionField::FROM;
85 \RainLoop\Providers\Filters\Enumerations\ConditionType::EQUAL_TO;
123 $oItem = new \RainLoop\Providers\Filters\Classes\FilterCondition();

123456789