From wl.20.jowens at spamgourmet.com Tue Sep 20 03:57:15 2005 From: wl.20.jowens at spamgourmet.com (John Owens) Date: Mon, 19 Sep 2005 11:57:15 -0700 Subject: how to decode multipart/mixed in wl? Message-ID: Using the CVS version of wanderlust and FSF emacs with semi-1.14.6 on OS X 10.4.3. I have a message that has a text/plain part and a multipart/mixed part. Thus it displays as the following: [1 ] [2 ] My problem is that I can't see inside the multipart/mixed at all and thus can't get to the PDF inside. Suggestions? I'd like to hit 'v' to enter the mixed part if possible, or alternatively see a 2.1 PDF, 2.2 DOC tag underneath it ... Message skeleton below (I replaced content with ). JDO --Apple-Mail-3-427495105 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed =EF=BF=BC=EF=BF=BC= --Apple-Mail-3-427495105 Content-Type: multipart/mixed; boundary=Apple-Mail-4-427495105 --Apple-Mail-4-427495105 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1 --Apple-Mail-4-427495105 Content-Transfer-Encoding: base64 Content-Type: application/pdf; x-unix-mode=0644; name="citris0506.pdf" Content-Disposition: inline; filename=citris0506.pdf --Apple-Mail-4-427495105 Content-Transfer-Encoding: base64 Content-Type: application/msword; x-mac-type=5738424E; x-unix-mode=0644; x-mac-creator=4D535744; name="citris0506.doc" Content-Disposition: attachment; filename=citris0506.doc <.doc, base 64 encoded> --Apple-Mail-4-427495105 Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=US-ASCII --Apple-Mail-4-427495105-- --Apple-Mail-3-427495105-- From Ron.Isaacson at morganstanley.com Tue Sep 20 06:38:09 2005 From: Ron.Isaacson at morganstanley.com (Ron Isaacson) Date: Mon, 19 Sep 2005 17:38:09 -0400 Subject: how to decode multipart/mixed in wl? In-Reply-To: References: Message-ID: Hi John -- John Owens wrote: > > Using the CVS version of wanderlust and FSF emacs with semi-1.14.6 on > OS X 10.4.3. I have a message that has a text/plain part and a > multipart/mixed part. Thus it displays as the following: > > [1 ] > > > > [2 ] > > My problem is that I can't see inside the multipart/mixed at all and > thus can't get to the PDF inside. Suggestions? I'd like to hit 'v' to > enter the mixed part if possible, or alternatively see a 2.1 PDF, 2.2 > DOC tag underneath it ... I'm not sure how it decides which part to render, but you can expand part 2 by putting the point on the [2...] line and using C-c C-t C-c. Then you can use e or v on any of the internal parts. (If any of the parts are themselves multipart, you can use C-c C-t C-c to recurse into those.) Does this help? -- Ron Isaacson Morgan Stanley ron.isaacson at morganstanley.com / (212) 276-0268 NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. From wl.20.jowens at spamgourmet.com Tue Sep 20 06:40:16 2005 From: wl.20.jowens at spamgourmet.com (John Owens) Date: Mon, 19 Sep 2005 14:40:16 -0700 Subject: how to decode multipart/mixed in wl? (wl: message 2 of 20) In-Reply-To: References: Message-ID: At Mon, 19 Sep 2005 17:38:09 -0400, Ron Isaacson wrote: > > I'm not sure how it decides which part to render, but you can expand > part 2 by putting the point on the [2...] line and using C-c C-t C-c. > Then you can use e or v on any of the internal parts. (If any of the > parts are themselves multipart, you can use C-c C-t C-c to recurse > into those.) Does this help? Ah, that'll do it. Thanks, Ron. That's exactly what I needed. JDO