Plan 9 from Bell Labs’s /usr/web/sources/wiki/d/332

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Gmail on Plan9
D1631718195
Abinarycat
#It is currently not possible to access Gmail POP via upasfs(4) by
#doing something like:
#
#! upas/fs -f /pops/pop.gmail.com
#
#See [this message | http://9fans.net/archive/2005/12/164] for
#details. That message provides a pointer to a "pop3get" program
#which can be used to fetch messages and subsequently deliver them to
#a Plan 9 mailbox.
#
#Gmail offers an IMAP interface, however, that works nicely for
#upasfs(4). Something like:
#
#! upas/fs -f /imaps/imap.gmail.com/user@gmail.com
#
#will enable reading Gmail with Plan 9 mail tools.
#
#In some circumstances, it may also be possible to use the Plan 9
#mail tools to send via Gmail. If you change the last line of
#/mail/lib/remotemail to:
#
#! exec /bin/upas/smtp -sa -u user@gmail.com -h $fd tcp!smtp.gmail.com!smtp $sender $*
#
#If you get a certificate error in /sys/log/smtp, you can add the
#certificate with:
#
#! echo 'x509 sha256=xxxx' >>/sys/lib/tls/smtp
#
#where xxxx is the certificate from the error.
#
#This will, however, send all mail on the system as that Gmail user.
#Also, if mail is ever queued for later delivery, the factotum
#visible to cron will need the keys to authenticate to Gmail.
#
#If you replace /sys/src/cmd/webfs/cookies.c with
#/n/sources/contrib/fgb/cookies.c and rebuild webfs(4), it is
#possible to use Gmail's "basic HTML" view in the abaco web browser
#(see [Web browsers]).
#

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.