-
Notifications
You must be signed in to change notification settings - Fork 3
API
MailCleaner has two different APIs which are generally used for different purposes.
There are two SOAP API wsdl
endpoints, available at :
https://localhost:5132/mailcleaner.wsdl
https://localhost:5132/soap/index.php?wsdl
By default, the SOAP interface is only available from localhost, but this can be opened up by adding IPs/Networks to Configuration->Services->API.
The code for these endpoints serve as the documentation, as directed below:
Listing of the functions
/usr/mailcleaner/www/soap/mailcleaner.php
Definition of the functions
/usr/mailcleaner/www/soap/htdocs/parts/*.php
Listing of the functions
/www/soap/application/SoapInterface.php
Definition of the functions
/www/soap/application/MCSoap/*.php
The rest interface is defined in /www/api/
.
For your convenience, you can download the API Documentation, extract it, then open index.html
with a web browser.
- Installation
- Overview of Admin Interface
- General Administration and Maintenance Issues
- Clustering
- Upgrading
- FAQ
Expand ▶ Pages
above to view the Table of Contents for the article you are already reading, or to browse additional topics. You can also search for keywords in the Wiki.