home *** CD-ROM | disk | FTP | other *** search
/ PC Loisirs 18 / cd.iso / kit / mail / pmail.exe / forms / ph / read.me < prev   
Encoding:
Text File  |  1995-04-24  |  1.7 KB  |  35 lines

  1. This directory contains the complete source code and a compiled
  2. example of a PH directory service extension for WinPMail v2.0 and
  3. later.
  4.  
  5. PH is a protocol developed at the University of Illinois which allows
  6. the retrieval of information about a system's users by sending simple
  7. textual queries. To use the PH extension, make sure that PH.FFF is in
  8. the same directory as WINPMAIL.EXE. If you have a PH server you
  9. regularly use, edit PH.FFF and change the "Form data" line to contain
  10. that server's name or IP address. Load the extension by double-clicking
  11. it in WinPMail's "Extensions" window.
  12.  
  13. Accessing PH services is easy; make sure that the host name is correct,
  14. then enter the name of the person about whom you want information. Click
  15. the "Query" button and WinPMail will attempt to establish a connection
  16. to the PH server running on the host you have named. Any matches to your
  17. request will be displayed in the result window.
  18.  
  19. To use the e-mail address of a person found this way, open a new mail
  20. message, perform the search, then double-click on the address in the
  21. result window to select it and press "Paste" to copy the result into the
  22. addressing field of the message.
  23.  
  24. Because the format of the PH directory service is not very well-defined,
  25. there is no standard set of information you can expect to see in response
  26. to a successful query - the format of the data returned depends on the
  27. way the server has been configured.
  28.  
  29. Finally, PH is not a standard service - not every system will necessarily
  30. support it, so if you get errors, or if you get no information about a
  31. person you know exists, it may mean that the host you have named is not
  32. running a PH server. Ask the system manager on the machine whether PH is
  33. supported or not.
  34.  
  35.