nextcloud / nextcloud/mail

SMTP error "Server does not support sending internationalized header data"

Open
#8,165 0 comments 6 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop bug skill:backend
Dominant language
JavaScript
Stars
1k
Forks
348
Avg merge
12h 28m
Merged PRs (30d)
91

Description

Steps to reproduce
  1. Have a server without the SMTPUTF8 (RFC 6531)
  2. Open the app
  3. Send a message to chrístóph@domain.tld
  4. Watch the outbox
Expected behavior

Message is sent

Actual behavior

\Horde_Smtp::send throws "Server does not support sending internationalized header data"

Mail app version

3.0

Mailserver or service

No response

Operating system

No response

PHP engine version

None

Web server

None

Database

None

Additional info

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the mail-sending path into Horde_Smtp::send and reproduce the case with an SMTP server that lacks SMTPUTF8 support. Compare the handling of the internationalized recipient with the expected behavior, and verify that the message can be sent without the reported exception.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.