mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Fix crippled contact names (#1447)
This commit is contained in:
parent
ed5685314e
commit
d76fde37df
10 changed files with 123 additions and 257 deletions
|
|
@ -494,7 +494,7 @@ class AppUser extends AbstractApp
|
|||
if (item.userId)
|
||||
{
|
||||
email.clear();
|
||||
email.mailsoParse(item.userId.userid);
|
||||
email.parse(item.userId.userid);
|
||||
if (email.validate())
|
||||
{
|
||||
aEmails.push(email.email);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue