The following is my "to do" list for QuickPage (not in any particular order)
----------------------------------------------------------------------------

- Implement the SNPP "SUBJect" command and use that in conjunction
  with -m to pass a message subject to the server instead of just
  shoving the subject directly into the page text on the client side.

- Change how/when the configuration file is read so it will scale well
  for 1000 or more entries.  I'd like to add the "include" keyword so
  the configuration can span multiple files.

- Add the forwarding capability from v2.0 back in.  It would be nice
  if people could use the LOGIn SNPP command to change where their
  pages are sent.

- Add support for DTMF paging.  Unfortunately there is no way to determine
  success vs. failure, and not all modems will be able to do it.

- Write a cool java interface.

- Write a cool X11 client interface.

- Add some kind of connection security on the server to allow or reject
  connections by hostname.  Linking qpage with the tcp_wrappers package
  seems like a good idea.

- Provide some mechanism for sending/canceling specific pages in the queue.

- Convert qpage source to use GNU autoconf.

- Make people so impressed that they'll send me donations, even though
  qpage will always be a free product.

