Closed
Bug 1926113
Opened 24 days ago
Closed 22 days 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
(Blocks 1 open bug)
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•23 days ago
|
||
Updated•23 days ago
|
Assignee: nobody → martin
Status: NEW → ASSIGNED
Assignee | ||
Updated•23 days 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•21 days 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•20 days 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
•