/var/softaculous/roundcube
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt28730644editdlrm
clone.php34880644editdlrm
config.inc.php39900644editdlrm
fileindex.php2030644editdlrm
import.php33420644editdlrm
info.xml30150644editdlrm
install.js12780644editdlrm
install.php67020644editdlrm
install.xml38230644editdlrm
md513790644editdlrm
notes.txt12560644editdlrm
remove.php31800644editdlrm
upgrade.php72330644editdlrm
upgrade.xml3410644editdlrm
Edit: /var/softaculous/roundcube/notes.txt (1256B)
1. For manual installation use the following details: IMAP Host : ssl://imap.gmail.com:993 SMTP Host : ssl://smtp.gmail.com:465 2. Fill product_name, support_url and language fields in manual installation. Keep all other values to it's default. 3. If you get installation warning then add define('RCMAIL_CHARSET', 'UTF-8'); in \installer\index.php ( We have added in 0.8.2 mostly it will be solved by vendor in next version ). 4. We had disabled the upgrade for windows because the GUI utility does not work and we use exec() for CLI upgrade. Next version when you do need exec() i.e. for versions greater than 1.0 change the requirement in upgrade.php that you cannot upgrade on AMPPS only if version is less than 1.0 5. For next release check and change upgrade procedure. 6. PHP REQUIREMENT LINK: https://github.com/roundcube/roundcubemail/wiki/Install-Requirements and https://github.com/roundcube/roundcubemail/wiki/Version-History 7. [IMP] Do check upgrade in next version i.e from 1.4.x to 1.5.1 if it supports utf8mb4 changes.(checked in 1.5.1, changes are done) 8. While manual installation set collation to utf8mb4_unicode_ci as mentioned in INSTALL file.(Since 1.5.1) 9. Version 1.5.3 is not working on PHP 5.5 hence we have set PHP 5.6