9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] upasfs gmail account
@ 2006-01-29 20:24 Brian M
  2006-01-29 20:52 ` Russ Cox
  2006-01-29 21:24 ` Federico G. Benavento
  0 siblings, 2 replies; 5+ messages in thread
From: Brian M @ 2006-01-29 20:24 UTC (permalink / raw)
  To: 9fans

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

Am I able to view my gmail account in plan9 or am I missing something.
I have tried upas/fs - f/pops/pop.gmail.com/$username@gmail.com
I get an error: server certificate not recognized. Where did I go wrong?

Thanks
-Brian

[-- Attachment #2: Type: text/html, Size: 377 bytes --]

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

* Re: [9fans] upasfs gmail account
  2006-01-29 20:24 [9fans] upasfs gmail account Brian M
@ 2006-01-29 20:52 ` Russ Cox
  2006-01-29 22:04   ` Brian M
  2006-01-29 21:24 ` Federico G. Benavento
  1 sibling, 1 reply; 5+ messages in thread
From: Russ Cox @ 2006-01-29 20:52 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> Am I able to view my gmail account in plan9 or am I missing something.
> I have tried upas/fs - f/pops/pop.gmail.com/$username@gmail.com
> I get an error: server certificate not recognized.  Where did I go
> wrong?

You need to list the certificate in /sys/lib/tls/mail,
but then it will fail with "server does not allow mail to be left on server."
Reading gmail with upas/fs is not supported.  See the archives.

Russ


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

* Re: [9fans] upasfs gmail account
  2006-01-29 20:24 [9fans] upasfs gmail account Brian M
  2006-01-29 20:52 ` Russ Cox
@ 2006-01-29 21:24 ` Federico G. Benavento
  1 sibling, 0 replies; 5+ messages in thread
From: Federico G. Benavento @ 2006-01-29 21:24 UTC (permalink / raw)
  To: 9fans


lotte% cat /bin/checkmail 
#!/bin/rc

while(){
	getpop3 -s pop.gmail.com >>/sys/log/checkmail >[2=1]
	sleep 30
}


and in my profile:
upas/fs
checkmail &

getpop3 is  a modified version of steve's one, it is on /n/sources/contrib/fgb/getpop3.c
 



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

* Re: [9fans] upasfs gmail account
  2006-01-29 20:52 ` Russ Cox
@ 2006-01-29 22:04   ` Brian M
  2006-01-29 22:08     ` Federico G. Benavento
  0 siblings, 1 reply; 5+ messages in thread
From: Brian M @ 2006-01-29 22:04 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

On 1/29/06, Russ Cox <rsc@swtch.com> wrote:
>
> > Am I able to view my gmail account in plan9 or am I missing something.
> > I have tried upas/fs - f/pops/pop.gmail.com/$username@gmail.com
> > I get an error: server certificate not recognized.  Where did I go
> > wrong?
>
> You need to list the certificate in /sys/lib/tls/mail,
> but then it will fail with "server does not allow mail to be left on
> server."


Oh...

Reading gmail with upas/fs is not supported.  See the archives.
>
> Russ
>
Thanks

[-- Attachment #2: Type: text/html, Size: 1053 bytes --]

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

* Re: [9fans] upasfs gmail account
  2006-01-29 22:04   ` Brian M
@ 2006-01-29 22:08     ` Federico G. Benavento
  0 siblings, 0 replies; 5+ messages in thread
From: Federico G. Benavento @ 2006-01-29 22:08 UTC (permalink / raw)
  To: 9fans

this asumes that you have your user= and passwaord in factotum.

lotte% cat /bin/checkmail 
#!/bin/rc

while(){
	getpop3 -s pop.gmail.com >>/sys/log/checkmail >[2=1]
	sleep 30
}

and in my profile:

upas/fs
checkmail &

getpop3 is a modified version of steve's one, it's on /n/sources/contrib/fgb/getpop3.c



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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-29 20:24 [9fans] upasfs gmail account Brian M
2006-01-29 20:52 ` Russ Cox
2006-01-29 22:04   ` Brian M
2006-01-29 22:08     ` Federico G. Benavento
2006-01-29 21:24 ` Federico G. Benavento

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