From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75580 Path: news.gmane.org!not-for-mail From: Robert Pluim Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap-fetch-partial-articles does not seem to work with forwarded articles Date: Tue, 04 Jan 2011 10:11:24 +0100 Organization: not if I can help it Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294132321 24128 80.91.229.12 (4 Jan 2011 09:12:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 Jan 2011 09:12:01 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23931@lists.math.uh.edu Tue Jan 04 10:11:55 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pa2vq-0000l1-Pb for ding-account@gmane.org; Tue, 04 Jan 2011 10:11:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Pa2vp-0001Oy-Bl; Tue, 04 Jan 2011 03:11:53 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Pa2vo-0001Oi-3m for ding@lists.math.uh.edu; Tue, 04 Jan 2011 03:11:52 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pa2vj-0007Qf-SP for ding@lists.math.uh.edu; Tue, 04 Jan 2011 03:11:52 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Pa2vj-0001XV-67 for ding@gnus.org; Tue, 04 Jan 2011 10:11:47 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pa2vi-0000eL-OY for ding@gnus.org; Tue, 04 Jan 2011 10:11:46 +0100 Original-Received: from lns-bzn-49f-81-56-191-143.adsl.proxad.net ([81.56.191.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Jan 2011 10:11:46 +0100 Original-Received: from rpluim by lns-bzn-49f-81-56-191-143.adsl.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Jan 2011 10:11:46 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 61 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lns-bzn-49f-81-56-191-143.adsl.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b29 (cygwin32) Cancel-Lock: sha1:uaLfbCa/o1nwVQi9Kbe5n6HfjBY= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75580 Archived-At: Lars Magne Ingebrigtsen writes: > Robert Pluim writes: > >> (while (looking-at ".*BODY\\[\\([.0-9]+\\)\\]") >> (setq id (match-string 1) >> bytes (nnimap-get-length)) <== this is returning NIL. >> >> If I've understood the code, this should be parsing the BODY response, >> which is >> >> BODY[1] NIL UID 49140) >> >> at this point. > > The length thing is a {foo} at the end of the line. > > Could you send the complete contents of the IMAP buffer when this > happens? > Here's the nnimap buffer I get when attempting to read your reply forwarded to myself (how's that for circularity :) ) * 556 FETCH (BODY[HEADER] {1063} MIME-Version: 1.0 Received: from RPluim.mycompany.com (192.168.15.1) by mail.mycompany.com (192.168.1.2) with Microsoft SMTP Server (TLS) id 8.2.254.0; Tue, 4 Jan 2011 03:42:31 -0500 From: Robert Pluim To: Robert Pluim Date: Tue, 4 Jan 2011 03:42:10 -0500 Subject: [gmane.emacs.gnus.general] Re: nnimap-fetch-partial-articles does not seem to work with forwarded articles Thread-Topic: [gmane.emacs.gnus.general] Re: nnimap-fetch-partial-articles does not seem to work with forwarded articles Thread-Index: Acur61OjR7l3bzSaRjyLTsv29CTRUw== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Exchange-Organization-AuthAs: Internal X-MS-Exchange-Organization-AuthMechanism: 06 X-MS-Exchange-Organization-AuthSource: mail.mycompany.com X-MS-Has-Attach: yes X-MS-TNEF-Correlator: user-agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b29 (cygwin32) Content-Type: multipart/mixed; boundary="_002_pknipy5m55pfsfthisisreallyinvalid_" BODY[1] NIL UID 49311) 127 OK FETCH completed. Imap log contains: 09:51:32 126 UID FETCH 49311 (BODYSTRUCTURE) 09:51:40 127 UID FETCH 49311 (BODY.PEEK[HEADER] BODY.PEEK[1]) Regards Robert