9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: John Floren <john@jfloren.net>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] mail client; general question web vs command
Date: Thu, 11 Aug 2011 09:34:54 -0700	[thread overview]
Message-ID: <CAL4LZyjk_9VoEQpfu6J96b9GEw2AFVE0O_CAOfV=oZDcWRvCeA@mail.gmail.com> (raw)
In-Reply-To: <CAA2CNPY-9-h4c5WkkJY4P=R445AA16okF6NZZR2joYBfKqQ_cg@mail.gmail.com>

Nice! Works for me too...

But what about sending mail? I've only ever configured Plan 9 to act
as its own smtp server, have never done anything with p9p or a remove
server.


John

On Thu, Aug 11, 2011 at 5:20 AM, Fazlul Shahriar <fshahriar@gmail.com> wrote:
> I just tried -- it works fine with gmail.
>
> mailfs -t imap.gmail.com    # -t enable TLS
> It'll ask your for your username/password. Then start Mail in acme.
>
> mailfs will look for stunnel in your system. In my system, it found
> stunnel 4, which it doesn't know how to use. So, I had to point it to
> stunnel3:
>
> --- a/src/cmd/upas/nfs/imap.c   Thu Aug 11 07:43:28 2011 -0400
> +++ b/src/cmd/upas/nfs/imap.c   Thu Aug 11 08:12:24 2011 -0400
> @@ -756,8 +756,8 @@
>                fd[2] = dup(2, -1);
>                tmp = esmprint("%s:993", server);
>                if(threadspawnl(fd, "tlsclient", "tlsclient", tmp, nil) < 0
> -                   && threadspawnl(fd, "/usr/sbin/stunnel", "stunnel", "-c", "-r",
> tmp, nil) < 0
> -                   && threadspawnl(fd, "/usr/bin/stunnel", "stunnel", "-c", "-r",
> tmp, nil) < 0){
> +                   && threadspawnl(fd, "/usr/sbin/stunnel3", "stunnel", "-c",
> "-r", tmp, nil) < 0
> +                   && threadspawnl(fd, "/usr/bin/stunnel3", "stunnel", "-c", "-r",
> tmp, nil) < 0){
>                        free(tmp);
>                        close(p[0]);
>                        close(p[1]);
>
>
> On Thu, Aug 11, 2011 at 6:42 AM, Rudolf Sykora <rudolf.sykora@gmail.com> wrote:
>>> Can anybody point me to some recipe which would get me from a point
>>> when I have p9p installed to a point when I can read mail from my
>>> gmail account via imap(s) in p9p acme?
>>
>> Well, that's a pity nobody can help.... :(
>>
>> Is there any reason for that man pages of p9p
>> http://swtch.com/plan9port/man/
>> do not mention neither upas nor mail?
>> (So nobody actually uses it today?)
>>
>> Also, although some mail program is present,
>> /src/cmd/acme/mail
>> it is apparently not installed by default?
>>
>> [I'm tired of the web interface. I tried mutt, which was easy to set
>> up since you can find instructions for this. But I want the acme mail.
>> And there seem to be many things `somehow around', but not a coherent
>> explanation of how to put the pieces (and which) together...]
>>
>> Thanks
>> Ruda
>>
>>
>
>



  reply	other threads:[~2011-08-11 16:34 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-31 20:00 Rudolf Sykora
2011-07-31 20:14 ` Jacob Todd
2011-08-02  4:36   ` Akshat Kumar
2011-08-04 15:49   ` Mathieu Lonjaret
2011-08-06 14:16     ` Rudolf Sykora
2011-08-11 10:42       ` Rudolf Sykora
2011-08-11 10:54         ` Mathieu Lonjaret
2011-08-11 10:55           ` Mathieu Lonjaret
2011-08-13 18:38           ` Rudolf Sykora
2011-08-13 23:26             ` Fazlul Shahriar
2011-08-14 14:50               ` Rudolf Sykora
2011-08-13 23:40             ` Mathieu Lonjaret
2011-08-27 17:59           ` Rudolf Sykora
2011-08-11 12:20         ` Fazlul Shahriar
2011-08-11 16:34           ` John Floren [this message]
2011-08-11 17:55             ` David du Colombier
2011-08-28 14:09               ` Rudolf Sykora
     [not found]               ` <CAOEdRO1k0X8tU+QMazETGs2rT4NmMazWPJSDN_79Wd=TbcrHzA@mail.gmail.c>
2011-08-28 15:15                 ` erik quanstrom
2011-08-28 18:22                   ` Rudolf Sykora
2011-08-31 14:22                     ` Richard Miller
2011-09-09 19:48                       ` Rudolf Sykora
2011-09-14 12:39                         ` Richard Miller
2011-09-19 13:06                           ` Rudolf Sykora
2011-09-20  7:47                             ` David du Colombier
2011-09-21 15:46                               ` Rudolf Sykora
2011-11-16 19:12                                 ` David du Colombier
     [not found]                       ` <CAOEdRO3f7oLw5UmoNu3L4q88PE-be6UEAWEAGLFJ6o2MPjhLxg@mail.gmail.c>
2011-09-10 11:29                         ` erik quanstrom
2011-08-27 17:51     ` Rudolf Sykora
2011-07-31 21:17 ` dexen deVries
2011-08-01  4:22   ` hiro
2011-08-01 11:18 ` Ethan Grammatikidis
2011-08-02 20:32 ` Lyndon Nerenberg (VE6BBM/VE7TFX)
2011-08-02 13:07 erik quanstrom
2011-08-02 13:42 ` Russ Cox
2011-08-02 15:02   ` Charles Forsyth
2011-08-02 19:20     ` David Leimbach
2011-08-03 22:18   ` Akshat Kumar

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='CAL4LZyjk_9VoEQpfu6J96b9GEw2AFVE0O_CAOfV=oZDcWRvCeA@mail.gmail.com' \
    --to=john@jfloren.net \
    --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).