Dieter Maurer wrote at 2013-1-13 11:10 +0100:
================================================================
Dear Bug Team!
I have found a bug in the XEmacs package "vm":
RFC 2047 requires in its section 5 that "encoded-words"
must be separated from ordinary text by linear white space
but "vm" fails to do so.
The bug in in function "vm-mime-encode-words" (from "vm-mime.el").
It can be reproduced by a call to "vm-mime-encode-words-in-string"
(which internally calls "vm-mime-encode-words"). Example:
(vm-mime-encode-words-in-string "aÄoö")
---> "aÄoö"
The correct result would be:
"aÄoö"
This bug seems to be fixed in the "vm" trunk version
("http://bazaar.launchpad.net/~vm/vm/trunk/view/head:/lisp/vm-mime.el").
I have copied over "vm-mime-charset-to-coding" and
"vm-mime-encode-words" (from "vm-mime-el") and
"vm-mime-encode-headers-words-regexp" (from "vm-vars.el") into
my XEmacs installation and initial tests look promising.
--
Dieter
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta