mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Pre release fixes and improvements
This commit is contained in:
parent
67c5e31e58
commit
abddb3d828
61 changed files with 378 additions and 57 deletions
|
|
@ -24,7 +24,7 @@ class ProxyauthLoginExamplePlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
if ($oAccount instanceof \RainLoop\Model\Account)
|
||||
{
|
||||
// Verify logic
|
||||
$bValid = isValidAccount($oAccount->Login(), $oAccount->Password());
|
||||
$bValid = $this->isValidAccount($oAccount->Login(), $oAccount->Password());
|
||||
|
||||
/**
|
||||
* $oAccount->Email(); // Email (It is not a IMAP login)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue