--- parser3/src/classes/mail.C 2004/02/24 11:15:58 1.101 +++ parser3/src/classes/mail.C 2004/02/24 11:26:29 1.103 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_MAIL_C="$Date: 2004/02/24 11:15:58 $"; +static const char * const IDENT_MAIL_C="$Date: 2004/02/24 11:26:29 $"; #include "pa_config_includes.h" #include "pa_vmethod_frame.h" @@ -19,9 +19,7 @@ static const char * const IDENT_MAIL_C=" #include "pa_uue.h" #include "pa_vmail.h" -#ifdef _MSC_VER -# include "smtp.h" -#endif +#include "smtp.h" // defines @@ -206,13 +204,7 @@ static void _send(Request& r, MethodPara const String* from=0; String* to=0; const String& message= - GET_SELF(r, VMail).message_hash_to_string(r, hash, 0, from, -#ifdef WIN32 - true -#else - false -#endif - , to); + GET_SELF(r, VMail).message_hash_to_string(r, hash, 0, from, to); //r.write_pass_lang(message); sendmail(r, message, from, to, soptions);