home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / adrstuff.zip / adrstuff.ifo < prev   
Text File  |  1997-01-17  |  2KB  |  45 lines

  1. Address Book utilities for MR2ICE
  2. Freeware - jt@epix.net
  3. Copyright Julian Thomas 1997
  4.  
  5.  
  6. ADRFIX.cmd:
  7.  Usage is adrfix 1|2|3 [test]  This utility manipulates an MR2ICE
  8.  address book to put the NAME field as part of the email address
  9.  in one of the forms suggested by the RFC or in common use:
  10.  1     "Joe Blow" <jb123@windy.com
  11.  2     Joe Blow <jb123@windy.com
  12.  3     jb123@windy.com (Joe Blow)
  13.  you must select one of these options
  14.  
  15.  If an entry appears to already have a name in the email address
  16.  it is not changed.
  17.  
  18.  This reads mr2i.adr as input and rewrites it (the old one is saved
  19.  as mr2iadr.bk unless the 2nd argument is test, in which case it
  20.  will read mr2i.adr and create a file named mr2inew.adr
  21.  To use:  exit mr2ice, cd to your mr2ice directory.
  22.  invoke adrfix with an argument of 1,2, or 3
  23.  Then start mr2ice and review the entries in the address book 
  24.  
  25. ADRNAMES.CMD
  26.  Usage is adrnames 0|1|2|3 [test]  This utility manipulates an MR2ICE
  27.  address book to extract a NAME from the email address
  28.  in one of the forms suggested by the RFC or in common use:
  29.  1     "Joe Blow" <jb123@windy.com
  30.  2     Joe Blow <jb123@windy.com
  31.  3     jb123@windy.com (Joe Blow)
  32.   
  33.  and reformat all names to one of these forms (0 deletes names);
  34.  you must select one of these options
  35.  
  36.  This reads mr2i.adr as input and rewrites it (the old one is saved
  37.  as mr2iadr.bk unless the 2nd argument is test, in which case it
  38.  will read mr2i.adr and create a file named mr2inew.adr
  39.  To use:  exit mr2ice, cd to your mr2ice directory.
  40.  invoke adrnames with an argument of 0, 1,2, or 3 
  41.  Then start mr2ice and review the entries in the address book
  42.  
  43.  There is some error checking, but this may barff on some ill-formed
  44.  email addresses.  Bug reports to jt@epix.net; flames to /dev/null
  45.