Changes

Jump to: navigation, search

Thunderbird:Autoconfiguration:ConfigFileFormat

295 bytes added, 20:19, 14 February 2014
XML: <webMail> fixes
<!-- This allows to access the webmail service of the provider.
The URLs are loaded into a standard webbrowser for the user. Specifying this is optional. -->
<webMail>
<!-- Webpage where the user has to log in manually by entering username
ensure that the browser verifies the SSL certificate.
When adding the URL, remember to escape the ampersand between
params to &amp; for XML -->
<loginAutomaticURL url="https://mail.example.com/loginScript?email=%EMAILADDRESS%&amp;password=%PASSWORD%" />
<!-- Same as loginAutomaticDOM, but the website makes checks that
in the browser, get the page's DOM, fill out name and password
fields for the user, and trigger the login button.
The login button might not be an HTML button, just a div, so
to trigger it, send a click event to it.
The *ID attributes give the DOM ID,
The *Name attributes give the DOM name attribute,
while *Selector attributes give CSS selectors.
Before using them, donDon't treat the content of this file content as trusted, but before using them, but verify the format(e.g. only characters and digits for IDs), esp. if you use powerful functions like jQuery. -->
<loginAutomaticDOM
url="https://mail.example.com/login/"
Confirm
591
edits

Navigation menu