[Gambas-devel-svn] SF.net SVN: gambas: [446] 2.0/trunk/gb.net.smtp/src
Brought to you by:
gambas
From: <ga...@us...> - 2007-07-16 23:45:38
|
Revision: 446 http://svn.sourceforge.net/gambas/?rev=446&view=rev Author: gambas Date: 2007-07-16 16:45:41 -0700 (Mon, 16 Jul 2007) Log Message: ----------- [GB.NET.SMTP] * BUG: The library now sends CR+LF end of lines, and not just CR, as specified in the SMTP RFC. Windows SMTP servers prefer. :-) * BUG: Fixed a memory leak. * NEW: The SMTP error code is now inserted in the error message returned by the library. Modified Paths: -------------- 2.0/trunk/gb.net.smtp/src/CSmtpClient.c 2.0/trunk/gb.net.smtp/src/libsmtp.h 2.0/trunk/gb.net.smtp/src/libsmtp_comm.c 2.0/trunk/gb.net.smtp/src/libsmtp_connection.c 2.0/trunk/gb.net.smtp/src/libsmtp_error.c 2.0/trunk/gb.net.smtp/src/parts.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |