gambas-source-code/main/share
Benoît Minisini 3ba6513b6d [INTERPRETER]
* BUG: Fix the enumeration API. GB.ListEnum() has been replaced by 
  GB.BeginEnum() and GB.EndEnum(), that save the state of the internal
  current enumeration.

[GB.MIME]
* BUG: Raise an error when the MimeMessage constructor fails while parsing
  a message.

[GB.NET.POP3]
* BUG: _Pop3Client_Message must not inherit MimeMessage.
* NEW: _Pop3Client_Message has a new Message property that returns the 
  decoded MimeMessage.
* NEW: _Pop3Client_Message has a new Deleted property that returns if the
  message has been deleted.
* NEW: _Pop3Client_Message has a new Id property that returns the 
  message id, which is its index plus one.
* NEW: _Pop3Client_Message has a new Index property that returns the 
  message index, which is its id minus one.
* BUG: Hides protocol dependent routines.
* NEW: The error returned by the Pop3 client is directly used for the error 
  message.
* OPT: Remove duplicated code in TCPClient and SSLCLient. Centralize it in 
  the PopClient parent class.
* BUG: Fix the single line response reading of SSLClient.
* BUG: Fix the multiple line response reading of SSLClient and TCPClient.
* BUG: Do not display password on the standard error in debugging mode, but 
  eight "*" characters instead.
* NEW: Many methods do not return a boolean status, but raise an error 
  instead.
* BUG: Methods that return their result as a boolean status now return TRUE
  if they fail, not if they succeed (this is the Gambas convention).
* BUG: Fix the Pop3CLient.List() method.
* NEW: Rename the Pop3Client UniqueId() method as ListUniqueId().
* BUG: Fix the Pop3Client.ListUniqueId() method.


git-svn-id: svn://localhost/gambas/trunk@5134 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-09-06 16:20:54 +00:00
..
gambas.h [INTERPRETER] 2012-09-06 16:20:54 +00:00
gb_alloc.h [DEVELOPMENT ENVIRONMENT] 2012-03-01 11:42:28 +00:00
gb_alloc_temp.h [INTERPRETER] 2012-02-26 23:07:14 +00:00
gb_arch.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_arch_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_array.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_array_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_buffer.h [DEVELOPMENT ENVIRONMENT] 2012-03-18 13:14:17 +00:00
gb_buffer_temp.h [DEVELOPMENT ENVIRONMENT] 2012-03-18 13:14:17 +00:00
gb_class_desc_common.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_code.h [INTERPRETER] 2012-07-08 23:23:24 +00:00
gb_code_temp.h [INTERPRETER] 2012-07-08 23:23:24 +00:00
gb_common.h [DEVELOPMENT ENVIRONMENT] 2012-05-05 00:39:43 +00:00
gb_common_buffer.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_common_buffer_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_common_case.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_common_case_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_common_string.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_common_string_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_common_swap.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_common_swap_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_component.h [INTERPRETER] 2012-08-25 15:13:39 +00:00
gb_error_common.h [DEVELOPMENT ENVIRONMENT] 2012-05-19 02:55:05 +00:00
gb_file_share.h [DEVELOPMENT ENVIRONMENT] 2012-01-31 02:33:01 +00:00
gb_file_temp.h [INTERPRETER] 2012-03-14 02:11:36 +00:00
gb_hash.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_hash_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_limit.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_list.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_list_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_magic.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_pcode.h [INTERPRETER] 2012-07-08 23:23:24 +00:00
gb_pcode_temp.h [INTERPRETER] 2012-07-08 23:23:24 +00:00
gb_replace.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_replace_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_reserved.h [DEVELOPMENT ENVIRONMENT] 2012-05-21 01:09:35 +00:00
gb_reserved_keyword.h [DEVELOPMENT ENVIRONMENT] 2012-05-23 18:59:30 +00:00
gb_reserved_temp.h [DEVELOPMENT ENVIRONMENT] 2012-05-21 01:09:35 +00:00
gb_table.h [DEVELOPMENT ENVIRONMENT] 2012-09-04 07:29:39 +00:00
gb_table_temp.h [DEVELOPMENT ENVIRONMENT] 2012-09-04 07:29:39 +00:00
gb_type_common.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gbc_read_common.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gbc_trans_common.h [DEVELOPMENT ENVIRONMENT] 2012-09-04 07:29:39 +00:00
gbx_subr_common.h [INTERPRETER] 2012-07-08 14:35:58 +00:00
Makefile.am * 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