AWeb to Thor Event Mail Plugin Version 1.4 
By L. E. Wulff, 18 FEB 97

Here it is, yet another Arexx AWeb Mail Plugin Program.

This plugin is based on 

      Shaun Downend's AWebMailTo.thor V1.33 29/07/96

which in turn is based on

      Troels Walsted Hansen's SendMail.thor V1.10 27/12/95

You are probably asking yourself "So what does this incarnation 
of the program do for me?"

Well, other than removing lots of comments, removing the error 
checking codes, and renaming a few of the variables this program 
does not call an editor. Instead it opens a new window in AWeb, 
with a fill out mail form on it. Of course you can still click on 
the "E" in the text area, and use your text editor.

This archive contains:

    Readme                 This file
 ThorMail directory
    MailWindow.rexx        The program that opens the mail window
    Thor.rexx              The program that writes the THOR event

Installation:

Several assumptions are being made here. AWeb, Thor, and ARexx 
are installed and ARexx is running

1) Put the ThorMail directory in the AWeb plugin directory.

2) Set the AWeb Network programs mailto to the MailWindow.rexx 
program using %e OR %s "DEPENDING ON THE VERSION OF AWEB". For 
example in AWeb-II

       AWeb-II:Plugins/ThorMail/MailWindow.rexx %e

3) Make sure that the command setting invokes the Arexx rx 
command. For example in AWeb-II

       Sys:rexxc/rx

4) If any changes are made to the directory structure or names, 
make sure that line 17 in MailWindow.rexx has the correct path to  
the Thor.rexx program.

5) In the Thor.rexx program enter your mail system name in Line 7 
and your mail conference in line 8.

That should be about it. When a mailto url is clicked the mail 
window should show up. When the submit button is hit, a Thor 
event should be written. Don't forget to close the window when 
finished. Make sure the To and Subject lines have something in
them, or the event will not be saved properly.

If Line 30 in the MailWindow.rexx program, if the "new" is 
changed to "open" then Aweb will load the mail form into the 
current active window. Don't know if that is of any use to 
anyone.

As usual, you use this program at your own risk. The author is 
not responsible if this program trashes your computer.

Please direct any comments to:

     lwulff@ptialaska.net

