gambas-source-code/gb.net.smtp
Benoît Minisini eba1d9c405 [DEVELOPMENT ENVIRONMENT]
* OPT: Cache the welcome Gambas SVG logo in an image for faster redrawing.
* NEW: Start defining new control hidden properties in all components: 
  _IsControl, _Group, _Family, _IsVirtual, _IsContainer, _IsMultiContainer.

[EXAMPLES]
* NEW: Use new Paint methods in the Painting example.

[INTERPRETER]
* BUG: Instr() and RInstr() correctly handle non-ASCII characters.

[GB.DRAW]
* NEW: Support for Paint.RichText and Paint.RichTextExtents.

[GB.GTK]
* BUG: Rich text relative font sizes are now correctly handled.
* NEW: Implement Paint.RichText and Paint.RichTextExtents.

[GB.QT4]
* NEW: Implement Paint.RichText and Paint.RichTextExtents.


git-svn-id: svn://localhost/gambas/trunk@2698 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-14 01:16:27 +00:00
..
src [DEVELOPMENT ENVIRONMENT] 2010-02-14 01:16:27 +00:00
acinclude.m4
AUTHORS
ChangeLog
component.am
configure.ac [CONFIGURATION] 2009-08-16 22:07:48 +00:00
COPYING [GB.NET.SMTP] 2009-11-22 19:09:32 +00:00
gambas.h
gb_common.h
INSTALL
ltmain.sh
m4 [CONFIGURATION] 2009-08-16 22:51:28 +00:00
Makefile.am [CONFIGURATION] 2009-08-16 22:07:48 +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.