mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Deprecate Account->Login() and Account->Password()
This commit is contained in:
parent
6af4ead706
commit
682af34d53
8 changed files with 25 additions and 29 deletions
|
|
@ -31,12 +31,12 @@ class ProxyauthLoginExamplePlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
if ($oAccount instanceof \RainLoop\Model\Account)
|
||||
{
|
||||
// Verify logic
|
||||
$bValid = $this->isValidAccount($oAccount->Login(), $oAccount->Password());
|
||||
$bValid = $this->isValidAccount($oAccount->IncLogin(), $oAccount->IncPassword());
|
||||
|
||||
/**
|
||||
* $oAccount->Email(); // Email (It is not a IMAP login)
|
||||
* $oAccount->Login(); // IMAP login
|
||||
* $oAccount->Password(); // IMAP password
|
||||
* $oAccount->IncLogin(); // IMAP login
|
||||
* $oAccount->IncPassword(); // IMAP password
|
||||
* $oAccount->Domain()->IncHost(); // IMAP host
|
||||
*
|
||||
* @see \RainLoo\Model\Account for more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue