Closed
Bug 1926113
Opened 1 year ago
Closed 1 year ago
Should only export identities with ASCII email addresses
Categories
(Thunderbird :: Account Manager, defect)
Tracking
(thunderbird_esr128 fixed, thunderbird132 affected, thunderbird133 fixed)
RESOLVED
FIXED
133 Branch
People
(Reporter: freaktechnik, Assigned: freaktechnik)
References
Details
Attachments
(1 file)
Thunderbird for Android expects all email addresses to be ASCII only. We currently potentially export identities that have non-ASCII email addresses. Our check only looks at the default identity, and if that one is purely ASCII we export all identities that use the same SMTP server.
When exporting such an account, the android app will refuse to scan the QR code.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → martin
Status: NEW → ASSIGNED
| Assignee | ||
Updated•1 year ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 133 Branch
Pushed by brendan@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/1857b760c7e2
Don't export non-ASCII email identites. r=mkmelin
| Assignee | ||
Comment 3•1 year ago
|
||
The uplift patch in bug 1926036 includes the fix from this, but not the tests. As such when that lands on ESR this will be fixed on ESR.
| Assignee | ||
Comment 4•1 year ago
|
||
Functional changes uplifted to ESR as part of bug 19260361
status-thunderbird_esr128:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•