9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@cse.psu.edu
Subject: [9fans] upas/fs -f /imap/...
Date: Mon, 14 Nov 2005 22:03:54 -0600	[thread overview]
Message-ID: <20051115040354.DA1CE1AB622@dexter-peak.quanstro.net> (raw)

i'm trying to get upas/fs to read my imap mbox. after fixing this

; diff imap4.c /home/quanstro/new/plan9/src/cmd/upas/fs/imap4.c
434c434
< 		port = "imap";
---
> 		port = "imap4";

(i don't know if this qualifies as "fixing" but /etc/services didn't have 
an imap4 entry and the imap2 entry wasn't the port i was looking for.)

i ran into an authentication problem. it boils down to this:

<-7- Twrite tag 0 fid 1 offset 0 count 69 'start proto=pass service=imap server=mail.speakeasy.org user=qua'
-7-> Rwrite tag 0 count 69
<-7- Tread tag 0 fid 1 offset 69 count 4096
-7-> Rread tag 0 count 22 'error no role in attrs'

i.e. upas/fs isn't sending a "role". 

so the question is: do i modify factotum to accept no role or
do i modify upas/fs to send "role=client"?

erik


             reply	other threads:[~2005-11-15  4:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-15  4:03 erik quanstrom [this message]
     [not found] <37dce6ddf2e5cbefbf8a246e9a19664f@proxima.alt.za>
2005-11-26 20:48 ` erik quanstrom
2005-11-27 23:40   ` Lyndon Nerenberg
2005-11-28  1:32     ` erik quanstrom
2005-11-28  2:19       ` Lyndon Nerenberg
2005-11-28  2:41         ` erik quanstrom
2005-11-28  3:06           ` Lyndon Nerenberg
2005-11-28  3:12             ` Russ Cox
2005-11-28 11:14               ` erik quanstrom

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=20051115040354.DA1CE1AB622@dexter-peak.quanstro.net \
    --to=quanstro@quanstro.net \
    --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).