emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#20956: closed ([PATCH] Fix imap message size parsi


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20956: closed ([PATCH] Fix imap message size parsing)
Date: Sun, 01 Jan 2017 19:04:01 +0000

Your message dated Sun, 01 Jan 2017 11:02:59 -0800
with message-id <address@hidden>
and subject line Fixed
has caused the debbugs.gnu.org bug report #20956,
regarding [PATCH] Fix imap message size parsing
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
20956: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20956
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Fix imap message size parsing Date: Wed, 01 Jul 2015 19:45:05 -0700 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)
Package: gnus
Tags: patch

IMAP servers may sent the data items in a FETCH response in arbitrary
order. However, currently Gnus assumes that the UID item is sent before
the RFC822.SIZE item. If this assumption is wrong, Gnus is unable to
determine the message size.

The attached patch fixes this issue.

Best,
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«
--- nnimap.el.bak1      2015-05-26 19:26:56.646513004 -0700
+++ nnimap.el.bak2      2015-07-01 19:39:26.057089923 -0700
@@ -230,6 +230,7 @@
                                      t)
                   (match-string 1)))
        (setq lines nil)
+       (beginning-of-line)
        (setq size
              (and (re-search-forward "RFC822.SIZE \\([0-9]+\\)"
                                      (line-end-position)

--- End Message ---
--- Begin Message --- Subject: Fixed Date: Sun, 01 Jan 2017 11:02:59 -0800 User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (gnu/linux)
Fixed in commit 1f1d39c3bcaed9870ab7f13c3c0369f17a16cee2.

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]