Confirmed users
591
edits
m (→XML: Comments) |
(→XML: Move <inputField> and <enable> outside <emailProvider>, because they apply to calendar etc., too.) |
||
Line 108: | Line 108: | ||
<password>optional: the user's password</password> | <password>optional: the user's password</password> | ||
</outgoingServer> | </outgoingServer> | ||
<!-- A page where the ISP describes the configuration. | <!-- A page where the ISP describes the configuration. | ||
Line 215: | Line 200: | ||
</loginPageInfo> | </loginPageInfo> | ||
</webMail> | </webMail> | ||
<!-- see description. Not yet supported, see bug 564043. --> | |||
<inputField key="USERNAME" label="Screen name"></inputField> | |||
<inputField key="GRANDMA" label="Grandma">Elise Bauer</inputField> | |||
<!-- 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> | |||
<clientConfigUpdate url="https://www.example.com/config/mozilla.xml" /> | <clientConfigUpdate url="https://www.example.com/config/mozilla.xml" /> |