From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 15 May 2012 03:08:07 +0000 From: sl@9front.org To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Reading gmail Topicbox-Message-UUID: 8bfcaeca-ead7-11e9-9d60-3106f5b1d025 > 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/username@gmail.com The first time you try this, upas/fs will complain: upas/fs: opening /imaps/imap.gmail.com/username@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