Enabling Inline HTML Viewing in Horde
To display HTML messages in-line, it may require a configuration
adjustment to Horde, as noted by the Horde IMP "INSTALL" documentation.
* By default, IMP is configured to NOT display text/html message parts
inline. This is done for various security reasons. If you would like to
see text/html parts inline, you must make this change in
horde/config/mime_drivers.php and horde/imp/config/mime_drivers.php:
$mime_drivers['imp']['html']['inline'] = true;
Related Articles
Viewing a website before going live
To test your website with your own domain name before DNS propagation has completed, you can use your local computer's HOSTS file. Your computer will use the entries in your HOSTS file before it looks up the DNS information for your domain. This ...
Backing up/Restoring Mailboxes via Horde Webmail
To back up individual mailboxes via Horde: * In the navigation menu at left click on your general "mail" folder (which should contain all your mail sub-folders) * Next, in the menu bar at top, click on "Folders." * Now select the folder you wish to ...
How can I setup Fetch Mail accounts in Horde?
You may want to create folders within Horde for each Fetch Mail account. This way, you can have Fetched email delivered to separate folders for organization. 1. Login to Horde. 2. Click MAIL on the left side of the screen. 3. Click FOLDERS on the top ...
Sending Mail using HTML Form
You can use the mail-form script located attached to this KB article. To use, please do the following: 1) Unzip mail-form.zip 2) Download phpMailer class from http://phpmailer.worxware.com/ or ...
Have PHP parse .html and other extensions
How to make .html or other extension parable by php -- hsphere: 1) Login to the control panel for the domain 2) Go to Domain Settings --> Web options --> domain (if multiple domains in the account) 3) Click the "Add extensions to PHP" button that is ...