6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: +OK POP3 clie...
FromSent OnAttachments
Alain NAKACHEAug 24, 2003 11:26 am 
Sam VarshavchikAug 24, 2003 11:38 am 
Alain NAKACHEAug 24, 2003 3:51 pm 
Sam VarshavchikAug 24, 2003 6:35 pm 
Alain NAKACHEAug 25, 2003 7:58 am 
Alain NAKACHEAug 25, 2003 8:05 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: +OK POP3 clients that break here, they violate STD53Actions...
From:Alain NAKACHE (anak@alinto.net)
Date:Aug 25, 2003 8:05:50 pm
List:net.sourceforge.lists.courier-users

At 20:37 24/08/03, Sam Varshavchik wrote:

Alain NAKACHE writes:

« HTML content follows » Hi all, when POP3 LIST command is sent without argument, courier POP3 server (courier-imap 1.7.3) returns : +OK POP3 clients that break here, they violate STD53 I found this message is generated in do_list() function (imap/pop2dserver.c:525) if msgnum is NULL.

I want to understand why because in STD 53 I can read :

Because some old POP3 clients expect the +OK in response to a LIST to contain the message count.

I disagree because this message is systematically returned when LIST is sent without argument which is legal (checking in the source confirm that).

This message is explicit, it says :

"if LIST doesn't have argument then report that client violate STD53"