mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Add additional logging for OpenPGP
Remove enforcing lower case for email addresses Small fixes
This commit is contained in:
parent
436e54891e
commit
3498700f61
11 changed files with 89 additions and 17 deletions
|
|
@ -141,7 +141,7 @@ class Property
|
|||
// lower
|
||||
if ($this->IsEmail())
|
||||
{
|
||||
$this->Value = \MailSo\Base\Utils::StrToLowerIfAscii($this->Value);
|
||||
$this->Value = \MailSo\Base\Utils::StrMailDomainToLowerIfAscii($this->Value);
|
||||
}
|
||||
|
||||
if ($this->IsName())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue