[#1406] HTML Signature support
Summary HTML Signature support
Queue IMP
Queue Version HEAD
Type Enhancement
State Accepted
Priority 1. Low
Owners
Requester chris (at) huyler (dot) net
Created 02/17/2005 (1180 days ago)
Due
Updated 02/11/2008 (91 days ago)
Assigned
Resolved
Attachments
Milestone
Patch

History
02/11/2008 rsalmon (at) mbpgroup (dot) com Comment #6 Reply to this comment
It would be nice indeed to be able to use an HTML signature.

It could be a pref : html_sig=yes/no and in the php code
if (html_sig) {
$sig
}else {
$imp_compose->text2html($sig)
}

Or is there a way to include some HTML source code in the signature text field ? So that the HTML editor (xinha, fckeditor) would understand?


Ronan.
01/20/2008 enricjaen (at) yahoo (dot) es Comment #5 Reply to this comment
A workaround: Don't use the signature box. Create and save a draft  email with your desired HTML signature at the end. Then just open the draft every time you want to send an email.
/Enric
01/04/2008 Jan Schneider Comment #4 Reply to this comment
If you need it so badly, you can hire a developer. Since this is partially implemented an no developer seems to have personal interest in a more complete solution, I doubt this will happen anytime soon, otherwise.
01/03/2008 info (at) dashwood (dot) net (dot) au Comment #3 Reply to this comment
There hasn't been an update on this request for over 2 years and if you Google HTML signature Horder you will find a lot of hits of people wanting this ability (myself included ;-)

Any chance this can be changed from Lo...or at least looked at again by someone?  Thanks.

BDASH...
10/22/2005 Jan Schneider Comment #2 Reply to this comment
Partly implemented through the stationery support.
02/18/2005 Jan Schneider State ⇒ Accepted
 
02/17/2005 chris (at) huyler (dot) net Comment #1
State ⇒ New
Type ⇒ Enhancement
Priority ⇒ 1. Low
Summary ⇒ HTML Signature support
Queue ⇒ IMP
Reply to this comment
In the user profile options, it would be nice to have a second signature field for an HTML signature.  If the user is composing a message with the WYSIWYG editor it will add the signature as HTML.  If the user is composing a message with the plain-text editor the standard signature will be applied.

Right now, if you put HTML into your signature, it replaces the characters with their html entities (e.g. &quot).