| | |
| | | one or multiple of the following [PEAR][pear] libraries: |
| | | |
| | | - Mail_Mime 1.8.1 or newer |
| | | - Mail_mimeDecode 1.5.5 or newer |
| | | - Net_SMTP (latest from https://github.com/pear/Net_SMTP/) |
| | | - Net_IDNA2 0.1.1 or newer |
| | | - Auth_SASL 1.0.6 or newer |
| | |
| | | If you wanna use more complex functionality like IMAP access with database |
| | | caching or plugins, the rcube singleton helps you loading the necessary files: |
| | | |
| | | ```php |
| | | <?php |
| | | |
| | | define('RCUBE_CONFIG_DIR', '<path-to-config-directory>'); |
| | |
| | | // do cool stuff here... |
| | | |
| | | ?> |
| | | |
| | | ``` |
| | | |
| | | LICENSE |
| | | ------- |