StartPMM V0.1 31.01.2003
-----------------------
What it does:
This little program starts PMMail/2 if you click on a "mailto" link 
in Mozilla/2. 
I wrote it because a rexx script would always open a VIO window ;-)


Requirements:
Mozilla/2 (It probably doesn't work with 1.0x!!)
PMmail/2
emx runtime


Installation:
1) Unzip the files (you've already done this!)
2) Copy the files into a directory of your choice.
3) Edit the directory statement in startpmm.conf.
4) Exit mozilla.exe, if it is running.
5) Edit prefs.js in the profile directory as follows:
   
   user_pref("applications.mailto", "D:\\StartPMM\\StartPMM.exe");
   user_pref("applications.mailto.parameters", "\"%url%\"");
   user_pref("network.protocol-handler.external.mailto", true);
   
   Where "D:\\StartPMM\\StartPMM.exe" is the complete path to 
   StartPMM.exe .


Use:
1) Just click on mailto links within mozilla.
IMPORTANT:If you have more than one account in PMMail/2, always remember
that PMMail/2 uses the default account if it hasn't already been started
and the active account if it has been.


Known bugs:


How to compile:
You will need emx 0.9d to compile this little program. 


Feedback and contact:
Bug reports, suggestions or any other kind of feedback are always welcome!
Email: info <at> bogiatzoules <dot> de

Thanks go to:
Gregory L. Marx for asking me to do it.
Tobias Huerlimann, author of pmmpgp, for the inspiration in coding.
Simon Gronlund, for his comments on my source code.



Licence :

I release StartPMM under the terms of the BSD licence:
==========================================================================
Copyright 2003, Dimitrios Bogiatzoules. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
==========================================================================
