gambas-source-code/gb.net.smtp
Benoît Minisini b3db598050 [DEVELOPMENT ENVIRONMENT]
* BUG: Breakpoints are correctly reset when opening a new project.

[INTERPRETER]
* BUG: The GB.NewString(), GB.NewZeroString() and GB.TempString() API 
  signature has changed. All components have been updated accordingly.
* OPT: Many optimizations to speed up the interpreter.

[GB.EVAL]
* NEW: During syntax highlighting, the first character of class names is
  automatically converted to uppercase.


git-svn-id: svn://localhost/gambas/trunk@2992 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-06-04 23:48:53 +00:00
..
src [DEVELOPMENT ENVIRONMENT] 2010-06-04 23:48:53 +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.