[Commits] defs.h 1.9.2.54 1.9.2.55

miras at claws-mail.org miras at claws-mail.org
Tue Jul 3 23:33:34 CEST 2012


Update of /home/claws-mail/claws/src/common
In directory srv:/tmp/cvs-serv28095/src/common

Modified Files:
      Tag: gtk2
	defs.h 
Log Message:
2012-07-03 [mir]	3.8.1cvs4

	* src/procmime.c
	* src/common/defs.h
            fix bug 2641, '7bit or 8bit encoded attachments can
            have lines longer than 998 characters'.
            Patch provided by Christopher Zimmermann
            (madroach claws at gmerlin dot de)

Index: defs.h
===================================================================
RCS file: /home/claws-mail/claws/src/common/defs.h,v
retrieving revision 1.9.2.54
retrieving revision 1.9.2.55
diff -u -d -r1.9.2.54 -r1.9.2.55
--- defs.h	27 May 2012 17:31:01 -0000	1.9.2.54
+++ defs.h	3 Jul 2012 21:33:32 -0000	1.9.2.55
@@ -148,6 +148,9 @@
 
 #define BUFFSIZE			8192
 
+/* according to RFC 821 1000 characters including CRLF */
+#define MAXSMTPTEXTLEN			1000
+
 #ifndef MAXPATHLEN
 #  define MAXPATHLEN			4095
 #endif



More information about the Commits mailing list