--- parser3/src/classes/smtp/Attic/smtp.h 2001/04/10 06:57:24 1.2 +++ parser3/src/classes/smtp/Attic/smtp.h 2002/08/01 11:26:46 1.9 @@ -1,18 +1,17 @@ /** @file Parser: SMTP sender decl. - Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - - Author: Alexander Petrosyan (http://design.ru/paf) - - $Id: smtp.h,v 1.2 2001/04/10 06:57:24 paf Exp $ + Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexandr Petrosian (http://paf.design.ru) */ -#include +static const char* IDENT_SMTP_H="$Id: smtp.h,v 1.9 2002/08/01 11:26:46 paf Exp $"; #include "pa_pool.h" #include "pa_string.h" +#include + ////////////////////////////////////////////////////////////////////////////// #define SOCKET_BUFFER_SIZE 512 @@ -26,6 +25,7 @@ ////////////////////////////////////////////////////////////////////////////// +/// SIMPLE MAIL TRANSPORT PROTOCOL Win32 realization class SMTP : public Pooled { char *in_buffer; char *out_buffer;