Search found 1 match

by stefan
08 Nov 2012, 13:04
Forum: Customizations
Topic: Content-Type case sensitive
Replies: 0
Views: 3108

Content-Type case sensitive

KMail (Version 1.13.5) sets Content-Type to Text/Plain; charset="utf-8" (T and P uppercase)

In this case EmailReporting does not recognize the mail body.

You can use this patch to make it work:
@@ -210,7 +210,7 @@
return;
}

- if ( 'text' === $this->_ctype['primary'] && 'plain' === $this ...