TODO

Short list of features that would be nice to add (patches are welcome
and encouraged!):

  o Implement Timeouts for responses.  In a few limited cases, Poppy
    may not receive a valid response and it will just sit there waiting
    until it recieves one (which means forever).  Timing out would be 
    better.

  o When displaying the message body, it would be nice to have poppy
    only display the full headers if the user used the "-l" option.

Please send bug reports or patches to: cbagwell@sprynet.com

Known Bugs:

  o poppy uses the system call function to call the unix "stty" program
    to turn off echoing of input so that passwords will not be displayed.
    Windows does not have this program and harmless error will be displayed
    during entry of passwords. 
  o When using the perl2exe program to create executables of poppy under
    Windows it give an error message about the system() functions.
    Since the system calls do not work properly under windows, simply
    delete this lines before running perl2exe.
  o Searching for a server and using a number in the name will fail.
    To fix this, search for another piece of server name that doesn't
    have a number.  For example, in mailhost10.isp.com try running
    "poppy isp".
