AppSuite:Open-Xchange Plugin Overview: Difference between revisions
From Open-Xchange
Line 76: | Line 76: | ||
{| border="1" cellpadding="3" cellspacing="0" | {| border="1" cellpadding="3" cellspacing="0" | ||
!style="width: | !style="width:100px" align="left" |Name | ||
!align="left" |Description | !align="left" |Description | ||
|- | |- | ||
|MAL | |MAL | ||
|Plugin which replaces the standard imap/smtp plugin to access the mail store with a customer specific plugin, e.g. directly access a [http://en.wikipedia.org/wiki/Maildir maildir] mailstore. | |Plugin which replaces the standard imap/smtp plugin to access the mail store with a customer specific plugin, e.g. directly access a [http://en.wikipedia.org/wiki/Maildir maildir] mailstore. | ||
|- | |- | ||
|Upsell | |Upsell | ||
|If the example upsell plugin does not fit your needs or has some missing functionality, do not hesitate to contact us. | |If the example upsell plugin does not fit your needs or has some missing functionality, do not hesitate to contact us. | ||
|- | |- | ||
|Spam | |Spam | ||
|It's possible to integrate the built in mark as SPAM/HAM functionality into almost any solution. | |It's possible to integrate the built in mark as SPAM/HAM functionality into almost any solution. | ||
|- | |- | ||
|Authentication | |Authentication | ||
|Authentication can be done against every system that allows to specify a username/password combination. | |Authentication can be done against every system that allows to specify a username/password combination. | ||
|- | |||
|EasyLogin | |||
| | |||
|} | |} |
Revision as of 07:57, 13 May 2009
Overview of available Open-Xchange Plugins
Core Plugins
These plugins are part of the Open-Xchange Server Core platform.
Name | Description | Documentation |
---|---|---|
open-xchange-authentication-ldap | Authentication against LDAP server | Authentication plugin description |
open-xchange-authentication-imap | Authentication against LDAP server | Authentication plugin description |
open-xchange-contextrestore | Plugin to restore one or more contexts from a complete database dump | http://software.open-xchange.com/OX6/doc/Context_Restore_Documentation.pdf |
open-xchange-configjump-generic | Integrate custom configuration website | |
open-xchange-dataretention / open-xchange-dataretention-csv | Module to be used for data retention (german: Vorratsdatenspeicherung) | open-xchange-dataretention-csv is an example implementation of the data retention service |
open-xchange-commons-logging-log4j / open-xchange-log4j | These packages must be installed when Open-Xchange should use syslog | Syslog configuration |
open-xchange-contacts-ldap | Integrate LDAP address book into Open-Xchange public folder tree |
Additional Plugins
The plugins listed here are not - yet - part of the Core platform and may or may not ever be part of the Open-Xchange Core platform.
These plugins are not supported by Open-Xchange with the exception of concrete projects. Please contact us for more details.
Name | Description | Documentation |
---|---|---|
open-xchange-upsell-generic | Basic examples to implement an up sell layer in Open-Xchange | Upsell package description |
open-xchange-easylogin | Example package to implement the EasyLogin mechanism | http://www.open-xchange.com/documentation/OX-HE-Authentication-Sessionhandling.pdf |
Custom Plugins
The following list consists of plugins, that Open-Xchange developed for specific customers. It is an overview of what is possible to do with the Open-Xchange integration platform.
If you want Open-Xchange to develop a specific plugin for you, please contact customer-request@open-xchange.com.
Name | Description |
---|---|
MAL | Plugin which replaces the standard imap/smtp plugin to access the mail store with a customer specific plugin, e.g. directly access a maildir mailstore. |
Upsell | If the example upsell plugin does not fit your needs or has some missing functionality, do not hesitate to contact us. |
Spam | It's possible to integrate the built in mark as SPAM/HAM functionality into almost any solution. |
Authentication | Authentication can be done against every system that allows to specify a username/password combination. |
EasyLogin |