home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / nstomr2.zip / NSTOMR2.DOC < prev   
Text File  |  1997-08-16  |  5KB  |  92 lines

  1. Netscape Navigator for OS/2 address book and mail conversion to MR2ICE
  2. utilities.
  3.  
  4. Freeware by Art Heimsoth <heimsoth@doglover.com> (author)
  5. Copyright (c) Art Heimsoth 1997 - all rights reserved
  6.  
  7. No warranty is provided,  The program is provided "as-is" and you are the
  8. only one responsible if it doesn't work for you.  If this is not acceptable
  9. to you, don't use the package.  The current version can always be found
  10. from my home page at: http://members.tripod.com/~heimsoth/
  11.  
  12. The author will respond to questions and may provide updates from time to
  13. time to the files contained in this package.  You may freely distribute the
  14. package as long as all files are included in their original form and
  15. unaltered.
  16.  
  17. The files included and a description of them are:
  18.  
  19. NSA2MR2.CMD:
  20.  
  21. A REXX command file to convert a Netscape Navigator for OS/2 address book
  22. to address and group entries in the MR/2 ICE address book format.  It is
  23. assumed that NETSCAPE.EXE can be found either in the current directory, or
  24. in the PATH.  The location of NETSCAPE.EXE is also assumed to be the
  25. location of the address.htm file containing the addressbook for Netscape
  26. Navigator.  It is further assumed that MR2i.EXE can also be found in either
  27. the current directory or in the PATH.  The location of MR2i is used to find
  28. the MR/2 ICE address and group files.
  29.  
  30. The above means that this command can be executed from the Navigator/2
  31. directory, in which case the MR2i must be found via the PATH statement, or
  32. if executed from the MR2i directory, then NETSCAPE must be found via tha
  33. PATH statement.
  34.  
  35. If neither is the case, then both directories can be temporarily added to
  36. the current path using the form:
  37.   set path=%path%;[drive]:\netscape;[drive]:\mr2i;
  38. substituting the string "[drive]:\netscape;" or the string "[drive]:\mr2i;"
  39. with the drive and directory location for the respective program.
  40.  
  41. Any existing address entries will be kept in the current MR2i address book,
  42. but if an entry matches an entry from the Netscape address book, it can
  43. optionally be updated from the Netscape address information.  Only the
  44. email address part is checked to determine this condition.  If the update
  45. option is not selected, the matching entry from the Netscape address book
  46. will be skipped.
  47.  
  48. An optional parameter of test can be passed to indicate to run only in test
  49. mode, in which case the real MR2i address and group file will not be
  50. altered, but what would have been the new files will be named mr2inew.adr
  51. and mr2inew.grp instead.  If either of these files already exist, they will
  52. be replaced.
  53.  
  54. The form of the email name may optionally be selected by the parameter
  55. shown below.  The default is jb123@windy.com if no is parameter provided.
  56.    "Joe Blow" <jb123@windy.com  .. parameter = addr1
  57.    Joe Blow <jb123@windy.com    .. parameter = addr2
  58.    jb123@windy.com (Joe Blow)   .. parameter = addr3
  59. (above complements of Julian Thomas as found in his ADRSTUFF.ZIP package)
  60.  
  61. All data from the name, email name, alias, distribution list, and comment
  62. fields will be copied without change (other than the form of the email
  63. name) to the address and group files for MR2i.
  64.  
  65. NSM2MR2.CMD
  66.  
  67. A REXX command file to convert the mail information in the Netscape Mail
  68. folders to the format required by MR/2 ICE.  The MR/2 mail folders will be
  69. named to the same name they have with Netscape Navigator which is limited
  70. to 8 characters.  If the Netscape mail is on a FAT formatted partition,
  71. these names will also be all upper case names.
  72.  
  73. The mail entries will be re-indexed using the reindex program supplied as
  74. part of the MR/2 ICE distribution.  If this is not desired, run the program
  75. in test mode and then manually xcopy the files/directories from the
  76. tempmail directory to the mail directory.  This will have the same result
  77. as if running without the test parameter, except the mail folders will not
  78. be reindexed.  Note, if this option is selected, the folders will not
  79. include the mail items when displayed with MR2i and each folder will have
  80. to be reindexed with MR2i in order to get them displayed.
  81.  
  82. Oll "sent" mail will be placed into the "Out box", even tho the item
  83. may be a reply to a mail item that is in one of the other folders.  You may
  84. manually move these items to the desired folder after the Out box has been
  85. reindexed.
  86.  
  87. The single option that may be provided is to run the command in a test
  88. mode.  This will do all of the normal processing; however, the mail folders
  89. and mail items will be built into a tempmail directory tree.  This tree
  90. will include all the existing MR/2 ICE mail that is found and the folders
  91. will not be reindexed.
  92.