> 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

Reply via email to