Confirmed users
591
edits
(→XML: Add new authentication values for bug 525238) |
(→XML: auth methods: add note that 3.0 does not support the new values and will bail on them) |
||
Line 52: | Line 52: | ||
"none": | "none": | ||
No authentication | No authentication | ||
Compatibility note: Thunderbird 3.0 accepts only "plain" and "secure". It will ignore the whole XML file, if other values are given. | |||
<pop3> | <pop3> | ||
<!-- remove the following and leave to client/user? --> | <!-- remove the following and leave to client/user? --> | ||
Line 70: | Line 71: | ||
authenticate to incoming mail server first | authenticate to incoming mail server first | ||
before contacting the smtp server. | before contacting the smtp server. | ||
Compatibility note: Thunderbird 3.0 accepts only "plain", "secure", "none", and "smtp-after-pop". It will ignore the whole XML file, if other values are given. | |||
--> | --> | ||
<addThisServer>true</addThisServer> | <addThisServer>true</addThisServer> |