home *** CD-ROM | disk | FTP | other *** search
/ Using the Internet / 21003.iso / email / PEGASUS / WINPM222.ZIP / WINPMAIL.ZIP / FORMS / READ.ME < prev    next >
Text File  |  1995-11-03  |  2KB  |  47 lines

  1. WinPMail 2.0 Extensions
  2.  
  3. This directory contains several sample extensions you can use with WinPMail
  4. version 2.0 and later. All the samples are provided both as executables and 
  5. with complete source code. Each extension's DLL and source code are located 
  6. in a matched subdirectory of this directory. This directory also contains 
  7. the header file necessary when writing extensions, and a document called 
  8. WPMFORMS.TXT which describes the development process. The following sample
  9. extensions are provided:
  10.  
  11.    FINGER   - Implements the unix "finger" protocol for user lookup
  12.    PH       - Implements the Internet "PH" (or QI) address lookup protocol
  13.    TPHONE   - A simple telephone message form
  14.    MAILMRGE - A mail merge facility for boilerplating mass mailings
  15.    LOG      - A simple extension showing how logging events work.
  16.  
  17.  
  18. Using the sample binary extensions
  19.  
  20. Assuming you have used a default installation of WinPMail (namely you 
  21. have unpacked WINPMAIL.ZIP using the -d flag to PKUNZIP), the extensions 
  22. which ship with WinPMail v2.0 can be used simply by issuing the command:
  23.  
  24.      COPY *.FFF ..
  25.  
  26. This will copy the form definition files into the WinPMail base directory 
  27. where they will be found the next time you run WinPMail. The definition 
  28. files have been designed to be as general as possible and the only 
  29. modifications they require are optional default strings (see each file for 
  30. information about what can be defaulted).
  31.  
  32. Extensions are accessed in WinPMail by selecting "Extensions" from the file 
  33. menu. This will open the Extensions Manager with a list of the extensions 
  34. found at startup.
  35.  
  36.  
  37. Compiling the sample extensions
  38.  
  39. The extensions supplied with WinPMail 2.0 were written using Borland C++ 
  40. v3.1, although they can be compiled using later versions as well simply by 
  41. loading the .PRJ project file. They should compile without warnings or 
  42. errors provided you adjust the location of the file BWCC.LIB which appears 
  43. in the project list (the easiest way to adjust the location is to remove 
  44. the entry from the project and re-add it). They are reasonably well-
  45. commented and should serve as a practical basis for your own extensions.
  46.  
  47.