Closed
Bug 864990
Opened 12 years ago
Closed 11 years ago
[email] expose API to parse/normalize e-mail addresses from web activities (currently mailto) into name/address (using addressparser)
Categories
(Firefox OS Graveyard :: Gaia::E-Mail, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: asuth, Unassigned)
References
Details
Our composer implementation currently has a to-do for us to expose addressparser into the front-end MailAPI code context so we can parse the e-mail addresses we receive via the mailto protocol. Since we probably want to normalize things in terms of detecting contacts, etc. I think the right course of action is to expose an asynchronous API, possibly as part of the compose context setup, which will parse the addresses up using addressparser and do any contacts-resolving.
Bug 837255 is an instance of where this is definitely an issue.
Reporter | ||
Comment 1•11 years ago
|
||
So, :evanxd implemented this on bug 925961 at my request this past November. So I am going to mark this WFM.
You need to log in
before you can comment on or make changes to this bug.
Description
•