home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rexxvim.zip / README.1ST < prev    next >
Text File  |  1994-07-18  |  2KB  |  67 lines

  1. VIM Toolkit for Rexx
  2. *** BETA (07/15/94) ***
  3.  
  4. This application provides extensions to Rexx to provide access to 
  5. Vendor Independent Message (VIM) enabled mail systems.  
  6.  
  7. The files should be installed in a REXXVIM subdirectory.
  8.  
  9. The package includes a help file that uses the OS/2 Help System.
  10. To load the help file:
  11.  
  12.        VIEW REXXVIM
  13.  
  14. This application is currently in beta.  Innovative Business Technologies,
  15. Inc.  makes no warranty of the usability or reliability of this 
  16. application.  By using this application, you agree to accept all
  17. liability for its use, and hold IBT harmless.
  18.  
  19. The help file includes information on submitting bug reports, and for
  20. obtaining future versions of this application.
  21.  
  22. Changes since the first beta release:
  23.  
  24. 7/15/94 Beta
  25. ------------
  26.  
  27. This is the final beta version.  All functions that are defined in the
  28. VIM specification are now implemented.  The product is scheduled to be
  29. released in mid-August.  Please send any bug reports or suggestions
  30. to our CompuServe id:  74563,1530.
  31.  
  32. The RxVIMGetEntity function has been changed to return the values as
  33. named entries off of the stem variable.  If the stem variable is
  34. called Entity, the results will be returned in:
  35.  
  36.      Entity.Type
  37.      Entity.Name
  38.      Entity.AddressBook
  39.  
  40.  
  41. 7/08/94 Beta
  42. ------------
  43.  
  44. Adds support for the message container functions.  This allows message
  45. containers (like the Inbox, or folders) to be opened and investigated.
  46. This version includes a new example program, MSGCONT.cmd that demos
  47. the message container functions.
  48.  
  49. The name of the package has been changed from "VIM Toolkit for Rexx" to
  50. RexxVIM.  The name change is to eliminate any confusion with the "Lotus
  51. VIM Developer's Toolkit".
  52.  
  53.  
  54. 6/24/94 Beta
  55. ------------
  56.  
  57. Adds support for pointers on most of the functions.  This allows multiple
  58. sessions, messages, containers, and addressbooks to be open concurrently.
  59.  
  60.  
  61. 6/15/94 Beta
  62. ------------
  63.  
  64. Provide support for two of the five functional areas of the VIM specification.
  65. Current version will support session management and message creation and
  66. submission only.
  67.