Hi, On Sat, Mar 9, 2013 at 10:10 PM, Rubén Berenguel <[email protected]> wrote: > Hi everyone, > > I'm trying (just for the sake of getting it to work!) to read my (imap) mail > via acme from plan9ports. I got the mail file server started in my namespace > (I can 9p ls mail and see my folders in INBOX for my work account, but I > can't get gmail to work... Probably needs TLS support and if I understood > correctly, plan9port does not have TLS yet.) >
TLS is supported in plan9port's mailfs via stunnel, but it is quite old version of stunnel - 3.x (I have stunnel 3.26). You should just specify a flag -t for mailfs. It exellent works with gmail for me. > Problem is, if I middle-click on Mail in the main tag in Acme, I am greeted > by: > > Mail: exit 1 > No mail for ruben > I'm sure your 'Mail' is not plan9port's Mail. Type 'type Mail' and you will find something like 'Mail is /usr/bin/Mail' You should set a path to plan9port binares before $PATH or start Mail via '9 Mail' -- Best regards, santucco
