Confirmed users
591
edits
(→OAuth2: Scope) |
(→XML: Move <enable> back into <emailProvider> where it was) |
||
Line 108: | Line 108: | ||
<password>optional: the user's password</password> | <password>optional: the user's password</password> | ||
</outgoingServer> | </outgoingServer> | ||
<!-- Add this only when users (who already have an account) have to | |||
do something manually before the account can work with IMAP/POP or SSL. | |||
Note: Per XML, & (ampersand) needs to be escaped to & a m p ; | |||
(without spaces). | |||
Not yet implemented, see bug 586364. --> | |||
<enable | |||
visiturl="https://mail.google.com/mail/?ui=2&shva=1#settings/fwdandpop"> | |||
<instruction>Check 'Enable IMAP and POP' in Google settings page</instruction> | |||
<instruction lang="de">Schalten Sie 'IMAP und POP aktivieren' auf der Google Einstellungs-Seite an</instruction> | |||
</enable> | |||
<!-- A page where the ISP describes the configuration. | <!-- A page where the ISP describes the configuration. | ||
Line 204: | Line 215: | ||
<inputField key="USERNAME" label="Screen name"></inputField> | <inputField key="USERNAME" label="Screen name"></inputField> | ||
<inputField key="GRANDMA" label="Grandma">Elise Bauer</inputField> | <inputField key="GRANDMA" label="Grandma">Elise Bauer</inputField> | ||
<clientConfigUpdate url="https://www.example.com/config/mozilla.xml" /> | <clientConfigUpdate url="https://www.example.com/config/mozilla.xml" /> |