Changes

Jump to: navigation, search

Thunderbird:Autoconfiguration:ConfigFileFormat

245 bytes removed, 04:48, 2 January 2021
m
XML: Comments
<hostname>pop.example.com</hostname>
<port>995</port>
<socketType>SSL</socketType>
<!-- "plain": no encryption
"SSL": SSL 3 or TLS 1 on SSL-specific port
"STARTTLS": on normal plain port and mandatory upgrade to TLS via STARTTLS
-->
<socketType>SSL</socketType>
<username>%EMAILLOCALPART%</username>
<!-- Authentication methods:
<hostname>smtp.googlemail.com</hostname>
<port>587</port>
<socketType>STARTTLS</socketType> <!-- see above <incomingServer> -->
<username>%EMAILLOCALPART%</username> <!-- if smtp-auth -->
<!-- smtp-auth (RFC 2554, 4954) or other auth mechanism.
<password>optional: the user's password</password>
</outgoingServer>
 
<identity>
<!-- needed? -->
<!-- We don't want Verizon setting "Organization: Verizon"
for its customers -->
</identity>
<!-- see description. Not yet supported, see bug 564043. -->
<!-- Syncronize the user's address book / contacts. Not yet implemented. -->
<addressBook type="carddav">
<username>%EMAILADDRESS%</username> <!-- see <incomingServer> -->
<!-- Authentication methods. See also <incomingServer>.
"http-basic":
<!-- Syncronize the user's calendar. Not yet implemented. -->
<calendar type="caldav">
<username>%EMAILADDRESS%</username> <!-- see <incomingServer> -->
<authentication>http-basic</authentication> <!-- see <addressBook> -->
<serverURL>https://calendar.example.com/remote.php/dav<serverURL>
or to set up a file sync folder on the user's desktop. -->
<fileShare type="webdav">
<username>%EMAILADDRESS%</username> <!-- see <incomingServer> -->
<authentication>http-basic</authentication> <!-- see <addressBook> -->
<serverURL>https://share.example.com/remote.php/dav<serverURL>
Confirm
591
edits

Navigation menu