I've been asked by my boss to append to all outgoing messages a "corporate signature". ... If I'm not wrong, there is no direct support for this in Courier: has anybody come up with any clever workaround?
Consider all of the different email body types that your corporate signature needs to deal with:
- plain text - HTML - rich text - various types of binary attachments - a mix of two or more of the above
So you need a suite of signatures to match the various text/* email parts. You need code to parse the message parts, deconstruct the message, and reconstruct it with the right signature-types matched to the right part-types. (And smart enough to know which message parts will break if you screw with them.)
Or you might possibly get away with adding a new text/plain attachment that's just the signature. But I wouldn't bet on that working for all cases.
--Bill
------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
