From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Michael Reilly Newsgroups: gmane.emacs.devel Subject: Gnus decoding Date: Tue, 16 Sep 2008 15:10:06 -0400 Message-ID: Reply-To: pmr@pajato.com NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1221592243 29804 80.91.229.12 (16 Sep 2008 19:10:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Sep 2008 19:10:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 16 21:11:40 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KffxQ-0004fJ-0B for ged-emacs-devel@m.gmane.org; Tue, 16 Sep 2008 21:11:28 +0200 Original-Received: from localhost ([127.0.0.1]:42758 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KffwO-0001pD-3U for ged-emacs-devel@m.gmane.org; Tue, 16 Sep 2008 15:10:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KffwJ-0001p1-Tn for emacs-devel@gnu.org; Tue, 16 Sep 2008 15:10:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KffwG-0001oE-Ak for emacs-devel@gnu.org; Tue, 16 Sep 2008 15:10:19 -0400 Original-Received: from [199.232.76.173] (port=35552 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KffwG-0001oB-7j for emacs-devel@gnu.org; Tue, 16 Sep 2008 15:10:16 -0400 Original-Received: from mail.pajato.com ([68.191.253.210]:37620 helo=copa.pajato.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KffwF-0006nD-K4 for emacs-devel@gnu.org; Tue, 16 Sep 2008 15:10:16 -0400 Original-Received: from lilly (copa.pajato.com [68.191.253.210]) by copa.pajato.com (8.14.1/8.13.8) with ESMTP id m8GJA7px021242 for ; Tue, 16 Sep 2008 15:10:07 -0400 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (copa.pajato.com [68.191.253.210]); Tue, 16 Sep 2008 15:10:07 -0400 (EDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:103908 Archived-At: I'm about to start working on Rmail/mbox message decoding based on the content type header or the content encoding header. I seem to recollect hearing one or two people mention that Gnus does this. Could someone kindly give me a file and function where I should start studying that code. Thanks, -pmr