Setting up Pine for Gmail with IMAP
I just got IMAP Gmail for my domain working with pine. Here’s how I did it:
In the .pinerc:
user-id=myusername@mydomain.com
user-domain=mydomain.com
smtp-server=smtp.gmail.com:587/tls/user=myusername@mydomain.com
inbox-path={imap.gmail.com:993/ssl/novalidate-cert/user=myusername@mydomain.com}INBOX
incoming-folders=myusername@mydomain.com {imap.gmail.com:993/novalidate-cert/ssl/user=myusername@mydomain.com}
folder-collections=“myusername@mydomain.com” {imap.gmail.com:993/ssl/user=myusername@mydomain.com}[]
I’m still getting the “unable to validate certificate” message when viewing folders (starred) items, but it isn’t that big of a deal. The prefix and novalidate-cert probably need to be set in an additional area that I haven’t identified yet.
You must be logged in to comment on this post (damn those spammers)
