File 11-vmime-disable-rfc2231.diff of Package libvmime_zarafa7

---
 src/parameter.cpp |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Index: vmime/src/parameter.cpp
===================================================================
--- vmime.orig/src/parameter.cpp
+++ vmime/src/parameter.cpp
@@ -400,7 +400,9 @@ void parameter::generate(utility::output
 
 	// Also generate an extended parameter if the value contains 8-bit characters
 	// or is too long for a single line
-	if (extended || cutValue)
+
+	// Disable RFC-2231 header generation. Some email clients have bad reactions to it.
+	if ((extended || cutValue) && false)
 	{
 
 #if VMIME_ALWAYS_GENERATE_7BIT_PARAMETER
openSUSE Build Service is sponsored by