Closed Bug 779323 Opened 12 years ago Closed 6 years ago

Email app should resolve DNS MX records on-device

Categories

(Firefox OS Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: asuth, Unassigned)

References

(Depends on 1 open bug)

Details

The e-mail application's autoconfiguration mechanism is, like Thunderbird (whose implementation B2g email is attempting to reuse), going to use DNS MX lookups to help locate the appropriate mail server for a user's e-mail address.

Currently, this will be done by reusing Thunderbird's server infrastructure.  It would be greatly preferred if this could be done on the device rather than querying the mozilla server infrastructure which is undesirable because 1) it requires a server infrastructure and 2) it exposes to mozilla the user's email domain.

An example URL for an MX lookup for gmail com:
https://mx-live.mozillamessaging.com/dns/mx/gmail.com

There are really 2 required steps here:

1) Have platform make it possible for chrome-privileged code to retrieve this information.  This is mainly bug 735967.  (Bug 545866 is related but more like a previous effort than the logical successor to 735967.)

2) Expose the API to the e-mail client via some Web API.  The API would probably want to be privileged like the TCP API for security reasons, especially if it ended up exposing mDNS data as well.
Note that there are no plans to attempt to do this for v1 of the e-mail app.  This is a longer term aspirational goal.  The comparable bug for Thunderbird is bug 563958.
OS: Linux → All
Hardware: x86_64 → All
See Also: → 563958
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.