Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPlayer701 <Player701@users.noreply.github.com>2022-06-25 10:21:17 +0300
committerGitHub <noreply@github.com>2022-06-25 10:21:17 +0300
commit82fec17d34020953910b848b5063e67ab437da75 (patch)
tree763387e0316d288a7cc7f220356b979a58f9d782 /program/include/rcmail.php
parent83bc6289f548e62627bb510c1fed3e589c3b2083 (diff)
Fix so rcmail::contact_exists() works with IDNA addresses (#8545)
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r--program/include/rcmail.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index 2001af0a2..3b03a02de 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -1401,6 +1401,8 @@ class rcmail extends rcube
return false;
}
+ $email = rcube_utils::idn_to_utf8($email);
+
// TODO: Support TYPE_READONLY filter
$sources = [];