gambas-source-code/gb.net.smtp
Benoît Minisini 5ab6741683 [GB.NET.SMTP]
* NEW: The old SmtpClient class has been renamed to "_SmtpClass", so that 
  it is hidden.
* NEW: Add a gambas part to the component that implements the real 
  SmtpClass, by adding to _SmtpClass support for encryption (TLS or SSL).


git-svn-id: svn://localhost/gambas/trunk@2866 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-04-06 21:09:59 +00:00
..
src [GB.NET.SMTP] 2010-04-06 21:09:59 +00:00
acinclude.m4
AUTHORS
ChangeLog
component.am
configure.ac
COPYING
gambas.h
gb_common.h
INSTALL
install-sh [CONFIGURATION] 2010-03-10 00:14:54 +00:00
ltmain.sh
m4
Makefile.am
missing [CONFIGURATION] 2010-03-10 00:14:54 +00:00
NEWS
README [CONFIGURATION] 2010-01-27 03:28:06 +00:00
reconf

This component is based on the source code of libsmtp,
made by Kevin Read <obsidian@berlios.de> in 2002.

This library is available under the GNU Lesser Public License 

It seems that the author of this library does not maintain
it anymore. 
 
I modified it and fixed many bugs to make it work correctly.

If you want the origianl, you can find it at:
http://libsmtp.berlios.de/

--
Benoît.