
                      Here's short description of files:

Main directory:
===============
server/        - Server sources     
client/        - Client sources     
gsm-1.0-pl10/  - GSM library

Makefile     - Main makefile, runs Makefiles in client and server directories
TODO         - The TODO list (not really updated)
config.in    - Included by Makefiles, defines global/machine-dependend stuff
config.prog  - Version and program name


server/ directory:
==================
CVS/         - Versioning system (never mind)
Makefile     - Rules for building server
client.cpp   - Main code for server test prog.
client.h     - It's include file
clnt2srv.cpp - Main processing in server test prog. (user input and server
               responses).
defs.h       - Global server/client definitions
messages.h   - Strings sent by server
server.cpp   - Main code for server itself
server.h     - Misc server definitions
srv2clnt.cpp - Process commands sent by client and respond
util.cpp     - Misc useful functions
util.h       - Their definitions
vels/        - Example for user's mail directory



client/ directory:
==================
*.dlg        - Dialog files for dlgedit (never mind)
*DlgData.cpp - Automaticly generated by dlgedit
*DlgData.h   - Automaticly generated by dlgedit
qMainDlg.cpp - Main window
qMainDlg.h
qPlayDlg.cpp - Dialog for playing received message
qPlayDlg.h
qRecDlg.cpp  - Dialog for recording message and sedning mail
qRecDlg.h
qSetupDlg.cpp - Dialog to adjust program settings
qSetupDlg.h

IRIX_audio.cpp    - SGI implementation of AudioDevice
LINUX_audio.cpp   - Linux   ---//----
SOLARIS_audio.cpp - Solaris ---//---
machine_audio.h   - Declaration of AudioDevice object
main.cpp          - Main entrance

