flim-1_14-rfc2231

Yuuichi Teranishi teranisi @ gohome.org
2001年 2月 28日 (水) 11:33:24 JST


At 27 Feb 2001 23:16:56 +0900,
Shuhei KOBAYASHI wrote:
> 
> 中身は FLIM 1.14.2 + parameter value decoder ですが, flim-1_13-rfc2231
> とは異なる実装となっています. 動作確認した環境は多くありませんので,
> flim-1_13-rfc2231 との互換性等, 御意見をお待ちしております.
> 
> 特に Wanderlust と IMAP4 の組み合わせでのみ使用される(と思われる)関数
> mime-parse-parameters-from-list の動作は全く確認できていません.

どういう動作が正しいのかよくわかってませんが、
大丈夫みたいです。
;; mime-decode-parameter-plist が API になるのでしょうか?

ただ、パラメータ名はどこかで downcase する必要があるのではないかと思います。
ここらへんでしょうか?

--- mime-parse.el	2001/02/27 13:57:24	1.21.4.2.2.1
+++ mime-parse.el	2001/02/28 02:14:49
@@ -247,7 +247,7 @@
              (values    (cdr (car eparams)))
              (charset   (nth 1 (aref values 0)))
              (language  (nth 2 (aref values 0))))
-        (setq dest (cons (cons attribute
+        (setq dest (cons (cons (downcase attribute)
 			       (mapconcat
 				(lambda (elt)
 				  (if (car (cdr elt))

--
Yuuichi Teranishi (寺西裕一) <teranisi @ gohome.org>
PGP 5.0i Public Key: http://www.gohome.org/pgp5/teranisi.key
"For tomorrow may rain, so I'll follow the sun."




More information about the Emacs-mime-ja mailing list