[Mew-dist 16985] Re: No last boundary for Multipart/Mixed ??
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
2001年 3月 30日 (金) 14:18:51 JST
From: Yasuhiko Tandou <tandou.yasuhiko at example.com>
Subject: [Mew-dist 16984] Re: No last boundary for Multipart/Mixed ??
> kazu> 読めないというのが MIME の書式を解析できないという意味なら仕様です。
>
> こっちですね。文字化けすると言う意味です。
> と言う事は仕様ですね。
なるほど、エラー回復した方がいいですね。これを当てると、幸せになれます
か?
--かず
Index: mew-decode.el
===================================================================
RCS file: /usr/home/kazu/cvsroot/Mew/mew/mew-decode.el,v
retrieving revision 1.183
diff -c -r1.183 mew-decode.el
*** mew-decode.el 2001/03/19 13:34:54 1.183
--- mew-decode.el 2001/03/30 05:25:44
***************
*** 630,635 ****
--- 630,641 ----
(setq parts (vconcat parts (vector part)))))
(setq start (point)) ;; the beginning of the part
(if break (throw 'multipart (vconcat syntax parts))))
+ ;; Let's try to decode even if boundary is not found.
+ ;; This should save truncated messages.
+ (save-restriction
+ (narrow-to-region start (point-max))
+ (goto-char (point-min))
+ (mew-decode-singlepart cnt dct nil))
(mew-decode-error (format "No last boundary for %s" ct)))))
;;;
Mew-dist メーリングリストの案内