addrutil.c	
addrutil.h	

Miscellaneous fns for dealing with ADDRESSes (as 
defined in Client/mail.c

-----------------------------
filebrowser.c	
filebrowser.h	

Creates a file browser and gets a filename.  Incomplete.

-----------------------------
modal.c		
modal.h		

Creates modal dialog boxes

-----------------------------
ximap.c
ximap.h

Main module.  main() and everything of which there is
only one per mail session.

-----------------------------
browserutil.c	
browserutil.h	

Functions dealing with the Browser widget, and display
of mailbox in same.

-----------------------------
imapfncs.c	
imapfncs.h	

Functions which each application is required to define 
by the c-client.  See Internals.DOC for more info.

-----------------------------
readwin.c
readwin.h

Associates a list of MessageNodes with a readwindow.  
Creates readwindow and pops up window.

-----------------------------
buttons.c	
buttons.h	

Creates buttons and menus from information
contained in ButtonStruct.

-----------------------------
login.c		
login.h

Creates login widget, gets password if we're not doing 
rimapd.  It's a total hack.

-----------------------------
mboxlist.c	
mboxlist.h

Reads .mailboxlist to get a list of mailboxes.  Used to select which
mailbox to open.

Should be an interface to subscribe/unsubscribe/findmailboxes.

-----------------------------
search.c
search.h

Gets information from user to perform a search of the mailbox.

-----------------------------
mailbox.c	
mailbox.h

Functions dealing with the mailbox as a whole.

-----------------------------
message.c	
message.h

Some stuff which deals with individual messages.

-----------------------------
textutil.c
textutil.h

Things for text.  Some convenience fns for 
the AsciiText widget.

-----------------------------
compose.c	
compose.h

Creates window for composing messages.

-----------------------------
mailcap.c	
mailcap.h

Parses mailcap file to get information used to display
MIME body parts.

-----------------------------
mime.c		
mime.h		

Creates window to get type information
when you are attaching a body part to a message.
Should be the central location for anything MIME related 
but it isn't yet.

-----------------------------
util.c
util.h

Miscellaneous stuff.

-----------------------------
globals.h	Some global #defines
resources.h	Some #defines of strings used in the ximap resources
structures.h    All the structures which aren't in the appropriate
                header files are here.
