Hello<br><br>I&#39;m writing with regards to the net/pop3 library. I&#39;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&amp;answer=13287">http://mail.google.com/support/bin/answer.py?hl=en&amp;answer=13287</a>) I make the following function call<br>
<br>(define mp (connect-to-server &quot;<a href="http://pop.gmail.com">pop.gmail.com</a>&quot; 995))<br><br>And after thirty or so seconds, I receive the following error<br><br>regexp-match: expects type &lt;string, byte string, or input port&gt; as 2nd argument, given: #&lt;eof&gt;; other arguments were: #rx&quot;^\\+OK(.*)&quot;<br>
<br>Any ideas?<br>