mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-06 03:08:02 -05:00
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:
parent
bcc1067b89
commit
29e5c570aa
@ -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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user