PHP code example of jfcherng-roundcube / cloudview

1. Go to this page and download the library: Download jfcherng-roundcube/cloudview library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jfcherng-roundcube / cloudview example snippets




// some other codes...

$config['plugins'] = array(
    // some other plugins...
    'cloudview', // <-- add this
);
text
# delete temporary files on 03:00 AM every day
0 3 * * * rm -rf PATH_TO_ROUNDCUBE/plugins/cloudview/temp/*/