Hello<br><br>I'm writing with regards to the net/pop3 library. I'm attempting to use it to pull emails from my gmail account. The connection I am trying to establish is very basic. As per the GMail connection specification (<a href="http://mail.google.com/support/bin/answer.py?hl=en&answer=13287">http://mail.google.com/support/bin/answer.py?hl=en&answer=13287</a>) I make the following function call<br>
<br>(define mp (connect-to-server "<a href="http://pop.gmail.com">pop.gmail.com</a>" 995))<br><br>And after thirty or so seconds, I receive the following error<br><br>regexp-match: expects type <string, byte string, or input port> as 2nd argument, given: #<eof>; other arguments were: #rx"^\\+OK(.*)"<br>
<br>Any ideas?<br>