Your message dated Tue, 12 Dec 2006 17:02:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#402629: fixed in wl-beta 2.15.4+0.20061015-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: wl-beta
Version: 2.15.4+0.20061015-1
Severity: important
Tags: patch

In the upstream mailing list, [wl:14112] on 2006-11-29,
MORITA Naoyuki reports that an IMAP connection fails with
wl-beta 2.15.4+0.20061015-1 as follows:

| Garbage response: MESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT
| QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright
| 1998-2004 Double Precision, Inc.  See COPYING for distribution
| information. [2 times]
| byte-code: IMAP error: No `OK' response from server.

This bug is affected to wl-beta 2.15.4+0.20061015-1 (etch) and
fixed in wl-beta 2.15.5+0.20061203-1 (sid) with the follwing patch:

----
--- elmo/elmo-imap4.el  7 Nov 2006 14:18:53 -0000       1.158
+++ elmo/elmo-imap4.el  29 Nov 2006 13:43:43 -0000
@@ -983,8 +983,8 @@
       ;; Skip garbage output from process before greeting.
       (while (and (memq (process-status process) '(open run))
                  (goto-char (point-max))
-                 (forward-line -1)
-                 (not (elmo-imap4-parse-greeting)))
+                 (or (/= (forward-line -1) 0)
+                     (not (elmo-imap4-parse-greeting))))
        (accept-process-output process 1))
       (erase-buffer)
       (set-process-filter process 'elmo-imap4-arrival-filter)
----

Thanks,
--
Tatsuya Kinoshita

Attachment: pgpsfbwY0feYw.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: wl-beta
Source-Version: 2.15.4+0.20061015-2

We believe that the bug you reported is fixed in the latest version of
wl-beta, which is due to be installed in the Debian FTP archive:

wl-beta_2.15.4+0.20061015-2.diff.gz
  to pool/main/w/wl-beta/wl-beta_2.15.4+0.20061015-2.diff.gz
wl-beta_2.15.4+0.20061015-2.dsc
  to pool/main/w/wl-beta/wl-beta_2.15.4+0.20061015-2.dsc
wl-beta_2.15.4+0.20061015-2_all.deb
  to pool/main/w/wl-beta/wl-beta_2.15.4+0.20061015-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tatsuya Kinoshita <[EMAIL PROTECTED]> (supplier of updated wl-beta package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 13 Dec 2006 01:47:41 +0900
Source: wl-beta
Binary: wl-beta
Architecture: source all
Version: 2.15.4+0.20061015-2
Distribution: testing-proposed-updates
Urgency: medium
Maintainer: Tatsuya Kinoshita <[EMAIL PROTECTED]>
Changed-By: Tatsuya Kinoshita <[EMAIL PROTECTED]>
Description: 
 wl-beta    - mail/news reader supporting IMAP for emacsen (development version
Closes: 402629
Changes: 
 wl-beta (2.15.4+0.20061015-2) testing-proposed-updates; urgency=medium
 .
   * elmo/elmo-imap4.el: Fix "IMAP error: No `OK' response from server",
     patch from upstream CVS version. (closes: #402629)
Files: 
 48b254a45a0a255526098b9bf7e44f21 644 mail extra wl-beta_2.15.4+0.20061015-2.dsc
 4f67c0fe468d4d1c21697b5d01d99662 23497 mail extra 
wl-beta_2.15.4+0.20061015-2.diff.gz
 93c1dca2ea722f27062f267a6833d208 944414 mail extra 
wl-beta_2.15.4+0.20061015-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFft30gV4LPvpMUpgRAqYfAJ9pmWor3ujqroEZHnQgU1uBGCu6pQCgrWtt
nLCyXPSHXJefeujf1+SZ7wE=
=aRzJ
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to