Hi Abhijit, still, we learn... :-) >> >> The complete answer goes into ONE Response (concatenated) > >This isn't required. Multiple untagged FETCH responses are a valid way >to satisfy a single FETCH request.
Agreed. Will "bad clients" cope with that? ;-) >> the answer for the body.peek is a quoted string (length given before >> the actual content). >Minor nit: it's an nstring, which can be either quoted (no length), or >a literal string (with a length, as you show in your example). I think >most servers send a literal or perhaps NIL, though. Yes, in a way: In this case, it's an answer to "Header Fields", which include CRLF. Thus, it MUST be a literal string (sorry, I was using the wrong term). Even so, for using a quoted string, the Doublequotes would be missing... As said before, we learn - me too.. :-) Christof
