gambas-source-code/gb.net.smtp/src
Benoît Minisini 9343dd059d [DEVELOPMENT ENVIRONMENT]
* BUG: Shift+Delete now works correctly in the editor. It does not cut an 
  extra character anymore.
* BUG: The selected control name on top of the property sheet is now 
  correctly displayed.

[EXAMPLES]
* NEW: The AnalogWatch example now displays the time.

[GB.GTK]
* BUG: The Form.Load() method works correctly now.
* BUG: Draw.Begin() and DrawingArea Draw event correctly initialize the 
  background and foreground colors now.

[GB.NET.CURL]
* BUG: Fix some bad uses of interpreter API.

[GB.NET.SMTP]
* BUG: Fix some bugs in quoted-printable encoding and the sending of body 
  data.
* BUG: Apparently, a point at the beginning of a quoted-printable line is
  not allowed. So encode the point in that specific case.

[GB.QT]
* BUG: DrawingArea whose Background property has been changed does not 
  flicker anymore.


git-svn-id: svn://localhost/gambas/trunk@1425 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-06-20 18:14:02 +00:00
..
base64.c [CONFIGURATION] 2008-02-02 10:54:13 +00:00
comm.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
CSmtpClient.c [DEVELOPMENT ENVIRONMENT] 2008-06-11 10:44:50 +00:00
CSmtpClient.h [DEVELOPMENT ENVIRONMENT] 2008-06-11 10:44:50 +00:00
gb.net.smtp.component * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
libsmtp.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
libsmtp_comm.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
libsmtp_connection.c [DEVELOPMENT ENVIRONMENT] 2008-06-11 10:44:50 +00:00
libsmtp_data.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
libsmtp_error.c [DEVELOPMENT ENVIRONMENT] 2008-06-11 10:44:50 +00:00
libsmtp_mime.h [DEVELOPMENT ENVIRONMENT] 2008-04-21 23:15:48 +00:00
main.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
main.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
Makefile.am [INTERPRETER] 2008-03-19 23:50:34 +00:00
parts.c [DEVELOPMENT ENVIRONMENT] 2008-04-21 23:15:48 +00:00
quoted.c [DEVELOPMENT ENVIRONMENT] 2008-06-20 18:14:02 +00:00