9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: David Swasey <swasey@cs.cmu.edu>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] manual suggestions and upas/fs bug
Date: Tue, 17 Sep 2002 00:34:50 -0400	[thread overview]
Message-ID: <1a1c6bd5d1263339dd2bb6315eb56c5d@cs.cmu.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 788 bytes --]

I did not spend much time on this and am not an authority on IMAP or
upas/fs.  I could be wrong.

>Can you send me an
>IMAP protocol trace? (Along with the banner from the server.)

The trace is attached.  "8.out" is upas/fs with modified erealloc,
with the original imap4read, and with line 794 of imap.c changed to
read

	imap->debug = 1;

I modified the trace to hide my password.  Let me know if you had
something else in mind.

>What does "not like" mean in this context?

It appears the server closed the connection.  Since there is no "<-"
in the trace following the UID FETCH command, I think the first
Brdline call in imap4resp returned zero.

If it helps, I can temporarily deliver my mail elsewhere and give you
my password to this IMAP server.

-dave

[-- Attachment #2: Type: text/plain, Size: 614 bytes --]

term% ./8.out -f /imap/postoffice.srv.cs.cmu.edu
<- * OK postoffice.srv.cs.cmu.edu Cyrus IMAP4 v1.5.2 server ready
-> 9X1 LOGIN swasey ***************
<- 9X1 OK User logged in
-> 9X2 SELECT Inbox
<- * FLAGS (\Answered \Flagged \Draft \Deleted \Seen)
<- * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)]
<- * 0 EXISTS
<- * 0 RECENT
<- * OK [UIDVALIDITY 1031763467]
<- 9X2 OK [READ-WRITE] Completed
-> 9X3 STATUS Inbox (MESSAGES UIDVALIDITY)
<- * STATUS Inbox (MESSAGES 0 UIDVALIDITY 1031763467)
<- 9X3 OK Completed
-> 9X4 UID FETCH 1:* UID
./8.out: opening mailbox: i/o error
term%

             reply	other threads:[~2002-09-17  4:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-17  4:34 David Swasey [this message]
2002-09-17 20:18 ` Lyndon Nerenberg
  -- strict thread matches above, loose matches on Subject: below --
2002-09-17 23:05 Russ Cox
2002-09-18  2:06 ` Lyndon Nerenberg
2002-09-18 17:03   ` rob pike, esq.
2002-09-17 13:28 Russ Cox
2002-09-17  4:58 Russ Cox
2002-09-16 19:29 David Swasey
2002-09-17  1:58 ` Lyndon Nerenberg
2002-09-17  8:47 ` Douglas A. Gwyn
2002-09-17  9:17   ` Lucio De Re
2002-09-18  8:37     ` Douglas A. Gwyn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1a1c6bd5d1263339dd2bb6315eb56c5d@cs.cmu.edu \
    --to=swasey@cs.cmu.edu \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).