mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Always puny code email addresses
This commit is contained in:
parent
73405f4647
commit
93859c500b
1 changed files with 1 additions and 2 deletions
|
@ -1260,7 +1260,6 @@ public class MessageHelper {
|
|||
}
|
||||
|
||||
email = decodeMime(email);
|
||||
if (!Helper.isSingleScript(email))
|
||||
email = punyCode(email);
|
||||
|
||||
iaddress.setAddress(email);
|
||||
|
|
Loading…
Reference in a new issue