Update iRedAdmin-Pro RESTful API doc.

This commit is contained in:
Zhang Huangbin 2018-06-19 12:41:35 +02:00
parent 7cd9fed343
commit 9e9372c14b
2 changed files with 8 additions and 0 deletions

View File

@ -350,12 +350,16 @@ Notes:
* Available service names in iRedMail:
* smtp
* smtpsecured (SMTP over TLS or SSL)
* smtptls (SMTP over TLS)
* pop3
* pop3secured (POP3 over TLS or SSL)
* pop3tls (POP3 over TLS)
* imap
* imapsecured (IMAP over TLS or SSL)
* imaptls (IMAP over TLS)
* managesieve
* managesievesecured (Managesieve over TLS or SSL)
* managesievetls (Managesieve over TLS)
* deliver (deliver received email to local mailbox)
* sogo (SOGo groupware)

View File

@ -1025,12 +1025,16 @@ to be a domain admin.</p>
<ul>
<li>smtp</li>
<li>smtpsecured (SMTP over TLS or SSL)</li>
<li>smtptls (SMTP over TLS)</li>
<li>pop3</li>
<li>pop3secured (POP3 over TLS or SSL)</li>
<li>pop3tls (POP3 over TLS)</li>
<li>imap</li>
<li>imapsecured (IMAP over TLS or SSL)</li>
<li>imaptls (IMAP over TLS)</li>
<li>managesieve</li>
<li>managesievesecured (Managesieve over TLS or SSL)</li>
<li>managesievetls (Managesieve over TLS)</li>
<li>deliver (deliver received email to local mailbox)</li>
<li>sogo (SOGo groupware)</li>
</ul>