Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internationalized email (SMTPUTF8) support #292

Open
rimas-kudelis opened this issue Jan 28, 2025 · 4 comments
Open

Internationalized email (SMTPUTF8) support #292

rimas-kudelis opened this issue Jan 28, 2025 · 4 comments

Comments

@rimas-kudelis
Copy link
Collaborator

E-mail addresses can now be properly internationalized. The relevant RFCs, while not fully supported by all systems, have been around for a while, and internationalized email appears to be supported by Exim as well.

However, when I set up an email account with non-ASCII characters in both account name and domain name, I couldn't quite get it to work reliably: I just couldn't receive emails reliably regardless of whether I registered the domain with Exim in punycode or in UTF-8.

This issue is to track internationalized the support for internationalized email. I suppose we'll have to consult with Exim on which way the domains should be stored in the database and how to make that work.

@Zetanova
Copy link
Contributor

Zetanova commented Feb 5, 2025

I had problems with emojis in the mail subject and the subject blacklist filter.
The solution was to change all db-columns from utf8mb3 to utf8mb4

@rimas-kudelis
Copy link
Collaborator Author

rimas-kudelis commented Feb 5, 2025

Yes, this was addressed in 94842ac.
This issue is about raw UTF-8 characters in mail headers and email addresses.

@Udera
Copy link
Collaborator

Udera commented Mar 8, 2025

However, when I set up an email account with non-ASCII characters in both account name and domain name

Did you try sending a mail to non-ascii addresses?

@rimas-kudelis
Copy link
Collaborator Author

However, when I set up an email account with non-ASCII characters in both account name and domain name

Did you try sending a mail to non-ascii addresses?

Isn't that what I said in the sentence that folloed? 😃 Yes, I did, but I couldn't figure out what the correct way to configure non-ascii domains and non-ascii mailboxes is in Exim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants