gambas-source-code/gb.net.smtp/README
Benoît Minisini 0665d5f720 [CONFIGURATION]
* BUG: Configuration summary should be printed correctly again.
* NEW: README file was updated.

[INTERPRETER]
* BUG: The Error information should not be lost anymore during error 
  propagation through constructors.
* NEW: Natural comparison is now always language-aware.

[GB.QT4]
* BUG: TextArea selection methods work correctly now.
* BUG: TreeView.Count and ColumnView.Count now return the number of items 
  in the view like in gb.gtk, not just the number of root items.


git-svn-id: svn://localhost/gambas/trunk@2643 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-01-27 03:28:06 +00:00

19 lines
396 B
Text

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.