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.
|