I'm building email functionality into an application. Most all email clients mark previous messages in the reply text with a vertical line (perhaps just the "|" character?) along the entire left hand side of the message.
Does anyone know a function/utility (preferably in python), however I can adopt from anything) that would format HTML and text content in this way? It sounds like a pretty easy problem but it's actually quite complex.