Thunderbird:Autoconfiguration:ConfigFileFormat: Difference between revisions

→‎XML: rename instruction to documentation, because that's what we actually use in the ISPDB
m (Escape ampersand per instructions in comment.)
(→‎XML: rename instruction to documentation, because that's what we actually use in the ISPDB)
Line 114: Line 114:


       <!-- Add this only when users (who already have an account) have to
       <!-- Add this only when users (who already have an account) have to
           do something before the account can work with IMAP/POP or SSL.
           do something manually before the account can work with IMAP/POP or SSL.
           Note: Per XML, & (ampersand) needs to be escaped to & a m p ;
           Note: Per XML, & (ampersand) needs to be escaped to & a m p ;
           (without spaces).
           (without spaces).
Line 134: Line 134:
           mostly for us.
           mostly for us.
       -->
       -->
       <instruction url="http://www.example.com/help/mail/thunderbird">
       <documentation url="http://www.example.com/help/mail/thunderbird">
         <descr lang="en">Configure Thunderbird 2.0 for IMAP</descr>
         <descr lang="en">Configure Thunderbird 2.0 for IMAP</descr>
         <descr lang="de">Thunderbird 2.0 mit IMAP konfigurieren</descr>
         <descr lang="de">Thunderbird 2.0 mit IMAP konfigurieren</descr>
       </instruction>
       </documentation>


     </emailProvider>
     </emailProvider>
Line 145: Line 145:
</clientConfig>
</clientConfig>
</pre>
</pre>


= Multiple servers =
= Multiple servers =
Confirmed users
591

edits