9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Russ Cox <rsc@swtch.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Mail configuration
Date: Fri, 20 Feb 2009 03:06:29 -0800	[thread overview]
Message-ID: <dd6fe68a0902200306g52305f4fy4e28d0df4967dd3c@mail.gmail.com> (raw)
In-Reply-To: <138575260902200038u11f6b862w705bcb6dfd3083b6@mail.gmail.com>

> I am using plan9port on linux, and I want to be able to read mail from
> some account I have in some server running IMAP.
> Since this is the first time I try to configure a mail client (gmail
> is just so easy) I have no clue on what exactly I should do or if it
> is even possible to read mail using plan9's utilities on linux.
> The wiki has something about reading email on plan 9, but I do not
> know if this should work also for plan9port (to begin with I cannot
> find upas/fs).
> Probably this a stupid question, so I hope someone could give me some
> pointers to start with.

I didn't bring over upas/fs.
There is a separate program, not installed
by default, in src/cmd/upas/nfs (n=new)
that speaks only imap.  When installed, its
name is mailfs.  It works with the nedmail
and acme Mail that are in the plan9port
distribution; the file tree is slightly different
than the standard upas/fs (more faithful to imap).
It downloads pieces of the message as it
needs them, so if you have big attachments,
they don't get downloaded until you ask for them.
Messages saved with the Save command
go into imap folders, not local files.
I used this setup for a few years against a dovecot
imap server.  It does not work against the
gmail imap server, because gmail imap
will not serve the full mime tree of the message;
it only gives you the raw message bytes.

Russ


  reply	other threads:[~2009-02-20 11:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-20  8:38 hugo rivera
2009-02-20 11:06 ` Russ Cox [this message]
2009-03-02  7:52   ` 6o205zd02
2009-03-02  9:38     ` sqweek
2009-03-02  9:40     ` Mathieu Lonjaret
2009-02-20 16:04 ` erik quanstrom
  -- strict thread matches above, loose matches on Subject: below --
2009-02-20 15:59 erik quanstrom
2009-02-20 15:59 erik quanstrom
2007-04-02 20:24 Stefan Burtscher
2007-04-02 20:28 ` erik quanstrom
2007-04-02 20:37   ` Russ Cox
2007-04-02 20:30 ` Steve Simon

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=dd6fe68a0902200306g52305f4fy4e28d0df4967dd3c@mail.gmail.com \
    --to=rsc@swtch.com \
    --cc=9fans@9fans.net \
    /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).