PHP code example of texxasrulez / folder_info
1. Go to this page and download the library: Download texxasrulez/folder_info 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/ */
texxasrulez / folder_info example snippets
$rcmail_config['folder_info_messages'] = array(
'Folder 1' => 'Messages will be deleted after {} {}.',
'Folder 2' => 'Messages will be deleted after {} days.'
);
$rcmail_config['folder_info_messages_args'] = array(
'Folder 1' => array(30, 'days'),
'Folder 2' => 14
);