Gnus development mailing list
 help / color / mirror / Atom feed
* Error in process filter: (invalid-read-syntax ) with Oort gnus 0.07
@ 2002-10-05 12:54 Dr. Volker Zell
  2002-10-06  0:33 ` Simon Josefsson
  0 siblings, 1 reply; 4+ messages in thread
From: Dr. Volker Zell @ 2002-10-05 12:54 UTC (permalink / raw)


Hi

When upgrading from Oort gnus 0.05 to 0.07 I get the following error on
XEmacs 21.4 (patch 6) "Common Lisp (candidate 1)" [Lucid] (i686-pc-cygwin, Mule) of Thu Aug 22 2002 on vzell-de:

(7) (error/warning) Error in process filter: (invalid-read-syntax ))

Here's the *Backtrace*:

Signaling: (invalid-read-syntax ")")
  read(#<buffer " *nnimap* gmmail">)
  imap-parse-status()
  imap-parse-response()
  imap-arrival-filter(#<network connection "imap" (143 . "gmmail.oraclecorp.com") state:run> "* 624 EXISTS\n* 0 RECENT\n* OK [UIDVALIDITY 12228769] UID validity status\n* FLAGS (\\Answered \\Flagged \\Deleted \\Draft \\Seen)\n* OK [PERMANENTFLAGS (\\Answered \\Flagged \\Deleted \\Draft \\Seen)] Permanent flags\n* OK [UNSEEN 624] 624 is first unseen\n46 OK [READ-WRITE] SELECT completed\n")
  accept-process-output(#<network connection "imap" (143 . "gmmail.oraclecorp.com") state:run> 1)
  imap-wait-for-tag(46 nil)
  imap-send-command-wait("SELECT \"INBOX\"")
  imap-mailbox-select-1("INBOX" nil)
  imap-mailbox-select("INBOX")
  nnimap-possibly-change-group("INBOX")
  nnimap-split-articles(nil "gmmail")
  nnimap-request-scan(nil "gmmail")
  gnus-request-scan(nil (nnimap "gmmail" (nnimap-address "gmmail.oraclecorp.com") (nnimap-authenticator login)))
  gnus-read-active-file-1((nnimap "gmmail" (nnimap-address "gmmail.oraclecorp.com") (nnimap-authenticator login)) nil)
  gnus-read-active-file(nil nil)
  gnus-setup-news(nil nil nil)
  byte-code("..." [gnus-slave gnus-current-startup-file gnus-startup-file did-connect level dont-connect gnus-group-quit gnus-run-hooks gnus-startup-hook gnus-make-newsrc-file gnus-dribble-read-file bbb-login add-hook gnus-summary-mode-hook gnus-grouplens-mode gnus-setup-news nil gnus-setup-news-hook gnus-start-draft-setup gnus-group-list-groups gnus-group-first-unread-group gnus-configure-windows group gnus-group-set-mode-line gnus-started-hook gnus-use-dribble-file gnus-use-grouplens] 4)
  gnus-1(nil nil nil)
  gnus(nil)
  call-interactively(gnus)
  command-execute(gnus t)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)



and this is the buffer " *nnimap* gmmail":

* STATUS "INBOX/bruce" (UIDNEXT 207 )19 OK STATUS completed
* STATUS "INBOX/gnus" (UIDNEXT 14282 )
20 OK STATUS completed
* STATUS "INBOX/cygnus-java" (UIDNEXT 0 )
21 OK STATUS completed
* STATUS "INBOX/bruceliste" (UIDNEXT 5536 )
22 OK STATUS completed
* STATUS "INBOX/freedict" (UIDNEXT 73 )
23 OK STATUS completed
* STATUS "INBOX/jdc-newsletter" (UIDNEXT 38 )
24 OK STATUS completed
* STATUS "INBOX/mc" (UIDNEXT 1201 )
25 OK STATUS completed
* STATUS "INBOX/mico" (UIDNEXT 615 )
26 OK STATUS completed
* STATUS "INBOX/nnimap" (UIDNEXT 12 )
27 OK STATUS completed
* STATUS "INBOX/tinytools" (UIDNEXT 76 )
28 OK STATUS completed
* STATUS "Public Template" (UIDNEXT 0 )
29 OK STATUS completed
* STATUS "Templates" (UIDNEXT 1 )
30 OK STATUS completed
* STATUS "Wastebasket" (UIDNEXT 279402 )
31 OK STATUS completed
* STATUS "INBOX/jonas-users" (UIDNEXT 3642 )
32 OK STATUS completed
* STATUS "INBOX/cygnus/announce" (UIDNEXT 59 )
33 OK STATUS completed
* STATUS "INBOX/xae" (UIDNEXT 138 )
34 OK STATUS completed
* STATUS "INBOX/cygnus/patches" (UIDNEXT 2265 )
35 OK STATUS completed
* STATUS "Sent" (UIDNEXT 7 )
36 OK STATUS completed
* STATUS "Trash" (UIDNEXT 126 )
37 OK STATUS completed
* STATUS "INBOX/cygnus/kde" (UIDNEXT 276 )
38 OK STATUS completed
* STATUS "INBOX/cygnus/xfree" (UIDNEXT 8124 )
39 OK STATUS completed
* STATUS "INBOX/cygnus/apps" (UIDNEXT 6548 )
40 OK STATUS completed
* STATUS "INBOX/cygnus" (UIDNEXT 49617 )
41 OK STATUS completed
* STATUS "INBOX/oracle" (UIDNEXT 11962 )
42 OK STATUS completed
* 308 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 163448] UID validity status
* FLAGS (\Answered \Flagged \Deleted \Draft \Seen)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Draft \Seen)] Permanent flags
* OK [UNSEEN 218] 218 is first unseen
43 OK [READ-ONLY] EXAMINE completed
44 OK LSUB completed
* 624 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 12228769] UID validity status
* FLAGS (\Answered \Flagged \Deleted \Draft \Seen)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Draft \Seen)] Permanent flags
* OK [UNSEEN 624] 624 is first unseen
45 OK [READ-WRITE] SELECT completed
* 624 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 12228769] UID validity status
* FLAGS (\Answered \Flagged \Deleted \Draft \Seen)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Draft \Seen)] Permanent flags
* OK [UNSEEN 624] 624 is first unseen
46 OK [READ-WRITE] SELECT completed


Any hints ??

Ciao
  Volker




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Error in process filter: (invalid-read-syntax ) with Oort gnus 0.07
  2002-10-05 12:54 Error in process filter: (invalid-read-syntax ) with Oort gnus 0.07 Dr. Volker Zell
@ 2002-10-06  0:33 ` Simon Josefsson
  2002-10-06 10:31   ` Dr. Volker Zell
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Josefsson @ 2002-10-06  0:33 UTC (permalink / raw)
  Cc: Gnus

"Dr. Volker Zell" <Dr.Volker.Zell@oracle.com> writes:

> * STATUS "INBOX/gnus" (UIDNEXT 14282 )
                                      ^
I think this server is buggy, whitespace is probably not permitted
there.  Also, Gnus asks for UIDVALIDITY ans UNSEEN too, which it isn't
returning at all (maybe this explains the whitespace).  Which server
is this?  The first line of the *imap-log* buffer should contain some
hint.

I fixed imap.el to not blow up on this server though, thanks, but you
will perhaps not get it to work correctly.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Error in process filter: (invalid-read-syntax ) with Oort gnus 0.07
  2002-10-06  0:33 ` Simon Josefsson
