On Mon, May 14, 2012 at 8:08 PM, <s...@9front.org> wrote: >> Is there any way to read gmail from plan9? Over SSL imap >> maybe? I searched for imapfs but came up with nothing. > > Mount your gmail account via IMAP: > > upas/fs -f /imaps/imap.gmail.com/usern...@gmail.com > > The first time you try this, upas/fs will complain: > > upas/fs: opening /imaps/imap.gmail.com/usern...@gmail.com: > imap.gmail.com/imaps:server certificate HASH not recognized > > Add the provided certificate to /sys/lib/tls/mail, like so: > > x509 sha1=HASH > > Run the upas/fs line again, and this time gmail via IMAP will > be mounted in /mail/fs, accessible to the standard mail tools. > > -sl >
If you have a large number of messages, Erik's "nupas" is useful; IIRC it will cache messages locally so you don't have to download a ton of headers each time you start upas. However I've found that with both old upas and nupas, there are some messages that make them choke. Sadly I can't remember what triggered it. john