Gnus development mailing list
 help / color / mirror / Atom feed
* Error respooling article with nnimap backend
@ 2001-01-15 12:03 Dr. Volker Zell
  2001-01-15 12:39 ` Kai Großjohann
  0 siblings, 1 reply; 5+ messages in thread
From: Dr. Volker Zell @ 2001-01-15 12:03 UTC (permalink / raw)


Hi
I get the following backtrace when trying to repspool an artice from my INBOX folder:

Signaling: (error "Internal error, tag 195 status BAD code nil text Missing required argument to APPEND")
  signal(error ("Internal error, tag 195 status BAD code nil text Missing required argument to APPEND"))
  cerror("Internal error, tag %s status %s code %s text %s" 195 BAD nil "Missing required argument to APPEND")
  apply(cerror "Internal error, tag %s status %s code %s text %s" (195 BAD nil "Missing required argument to APPEND"))
  error("Internal error, tag %s status %s code %s text %s" 195 BAD nil "Missing required argument to APPEND")
  imap-parse-response()
  imap-arrival-filter(#<network connection "imap" (143 . "gmmail.oraclecorp.com") state:run> "195 BAD Missing required argument to APPEND\r\n")
  accept-process-output(#<network connection "imap" (143 . "gmmail.oraclecorp.com") state:run> 1)
  imap-wait-for-tag(195 nil)
  imap-send-command-wait(("APPEND \"" nil "\" " #<buffer " *copy article*">))
  imap-message-append(nil #<buffer " *copy article*"> nil nil " *nnimap* gmmail")
  nnimap-request-accept-article(nil "gmmail" t)
  gnus-request-accept-article(nil (nnimap "gmmail" (nnimap-address "gmmail.oraclecorp.com") (nnimap-authenticator login)) t t)
  gnus-summary-move-article(nil nil (nnimap "gmmail" (nnimap-address "gmmail.oraclecorp.com") (nnimap-authenticator login)) copy)
  gnus-summary-copy-article(nil nil (nnimap "gmmail" (nnimap-address "gmmail.oraclecorp.com") (nnimap-authenticator login)))
  #<compiled-function (&optional n method) "...(35)" [method error "No method given for respooling" assoc symbol-name gnus-find-method-for-group gnus-newsgroup-name gnus-methods-using respool gnus-summary-move-article n nil gnus-summary-copy-article] 4 ("/usr/local/lib/xemacs/xemacs-packages/lisp/gnus/gnus-sum.elc" . 207702) (list current-prefix-arg (let* ... ...))>(nil (nnimap "gmmail" (nnimap-address "gmmail.oraclecorp.com") (nnimap-authenticator login)))
  call-interactively(gnus-summary-respool-article)
  recursive-edit()
  byte-code("..." [print-escape-newlines print-length debugger-buffer debugger-value standard-output debugger-args pop-to-buffer erase-buffer t 50 backtrace debugger-mode re-search-forward "\n[* ] debug(" 1 debugger-reenable (lambda debug) "Entering:\n" debug backtrace-debug 3 delete-char ?* 0 exit "Return value: " prin1 ?\n ?\  error "Signaling: " "Beginning evaluation of function call form:\n" nil message "" recursive-edit buffer-read-only inhibit-trace] 3)
  debug(error (undefined-keystroke-sequence [#<keypress-event control-meta-G>]))

Any hints ?

Ciao
  Volker




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

* Re: Error respooling article with nnimap backend
  2001-01-15 12:03 Error respooling article with nnimap backend Dr. Volker Zell
@ 2001-01-15 12:39 ` Kai Großjohann
  2001-01-16 18:34   ` Dr. Volker Zell
  0 siblings, 1 reply; 5+ messages in thread
From: Kai Großjohann @ 2001-01-15 12:39 UTC (permalink / raw)
  Cc: Gnus

I guess that Simon wants you to

(setq nnimap-debug "*nnimap*")
(setq imap-log "*imap*")

then repeat the problem, then send the contents of the two buffers.
(Take care to remove passwords.)

kai
-- 
Be indiscrete.  Do it continuously.



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

* Re: Error respooling article with nnimap backend
  2001-01-15 12:39 ` Kai Großjohann
