evolution-data-server r8864 - trunk/camel
- From: fejj svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: evolution-data-server r8864 - trunk/camel
 
- Date: Tue, 27 May 2008 21:25:49 +0000 (UTC)
 
Author: fejj
Date: Tue May 27 21:25:49 2008
New Revision: 8864
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8864&view=rev
Log:
2008-05-22  Jeffrey Stedfast  <fejj novell com>
	* camel-mime-utils.c (camel_header_param_list_format_append): Work
	around the broken "Jive Forums" NNTP gateway. Fixes bug #518312.
Modified:
   trunk/camel/ChangeLog
   trunk/camel/camel-mime-utils.c
Modified: trunk/camel/camel-mime-utils.c
==============================================================================
--- trunk/camel/camel-mime-utils.c	(original)
+++ trunk/camel/camel-mime-utils.c	Tue May 27 21:25:49 2008
@@ -3416,8 +3416,11 @@
 			}
 		} else {
 			g_string_append_printf (out, "%s%s=", p->name, encoded ? "*" : "");
-
-			if (encoded || !quote)
+			
+			/* Quote even if we don't need to in order to
+			 * work around broken mail software like the
+			 * Jive Forums' NNTP gateway */
+			if (encoded /*|| !quote*/)
 				g_string_append (out, value);
 			else
 				quote_word (out, TRUE, value, vlen);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]