Thunderbird:Autoconfiguration:ConfigFileFormat: Difference between revisions

Jump to navigation Jump to search
m
→‎XML: Comments
m (→‎XML: Comments)
Line 29: Line 29:
         <hostname>pop.example.com</hostname>
         <hostname>pop.example.com</hostname>
         <port>995</port>
         <port>995</port>
        <socketType>SSL</socketType>
           <!-- "plain": no encryption
           <!-- "plain": no encryption
                 "SSL": SSL 3 or TLS 1 on SSL-specific port
                 "SSL": SSL 3 or TLS 1 on SSL-specific port
                 "STARTTLS": on normal plain port and mandatory upgrade to TLS via STARTTLS
                 "STARTTLS": on normal plain port and mandatory upgrade to TLS via STARTTLS
                 -->
                 -->
        <socketType>SSL</socketType>
         <username>%EMAILLOCALPART%</username>
         <username>%EMAILLOCALPART%</username>
             <!-- Authentication methods:
             <!-- Authentication methods:
Line 74: Line 74:
         <hostname>smtp.googlemail.com</hostname>
         <hostname>smtp.googlemail.com</hostname>
         <port>587</port>
         <port>587</port>
         <socketType>STARTTLS</socketType> <!-- see above -->
         <socketType>STARTTLS</socketType> <!-- see <incomingServer> -->
         <username>%EMAILLOCALPART%</username> <!-- if smtp-auth -->
         <username>%EMAILLOCALPART%</username> <!-- if smtp-auth -->
             <!-- smtp-auth (RFC 2554, 4954) or other auth mechanism.
             <!-- smtp-auth (RFC 2554, 4954) or other auth mechanism.
Line 108: Line 108:
         <password>optional: the user's password</password>
         <password>optional: the user's password</password>
       </outgoingServer>
       </outgoingServer>
      <identity>
        <!-- needed? -->
        <!-- We don't want Verizon setting "Organization: Verizon"
              for its customers -->
      </identity>


       <!-- see description. Not yet supported, see bug 564043. -->
       <!-- see description. Not yet supported, see bug 564043. -->
Line 149: Line 143:
     <!-- Syncronize the user's address book / contacts. Not yet implemented. -->
     <!-- Syncronize the user's address book / contacts. Not yet implemented. -->
     <addressBook type="carddav">
     <addressBook type="carddav">
       <username>%EMAILADDRESS%</username> <!-- see <incomingServer> -->
       <username>%EMAILADDRESS%</username>
         <!-- Authentication methods. See also <incomingServer>.
         <!-- Authentication methods. See also <incomingServer>.
               "http-basic":
               "http-basic":
Line 166: Line 160:
     <!-- Syncronize the user's calendar. Not yet implemented. -->
     <!-- Syncronize the user's calendar. Not yet implemented. -->
     <calendar type="caldav">
     <calendar type="caldav">
       <username>%EMAILADDRESS%</username> <!-- see <incomingServer> -->
       <username>%EMAILADDRESS%</username>
       <authentication>http-basic</authentication> <!-- see <addressBook> -->
       <authentication>http-basic</authentication> <!-- see <addressBook> -->
       <serverURL>https://calendar.example.com/remote.php/dav<serverURL>
       <serverURL>https://calendar.example.com/remote.php/dav<serverURL>
Line 175: Line 169:
         or to set up a file sync folder on the user's desktop. -->
         or to set up a file sync folder on the user's desktop. -->
     <fileShare type="webdav">
     <fileShare type="webdav">
       <username>%EMAILADDRESS%</username> <!-- see <incomingServer> -->
       <username>%EMAILADDRESS%</username>
       <authentication>http-basic</authentication> <!-- see <addressBook> -->
       <authentication>http-basic</authentication> <!-- see <addressBook> -->
       <serverURL>https://share.example.com/remote.php/dav<serverURL>
       <serverURL>https://share.example.com/remote.php/dav<serverURL>
Confirmed users
591

edits

Navigation menu