@ 2001-01-16 18:34   ` Dr. Volker Zell
  2001-01-16 22:17     ` Simon Josefsson
  2001-01-16 22:29     ` Kai Großjohann
  0 siblings, 2 replies; 5+ messages in thread
From: Dr. Volker Zell @ 2001-01-16 18:34 UTC (permalink / raw)
  Cc: Dr. Volker Zell, Gnus

>>>>> "Kai" == Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> writes:

    Kai> I guess that Simon wants you to
    Kai> (setq nnimap-debug "*nnimap*")
    Kai> (setq imap-log "*imap*")

    Kai> then repeat the problem, then send the contents of the two buffers.
    Kai> (Take care to remove passwords.)

Here they are.

imap.log:

85 OK UID FETCH completed
86 EXAMINE "INBOX"
* 95 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 48914593] UID validity status
* FLAGS (\Answered \Flagged \Deleted \Draft \Seen)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Draft \Seen)] Permanent flags
* OK [UNSEEN 94] 94 is first unseen
86 OK [READ-ONLY] EXAMINE completed
87 CLOSE
87 OK CLOSE completed
88 APPEND "
88 BAD Missing required argument to APPEND



nnimap.log:

======================================================================
1 -> nnimap-request-article: article=28687 group="INBOX" server="gmmail" to-buffer=nil
| 2 -> nnimap-request-article-part: article=28687 part="BODY.PEEK[]" prop=BODYDETAIL group="INBOX" server="gmmail" to-buffer=nil detail=detail
| | 3 -> nnimap-possibly-change-group: group="INBOX" server="gmmail"
| | | 4 -> nnimap-possibly-change-server: server="gmmail"
| | | 4 <- nnimap-possibly-change-server: " *nnimap* gmmail"
| | 3 <- nnimap-possibly-change-group: "INBOX"
| 2 <- nnimap-request-article-part: ("INBOX" . 28687)
1 <- nnimap-request-article: ("INBOX" . 28687)
======================================================================
1 -> nnimap-server-opened: server="gmmail"
1 <- nnimap-server-opened: (open run)
======================================================================
1 -> nnimap-request-accept-article: group=nil server="gmmail" last=t
| 2 -> nnimap-possibly-change-server: server="gmmail"
| 2 <- nnimap-possibly-change-server: " *nnimap* gmmail"
1 <- nnimap-request-accept-article: nil


    Kai> kai

Ciao
  Volker




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

* Re: Error respooling article with nnimap backend
  2001-01-16 18:34   ` Dr. Volker Zell
@ 2001-01-16 22:17     ` Simon Josefsson
  2001-01-16 22:29     ` Kai Großjohann
  1 sibling, 0 replies; 5+ messages in thread
From: Simon Josefsson @ 2001-01-16 22:17 UTC (permalink / raw)
  Cc: ding

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

> Here they are.

Thanks (and Kai too).

> 1 -> nnimap-request-accept-article: group=nil server="gmmail" last=t

Hm, null group...  undocumented backend interface. :-)

There are some conceptual problems with respooling too -- nnimap
support splitting from several mailboxes on a server.  Which mailbox
should the message be moved to (and later splitted from)?  Simply (car
nnimap-split-inbox)?  I think that would be good enough, but not
ideal.




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

* Re: Error respooling article with nnimap backend
  2001-01-16 18:34   ` Dr. Volker Zell
  2001-01-16 22:17     ` Simon Josefsson
@ 2001-01-16 22:29     ` Kai Großjohann
  1 sibling, 0 replies; 5+ messages in thread
From: Kai Großjohann @ 2001-01-16 22:29 UTC (permalink / raw)
  Cc: Gnus

On 16 Jan 2001, Volker Zell wrote:

> 1 -> nnimap-request-accept-article: group=nil server="gmmail" last=t

Why is the group nil?  Strange.

kai
-- 
Be indiscrete.  Do it continuously.



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

end of thread, other threads:[~2001-01-16 22:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-15 12:03 Error respooling article with nnimap backend Dr. Volker Zell
2001-01-15 12:39 ` Kai Großjohann
2001-01-16 18:34   ` Dr. Volker Zell
2001-01-16 22:17     ` Simon Josefsson
2001-01-16 22:29     ` Kai Großjohann

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).