Confirmed users
591
edits
m (→addressBook: Typo) |
m (→XML: Comments) |
||
Line 29: | Line 29: | ||
<hostname>pop.example.com</hostname> | <hostname>pop.example.com</hostname> | ||
<port>995</port> | <port>995</port> | ||
<!-- "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 | <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> | ||
<!-- 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 | <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 | <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 | <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> |