*** Release Notes for SEE Version 3.7 ***

The seeAttachmentParams function was added to version 3.7. Use this function 
rather than using SEE_SET_ATTACH_CONTENT_TYPE and SEE_SET_ATTACH_DESCRIPTION 
in seeStringParam.

*** Using the Xbase Debugger ALTD with SEE.

In order to use the Xbase debugger along with SEE, break up SEE32.CH into 
two parts, one with just the #defines (call it SEE32-1.CH) and one with the 
function declarations (call it SEE32-2.CH). Put SEE32-2.CH as your first 
INCLUDE and SEE32-2.CH at the end of your file.

*** Release Notes for SEE Version 3.6 ***

The default delimiter used to separate email addresses and path names has 
been changed from a coma ',' to a semicolon ';'. Delimiters can still be 
changed by using  SEE_ADDRESS_DELIMITER, SEE_PATH_DELIMITER, and 
SEE_ATTACH_DELIMITER.

New functions seeSendHTML, seeEncodeUTF8 and seeDecodeUTF8 were added.

*** Release Notes for SEE4XB Version 3.5 ***

The seeSendEmail will not (normally) disconnect if the server returns an
error for a bad recipient. See the BCAST example program.

SEE_MIN_LINE_WAIT removed. Instead, use SEE_MIN_RESPONSE_WAIT.

SEE_MAX_LINE_WAIT, SEE_MAX_SMTP_WAIT, and SEE_MAX_POP_WAIT removed. Instead,
use SEE_MAX_RESPONSE_WAIT.

*** Release Notes for SEE4XB Version 3.4 ***

*** KEYCODE ***

SEE4XB requires that you pass a "key code" (32-bit integer) as the second
argument to seeAttach. Use 0 for the shareware version. For the registered
version, you will be issued a key that matches your registered DLL's, placed
in KEYCODE.CH in the APPS directory.

Error code -74 (SEE_BAD_KEY_CODE) is returned if the wrong key code is
passed.

[END]
