Thunderbird:Autoconfiguration:ConfigFileFormat: Difference between revisions

no edit summary
No edit summary
Line 4: Line 4:


The [http://developer.mozilla.org/en/docs/Thunderbird_ISP_hooks old/current RDF file format] seems good in structure, but needs to be cleaned up to remove the RDF bits, Mozilla specifics etc.. It would be processed as normal XML, e.g. using E4X in Thunderbird.
The [http://developer.mozilla.org/en/docs/Thunderbird_ISP_hooks old/current RDF file format] seems good in structure, but needs to be cleaned up to remove the RDF bits, Mozilla specifics etc.. It would be processed as normal XML, e.g. using E4X in Thunderbird.
= XML =


<pre>
<pre>
Line 36: Line 38:
           <!-- unexcrypted, SSL, TLS
           <!-- unexcrypted, SSL, TLS
                 "if available" options considered harmful -->
                 "if available" options considered harmful -->
         <username>%EMAILFIRSTPART%</username>
         <username>%EMAILLOCALPART%</username>
         <authentication>DIGEST-MD5</authentication>
         <authentication>DIGEST-MD5</authentication>
             <!-- anonymous,
             <!-- anonymous,
Line 57: Line 59:
         <port>587</port>
         <port>587</port>
         <socketType>TLS</socketType> <!-- see above -->
         <socketType>TLS</socketType> <!-- see above -->
         <username>%EMAILFIRSTPART%</username> <!-- if smtp-auth -->
         <username>%EMAILLOCALPART%</username> <!-- if smtp-auth -->
         <authentication>smtp-auth</authentication>
         <authentication>smtp-auth</authentication>
             <!-- none (server grants access based on IP address),
             <!-- none (server grants access based on IP address),
Confirmed users
591

edits