
/* History:
**   1.0   Very first release
**   1.1   Major Enhancements!
**         New code to allow user to program their own ppp
**         connection string!
**         Added variables for use in connection string.
**         Fixed dumb bug of not allowing typing into ID field.
**         Also added predefined templates for building connect 
**         strings to attach to compuserve (ppp) and Spry.
**         Added new command line args -noshow and -ex
**         Stopped sharing password with IBM software.
**   1.2   Window list now tells what dialip is doing when it is 
**         not showing.
**         Can autostart a program upon connection.
**         Updated get mail to use and index and name new mail:
**         mail_path\emINDEX.msg
**   1.3   Major Enhancements!
** 1996/12 Added: Higher priority to connection so it will work    
**                better (I was starting to not connect at night 
**                presumably when they were busier),
**                Do Not Hang Up If check for and find Mail (this
**                is so you can normally use the -hu flag so it
**                will normally hangup, unless it finds mail, 
**                then it will stay connected),
**                Manual mode connection, Inactivity Timeout,
**                MRU size, Flow Control flag.
**         Fixed: 1.2 might have hung up if you tried to start a 
**                2nd one when another was already connected.
**                Does not tie up program while dialing.  You can
**                tell it to hang up or exit if you change your mind.
**   1.4   Major Enhancements!
** 1997/02/27 
**
**   1.4a   Fix:  1.4 blows out after retrieving mail.
** 1997/03/23
**                
**   1.4f   Fix:  1.4e Blows out after hitting 'Build Connection String'
**  1997/04/30  when creating a new id because you did not 'Load Settings'
**                  SInce I was not creating new id.s I did not notice it.
**                  Tried to make dates appear blank in notify window if they
**                   Don't exist.
**                  Added 'Program to run on each email' to pop id window.
**                  Look in modem init strings.  If already has a \\ then do not
**                  convert, else convert \ to \\ to help user.
**                  Let Forward To field scroll.
**                  For -sm option now use sendmail -q instead of mailq.exe
**                  I think mailq.exe was forcing all mail to go to ISP mail
**                  server whereas sendmail -q will route mail on local lan
**                  first if applicable.
**                  Included example rexx programs for starting dialip and
**                  for showing how to use 'Program to run on each email'.
*/


