Re: [Chicken-users] POP3 egg: issue and possible fix.

2013-05-28 Thread Felix
From: Geoffrey lordgeoff...@optusnet.com.au Subject: [Chicken-users] POP3 egg: issue and possible fix. Date: Sat, 25 May 2013 15:13:35 +1000 The commercial mail server i connect to sends a simple +OK after a USER. It doesn't have any trailing characters, so this match from the pop3.scm fetch

[Chicken-users] POP3 egg: issue and possible fix.

2013-05-24 Thread Geoffrey
The commercial mail server i connect to sends a simple +OK after a USER. It doesn't have any trailing characters, so this match from the pop3.scm fetch proc fails: (match (string-match (\\+OK|\\-ERR) (.*) ln) I changed it (somewhat inexpertly) to: (match (string-match (\\+OK|\\-ERR)