From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32017 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Fran=E7ois_Pinard?= Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with MIME in From:/Reply-To: fields Date: 09 Aug 2000 09:33:59 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2nsnsgxuih.fsf@tiger.jia.vnet> <2nd7jj7sup.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035168361 17421 80.91.224.250 (21 Oct 2002 02:46:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:46:01 +0000 (UTC) Cc: ShengHuo ZHU , ding@gnus.org Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 33FB7D051E for ; Wed, 9 Aug 2000 09:32:17 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAC15216; Wed, 9 Aug 2000 08:32:08 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 09 Aug 2000 08:31:24 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA12798 for ; Wed, 9 Aug 2000 08:31:02 -0500 (CDT) Original-Received: from titan.progiciels-bpi.ca (unknown [199.84.132.86]) by mailhost.sclp.com (Postfix) with ESMTP id B855DD051E for ; Wed, 9 Aug 2000 09:31:33 -0400 (EDT) Original-Received: by titan.progiciels-bpi.ca (Postfix, from userid 405) id 7E1782298C; Wed, 9 Aug 2000 09:34:00 -0400 (EDT) Original-To: Roman Belenov X-Face: "b_m|CE6#'Q8fliQrwHl9K,]PA_o'*S~Dva{~b1n*)K*A(BIwQW.:LY?t4~xhYka_.LV?Qq `}X|71X0ea&H]9Dsk!`kxBXlG;q$mLfv_vtaHK_rHFKu]4'<*LWCyUe@ZcI6"*wB5M@[m ShengHuo ZHU writes: > > Oops. I was using the external decoder of base64.el. > > > > (setq base64-decoder-program "mmencode" > > base64-decoder-switches '("-u")) > > > > So, there is also a bug in the base64 lisp decorder. > Ok, it worked (although version of mmencode I've found didn't do padding > and lost last character in my example - I had to add it myself). But > it takes much more time to enter mailbox with external base64 decoder; > I'll try to fix base64.el (although I don't sure I can - my elisp is > still not good). That depends on the size of the attachment. Emacs LISP does not have much start overhead, but is much slower. For one, I use: (setq base64-decoder-program "recode" base64-decoder-switches '("-f" "/64") base64-encoder-program "recode" base64-encoder-switches '("-f" "../64")) but I'm biased :-). -- François Pinard http://www.iro.umontreal.ca/~pinard