Thunderbird:Autoconfiguration:ConfigFileFormat: Difference between revisions

added notes that tb uses RFC 6764 to do auto discovery
(→‎XML: Move <enable> back into <emailProvider> where it was)
(added notes that tb uses RFC 6764 to do auto discovery)
Line 137: Line 137:
     </emailProvider>
     </emailProvider>


     <!-- Syncronize the user's address book / contacts. Not yet implemented. -->
     <!-- Syncronize the user's address book / contacts. Not yet implemented. Thunderbird uses RFC 6764 to do auto discovery. -->
     <addressBook type="carddav">
     <addressBook type="carddav">
       <username>%EMAILADDRESS%</username>
       <username>%EMAILADDRESS%</username>
Line 154: Line 154:
     </addressBook>
     </addressBook>


     <!-- Syncronize the user's calendar. Not yet implemented. -->
     <!-- Syncronize the user's calendar. Not yet implemented. Thunderbird uses RFC 6764 to do auto discovery. -->
     <calendar type="caldav">
     <calendar type="caldav">
       <username>%EMAILADDRESS%</username>
       <username>%EMAILADDRESS%</username>
129

edits