Closed
Bug 796274
Opened 13 years ago
Closed 13 years ago
[email] New Account setup does not setup an account
Categories
(Firefox OS Graveyard :: Gaia, defect, P1)
Firefox OS Graveyard
Gaia
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ghtobz, Unassigned)
Details
(Whiteboard: [label:email])
[GitHub issue by nhirata on 2012-07-16T22:01:10Z, https://github.com/mozilla-b2g/gaia/issues/2475]
## Environment
* Otoro phone, Gaia build 2012-07-16
* Gaia commit: 0d3ee74b02bc01f88e14e5c9f068fff91d4bda01
* Gecko commit : 422ac3fb4ea6550c3ed55f29e8fac6f43d13c682
## Repro
1. launch email webapp for the first time
2. Select Other Email
3. type in name, email address and password
4. hit next
## Expected:
* next page in setup
## Actual:
* nothing occurs.
* hitting the < button does nothing.
* does not account for change of ports (ssl), server, encryption of password
Note: irc convo'ed with asuth:
* There are two problems: 1) TCPSocket is not landed yet, so you need a custom build for that. 2) autoconfig is not quite far enough yet, so there's just a hardcoded list of domain mappings which is basically just yahoo.com and mozilla.com
* resolutions for the two problems:
apply the patch on https://bugzilla.mozilla.org/show_bug.cgi?id=733573. for domains, search for "mozilla.com" in apps/email/js/ext/gaia-email-opt.js and add a table entry for the e-mail server
[GitHub comment by mozsquib on 2012-09-27T22:42:38Z]
Does this still apply? TCPSocket is landed, and with PR #5325, we should be able to automatically configure most IMAP and ActiveSync domains. We still don't support manual account config, but that's already filed as issue #2527.
Comment 2•13 years ago
|
||
Now that we support manual account config, and the most recent smoketest confirms that we can create accounts, I'm going to resolve this as fixed. Please feel free to file a followup bug if it turns out something doesn't work right.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: [label:blocked][label:email] → [label:email]
Comment 3•13 years ago
|
||
Otoro daily: 10-11-2012
* gaia: 2667536e3b06e46dd193aa6d76ba08dad2d867be
* gonk: 6ec34aa3d66331054de37eabc594ad923654b27c
Now it gets to the next page in setup, but in any case the mail setup still fails.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•