fix thunderbird html patch for outlook display

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@28 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2007-02-20 10:42:03 +00:00
parent bcc1067b89
commit 29e5c570aa
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ public class ExchangeSession {
line = reader.readLine();
// patch thunderbird html in reply for correct outlook display
if (line.startsWith(" <meta content=\"text/html")) {
if (line.startsWith("<head>")) {
line += "\n <style> blockquote { display: block; margin: 1em 0px; padding-left: 1em; border-left: solid; border-color: blue; border-width: thin;}</style>";
}
if (line.startsWith("Subject")) {