@ 2002-10-06 10:31   ` Dr. Volker Zell
  2002-10-06 12:27     ` Simon Josefsson
  0 siblings, 1 reply; 4+ messages in thread
From: Dr. Volker Zell @ 2002-10-06 10:31 UTC (permalink / raw)


>>>>> "Simon" == Simon Josefsson <jas@extundo.com> writes:

    Simon> "Dr. Volker Zell" <Dr.Volker.Zell@oracle.com> writes:
    >> * STATUS "INBOX/gnus" (UIDNEXT 14282 )
    Simon>                                       ^

In Oort 0.05 it works.

    Simon> I think this server is buggy, whitespace is probably not permitted
    Simon> there.  Also, Gnus asks for UIDVALIDITY ans UNSEEN too, which it isn't
    Simon> returning at all (maybe this explains the whitespace).  Which server
    Simon> is this?  The first line of the *imap-log* buffer should contain some
    Simon> hint.

* OK Oracle IMAP4r1 (5.2.0.0.28) server ready

    Simon> I fixed imap.el to not blow up on this server though, thanks, but you
    Simon> will perhaps not get it to work correctly.


Thanks
  Ciao Volker




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Error in process filter: (invalid-read-syntax ) with Oort gnus 0.07
  2002-10-06 10:31   ` Dr. Volker Zell
@ 2002-10-06 12:27     ` Simon Josefsson
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Josefsson @ 2002-10-06 12:27 UTC (permalink / raw)
  Cc: Gnus

"Dr. Volker Zell" <Dr.Volker.Zell@oracle.com> writes:

>>>>>> "Simon" == Simon Josefsson <jas@extundo.com> writes:
>
>     Simon> "Dr. Volker Zell" <Dr.Volker.Zell@oracle.com> writes:
>     >> * STATUS "INBOX/gnus" (UIDNEXT 14282 )
>     Simon>                                       ^
>
> In Oort 0.05 it works.

Yes, nnimap has changed since then.  However, it changed in order to
solve another bug so reverting the change is not a good idea.  You can
disable the STATUS stuff completely by toggling
`nnimap-retrieve-groups-asynchronous'.

The right thing to do is to send a bug report for the server, right
now you server is not a proper IMAP server.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-06 12:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-05 12:54 Error in process filter: (invalid-read-syntax ) with Oort gnus 0.07 Dr. Volker Zell
2002-10-06  0:33 ` Simon Josefsson
2002-10-06 10:31   ` Dr. Volker Zell
2002-10-06 12:27     ` Simon Josefsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).