chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Felix
Subject: Re: [Chicken-users] POP3 egg: issue and possible fix.
Date: Tue, 28 May 2013 11:31:24 +0200 (CEST)

From: Geoffrey <address@hidden>
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 proc fails:
>     (match (string-match "(\\+OK|\\-ERR) (.*)" ln)
> 
> I changed it (somewhat inexpertly) to:
>     (match (string-match "(\\+OK|\\-ERR) *(.*)" ln)
> 
> and it works.
> 

Thanks a lot. I applied the fix, see pop3 1.5.


cheers,
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]