Koozali.org: home of the SME Server

How can i view HTML in Horde webmail

Offline psoren

  • *
  • 371
  • +0/-0
How can i view HTML in Horde webmail
« on: October 07, 2006, 12:38:10 PM »
Hi,

I have searched, but can not find the HOWTO which describes how i make it possible to see mails with HTML code in webmail.
Can anyone help?

Thanks
Per

Offline raem

  • *
  • 3,972
  • +4/-0
Re: How can i view HTML in Horde webmail
« Reply #1 on: October 07, 2006, 02:32:23 PM »
...

Offline psoren

  • *
  • 371
  • +0/-0
Re: How can i view HTML in Horde webmail
« Reply #2 on: October 07, 2006, 06:03:18 PM »
Thank you!!   :D

Offline Agent86

  • *****
  • 592
  • +0/-0
    • http://www.iclbiz.com
Re: How can i view HTML in Horde webmail
« Reply #3 on: January 18, 2007, 03:43:00 AM »
Quote from: "RayMitchell"
psoren

look at the swerts-knudsen site

see
http://sme.swerts-knudsen.dk/index.html?frame=http%3A//sme.swerts-knudsen.dk/howtos/howto_3.htm


Thanks works great

But if I update I may have to fix it again right ?

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: How can i view HTML in Horde webmail
« Reply #4 on: January 18, 2007, 08:42:33 AM »
Quote from: "Agent86"
Quote from: "RayMitchell"
psoren

look at the swerts-knudsen site

see
http://sme.swerts-knudsen.dk/index.html?frame=http%3A//sme.swerts-knudsen.dk/howtos/howto_3.htm


Thanks works great

But if I update I may have to fix it again right ?
Not if you modify the template file:
Code: [Select]
cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html \ /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html
and make the modifications in the copied file. After you have made your modifications regenerate the file:
Code: [Select]
expand-template /home/httpd/html/horde/config/mime_drivers.php
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
How can i view HTML in Horde webmail
« Reply #5 on: January 18, 2007, 08:57:37 AM »
I thought the imp config overides the horde config ?
Regards,
William

IF I give advise.. It's only if it was me....

Offline Elliott

  • ****
  • 150
  • +0/-0
Re: How can i view HTML in Horde webmail
« Reply #6 on: January 30, 2007, 11:14:26 PM »
Quote from: "cactus"
Not if you modify the template file:
Code: [Select]
cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html \ /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html
and make the modifications in the copied file. After you have made your modifications regenerate the file:
Code: [Select]
expand-template /home/httpd/html/horde/config/mime_drivers.php


Um... should this work without question? That directory structure doesn't even exist on my installation.

/etc/e-smith/templates-custom only has one subdirectory under it and it's /etc, not /home.

Should I create the entire structure and place the copy within it?

Thanks,
E
Elliott

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: How can i view HTML in Horde webmail
« Reply #7 on: January 30, 2007, 11:48:05 PM »
Quote from: "Elliott"


Should I create the entire structure and place the copy within it?

Thanks,
E


Yes

Code: [Select]
mkdir -p /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php

Code: [Select]
cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html \
/etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html


Code: [Select]
expand-template /home/httpd/html/horde/config/mime_drivers.php
Regards,
William

IF I give advise.. It's only if it was me....

drfresh

How can i view HTML in Horde webmail
« Reply #8 on: February 09, 2007, 01:13:45 PM »
Quote
Code:
Code: [Select]
cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html \
/etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html



I don't understand this? I get an error saying
Code: [Select]
/etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html
-bash: /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html: No such file or directory

after doing the first cp command. Something is misssing I guess. I know nothing about templates, sorry.

Dr. Fresh

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
How can i view HTML in Horde webmail
« Reply #9 on: February 09, 2007, 02:33:36 PM »
Copy and paste both lines as one block or

cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html

on one line.
Regards,
William

IF I give advise.. It's only if it was me....

drfresh

How can i view HTML in Horde webmail
« Reply #10 on: February 09, 2007, 02:39:46 PM »
That's what I did (I hope). Problem is - i guess - that there's is no such file 160html. When is that created and what shuold it contain? It says above, that you have to edit that accordingly.

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
How can i view HTML in Horde webmail
« Reply #11 on: February 09, 2007, 02:52:42 PM »
Works for me.

mkdir -p /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php
cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html
nano -w /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html
expand-template /home/httpd/html/horde/config/mime_drivers.php
Regards,
William

IF I give advise.. It's only if it was me....