Internet Direct (Indy) Version 9.0.2 Beta
|
property OnCommandDate: TBasicEvent;
DATE is a Common NNTP Extension as described in RFC 2980. DATE is used to retrieve a one-line response from the server containing the response code followed by the GMT date and time on the server in the form YYYYMMDDhhmmss. The following example is the response for the DATE command on a server where the date and time is January 1, 2000 01:15:01pm GMT.
111 20000101131501
Applications should assign a procedure to the event handler in order to respond to the NNTP command, or the server will return the default message:
500 command not recognized