From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22773 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP + MIME + pGnus... Date: 23 Apr 1999 10:47:01 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86btgfl4p6.fsf@kramer.bp.aventail.com> References: <86emlfpdff.fsf@kramer.bp.aventail.com> Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160631 31075 80.91.224.250 (21 Oct 2002 00:37:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:37:11 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA03278 for ; Fri, 23 Apr 1999 11:46:30 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB11509; Fri, 23 Apr 1999 10:45:46 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 23 Apr 1999 10:46:18 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id KAA23242 for ; Fri, 23 Apr 1999 10:46:03 -0500 (CDT) Original-Received: from slow.bp.aventail.com (usrpri2-24.kiva.net [206.97.75.89]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA03264 for ; Fri, 23 Apr 1999 11:45:52 -0400 (EDT) Original-Received: from kramer.aventail.com (kramer.bp.aventail.com [192.168.2.2]) by slow.bp.aventail.com (8.8.5/8.8.5) with ESMTP id KAA03221; Fri, 23 Apr 1999 10:45:07 -0700 Original-Received: (from wmperry@localhost) by kramer.aventail.com (8.8.7/8.8.7) id KAA16039; Fri, 23 Apr 1999 10:47:01 -0500 Original-To: Simon Josefsson X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > wmperry@aventail.com (William M. Perry) writes: > > > I was just pondering how to do this and thought that it would not be > > too hard to have nnimap spoof the delayed portions with a content > > type of application/x-gnus-external-imap with a location header that > > looks like a Netscape IMAP-ish URL.[1] > > Yup. Another approach would be to make Gnus aware of MIME-capable > backends, ie a backend function that fetched the MIME structure of the > article, and then fetch the parts it want to display. Hmmm... I guess you could have Gnus internally know nothing about the actual article other than the MIME handles. Instead of XXX-request-article, you would have XXX-request-article-structure, and most backends would just have a trivial wrapper of (mm-dissect-buffer (XXX-request-article ...)) Ponder, ponder, ponder. -bp