Closed
Bug 1259632
Opened 9 years ago
Closed 4 years ago
RFC 6531 Support (SMTPUTF8)
Categories
(MailNews Core :: Networking: SMTP, enhancement)
MailNews Core
Networking: SMTP
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1563891
People
(Reporter: moeller.akt, Unassigned)
References
Details
(Keywords: intl)
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; McAfee; GWX:QUALIFIED; rv:11.0) like Gecko
Steps to reproduce:
--- New Feature ---
Actual results:
--- New Feature ---
Expected results:
Hello Mozilla-Team !
Is it possible to provide Support for RFC 6531 (SMTPUTF8) ?
https://tools.ietf.org/html/rfc6531
Regards,
Martin
Updated•9 years ago
|
Severity: normal → enhancement
Updated•9 years ago
|
Component: Untriaged → Networking: SMTP
Product: Thunderbird → MailNews Core
Updated•6 years ago
|
Comment 1•6 years ago
|
||
On the SMTP client side, this is pretty easy to support; primarily just add the 'SMTPUTF8' MAIL FROM parameter if the server advertises it and the client is using one or more of:
1. a UTF-8 local part for mail from/rcpt to
2. a UTF-8 domain for mail from/rcpt to
3. an email message with UTF-8 un-encoded in the header (RFC 6532 format)
That 3rd case is required by the standard but may not be as important in practice since many servers will accept such email messages whether or not they are properly negotiated.
I don't have cycles to do this myself, but if someone picks this up, I'm willing to help with design/code reviews.
Updated•5 years ago
|
Comment 2•4 years ago
|
||
no point to having both bugs open
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•