- Apr 01, 2004
-
-
rswindell authored
-
- Mar 31, 2004
-
-
rswindell authored
MsgBase.save_msg() now supports an optional recipient_list argument (array of header objects) to send a single message to multiple recipients (e.g. bulkmail).
-
- Dec 07, 2003
- Dec 06, 2003
-
-
rswindell authored
used to trace message origins for security reasons.
-
- Oct 28, 2003
-
-
rswindell authored
the system timezone, which handles the optional automatic toggle of the DST bit for US-zones in real-time. Previously, the DST flag would only be toggled when loading configuration files, now it will happen in real-time.
-
- Oct 19, 2003
-
-
rswindell authored
(whenever possible), for documentation purposes (jsdocs.js).
-
- Oct 02, 2003
-
-
rswindell authored
(using JS_ValueToInt32 instead of JSVAL_TO_INT).
-
- Sep 25, 2003
-
-
rswindell authored
smb_hfield_append_str() used for creating and appending ASCIIZ header fields. These functions handle the string-length calculation automatically.
-
- Sep 16, 2003
-
-
rswindell authored
hfield type specified in string (or UNKNOWN, if not found). Returns parsed number if string contains a number. smb_hfieldtype() now returns mixed-case (easier to read) versions of hfield type names.
-
- May 23, 2003
- May 19, 2003
-
-
rswindell authored
group_number, and newsgroup properties are always defined.
-
- May 06, 2003
- Apr 04, 2003
-
-
rswindell authored
leaving last_error alias for backwards compatibility.
-
- Apr 03, 2003
-
-
rswindell authored
Added more property descriptions (for dynamic JS object model docs). Fixed a few bugs exposed by jsdocs.js. Using JS_NewNumberValue for full 32-bit integer support (bitfields mostly).
-
- Apr 01, 2003
-
-
rswindell authored
-
- Mar 24, 2003
-
-
rswindell authored
-
- Mar 21, 2003
-
-
rswindell authored
user.compare_ars method in jsobjs.html.
-
rswindell authored
(faster than retrieving a complete message header).
-
rswindell authored
supports properties: to_org, replyto_org, to_agent, from_agent, and replyto_agent. Changed conversion of jsval types in parse_header_objects(). Added documentation for supported header object properties in save_msg method.
-
- Mar 11, 2003
- Mar 07, 2003
-
-
rswindell authored
The other get/put methods now return null/false correctly if no msg id/offset/number was specified.
-
- Mar 01, 2003
-
-
rswindell authored
-
- Feb 28, 2003
-
-
rswindell authored
-
- Feb 26, 2003
-
-
rswindell authored
message-IDs.
-
- Feb 24, 2003
- Dec 28, 2002
-
-
rswindell authored
parsing the header object parameter, to prevent duplicate header fields from being saved back to the message base (bug reported by Guardian Angel).
-
- Nov 30, 2002
-
-
rswindell authored
-
- Nov 08, 2002
- Nov 04, 2002
-
-
rswindell authored
put_msg_header() method now update the index record too (to/from/subj/attr).
-
- Nov 02, 2002