Posts Tagged ‘roundcubemail’

Fixing attachment bug in RoundCubeMail

This item was filled under [ PHP ]

Often Word/Excel files do not appear in email message though the email contains attachment. I faced this issue using RoundCubeMail 0.1-stable. To fix it, simply download the updated version of PEAR MIME package from: http://pear.php.net/get/Mail_Mime
In your /program/lib/Mail/ directory, extract & replace with the new MIME package.
Try sending emails now, it should work properly!
*Actually [...]

Continue reading...

Managing AddressBook globally in RoundCubeMail

This item was filled under [ PHP ]

Setting up RoundCubeMail might require managing Contacts globally specially if you are working in an organization. There might be different tweaks available for this, but I got it done in a very simple manner.
Open up “func.inc” which can be found in: program/steps/addressbook/ directory. On line # 29, you will find:
$CONTACTS = new rcube_contacts($DB, $_SESSION['user_id']);
Modify it [...]

Continue reading...