Checking Gmail POP+SSL with Ruby 1.8.6 in 10 minutes or less.
I needed to check Gmail via POP + SSL and didn’t want to use Ruby 1.9, what did I do?
Step 1: Install the latest version of stunnel
Step 2: Put the contents of the stunnel config file you see below some place convenient like ~/gmail-pop-stunnel.conf
foreground = yes client […]