+2003-09-01
+
+ * src/compose.c: compose_write_headers(): also replace ':' in the
+ MIME boundary with '_' (as a workaround for broken servers).
+
2003-08-28
* src/imap.c: imap_scan_tree_recursive(): fixed compile error.
+2003-09-01 [paul] 0.9.4claws48
+
+ * sync with 0.9.4cvs12
+ see ChangeLog 2003-09-01
+
2003-08-30 [christoph] 0.9.4claws47
* src/compose.c
+2003-09-01
+
+ * src/compose.c: compose_write_headers(): MIME ¶³¦¤Î ':' ¤â '_' ¤Ë
+ ÃÖ´¹¤¹¤ë¤è¤¦¤Ë¤·¤¿(broken ¤Ê¥µ¡¼¥Ð¤Ø¤ÎÂнè¤È¤·¤Æ)¡£
+
2003-08-28
* src/imap.c: imap_scan_tree_recursive(): ¥³¥ó¥Ñ¥¤¥ë¥¨¥é¡¼¤ò½¤Àµ¡£
MICRO_VERSION=4
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=47
+EXTRA_VERSION=48
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
else
get_rfc822_date(buf, sizeof(buf));
subst_char(buf, ' ', '_');
subst_char(buf, ',', '_');
+ subst_char(buf, ':', '_');
compose->boundary = g_strdup_printf("Multipart_%s_%08x",
buf, (guint)compose);
fprintf(fp,