mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +03:00
v2.10.3
This commit is contained in:
parent
5757d8d464
commit
c7f80d617e
12 changed files with 29 additions and 23 deletions
|
|
@ -158,8 +158,7 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
}
|
||||
$this->sendRaw($sChallenge, true, '*******');
|
||||
$oResponse = $this->getResponse();
|
||||
$sSignature = $this->getResponseValue($oResponse);
|
||||
$SASL->verify($sSignature);
|
||||
$SASL->verify($this->getResponseValue($oResponse));
|
||||
}
|
||||
else if ('CRAM-MD5' === $type)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<div class="form-horizontal">
|
||||
<div class="legend" data-i18n="TAB_ABOUT/LEGEND_ABOUT"></div>
|
||||
<div class="row" style="min-width: 800px;">
|
||||
<div class="row">
|
||||
<div class="span4">
|
||||
<div class="rl-logo"></div>
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue