M
Mark Volkmann
Can someone point me to an example of reading email from a server
using POP and SSL?
using POP and SSL?
Mark said:Can someone point me to an example of reading email from a server
using POP and SSL?
I believe that the gmail lib uses net/https for doing its work. I don'tI *think* the ruby gmail library (see rubyforge, if it's up) does this.
---
James Britt
"The greatest obstacle to discovery is not ignorance, but the illusion
of knowledge."
- D. Boorstin
I believe that the gmail lib uses net/https for doing its work. I don't
think 1.8.x pop3 lib can do SSL (without you manually setting up the sock= et)
but the pop3 lib from CVS can. If you work at it, you can pull that into
1.8.4 and use it by renaming some things.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.