WebMail Lite Documentation

WebMail Lite Documentation

This documentation provides installation instructions, guidelines on configuring WebMail Lite and development for Aurora platform.

Aurora platform can be used for developing your own applications, WebMail Lite is an example of such an application, you can develop modules for it to extend functionality of WebMail Lite.

For Administrators

For Developers

You can make apps which seamlessly integrate with WebMail Lite. The modules can have server part and client part (each one is optional). For server parts, using PHP API is recommended. Client parts should use Web API.

Your app can be anywhere (another server, desktop or mobile), written in any programming language.

Your app must be written in PHP and reside on the same server where WebMail Lite is installed. Faster than Web API as there is no network connection overhead.

Web API and PHP API can be used for both Aurora modules (something integrated with WebMail Lite) and standalone desktop, mobile and server apps.