* Deactivate some color code from Pico (as standalone editor) until
[alpine.git] / imap / CONTENTS
blob741ef22ce8a969530556909d55cad28ea427c36b
1 ========================================================================
2 Copyright 2008-2010 Mark Crispin
3 ========================================================================
5 Previous versions of this file were:
7 Copyright 1988-2006 University of Washington
9 Licensed under the Apache License, Version 2.0 (the "License");
10 you may not use this file except in compliance with the License.
11 You may obtain a copy of the License at
13     http://www.apache.org/licenses/LICENSE-2.0
17                           TOOLKIT DIRECTORY CONTENTS
19 Documentation:
20  . CONTENTS             this file
21  . LICENSE              software license
22  . NOTICE               copyright notice
23  . README               read this file first
24  . docs/BUILD           build and installation instructions
25  . docs/CONFIG          detailed configuration notes
26  . docs/FAQ.html        frequently asked questions and answers
27  . docs/FAQ.txt         text version of FAQ.HTML
28  . docs/RELNOTES        release notes
29  . docs/SSLBUILD        build and installation instructions using SSL
30  . docs/Y2K             information relating to Y2K issues
31  . docs/bugs.txt        known bugs and deficiencies in this software
32  . docs/calendar.txt    information relating to the calendar
33  . docs/commndmt.txt    "ten commandments" on how to write a good IMAP client
34  . docs/draft/          Internet protocol documentation drafts
35  . docs/drivers.txt     how various mailbox format drivers interact, and
36                          comparable features and performance
37  . docs/formats.txt     mailbox formats
38  . docs/internal.txt    programming interfaces
39  . docs/locking.txt     how file locking works
40  . docs/md5.txt         CRAM-MD5 authentication setup instructions
41  . docs/mixfmt.txt      specification of new mix format
42  . docs/naming.txt      mailbox naming conventions
43  . docs/rfc/            Internet protocol documentation
45 Sources:
46  . Makefile             master makefile for UNIX
47  . makefile.nt          master makefile for NT/Win32
48  . makefile.ntk         master makefile for NT/Win32 using Kerberos V
49  . makefile.os2         master makefile for OS/2
50  . makefile.w2k         master makefile for Windows 2000
51  . makefile.wce         master makefile for Windows CE
52  . src/ansilib          pre-processed ANSI library routines
53  . src/c-client         pre-processed c-client sources
54  . src/charset          pre-processed character set conversion tables
55  . src/dmail            pre-processed user mail delivery sources
56  . src/ipopd            pre-processed POP2/POP3 daemon sources
57  . src/imapd            pre-processed IMAP4rev1 daemon sources
58  . src/mailutil         pre-processed mailbox utility sources
59  . src/mlock            pre-processed mailbox locking sources
60  . src/mtest            pre-processed c-client testbed sources
61  . src/osdep/amiga      pre-processed Amiga-specific sources
62  . src/osdep/dos        pre-processed DOS-specific sources
63  . src/osdep/mac        pre-processed Mac-specific sources
64  . src/osdep/nt         pre-processed NT-specific sources
65  . src/osdep/os2        pre-processed OS/2-specific sources (incomplete)
66  . src/osdep/tops-20    pre-processed TOPS-20 specific sources
67  . src/osdep/unix       pre-processed UNIX-specific sources
68  . src/osdep/vms        pre-processed VAX/VMS specific sources
69  . src/osdep/wce        pre-processed Windows CE-specific sources (incomplete)
70  . src/tmail            pre-processed system mail delivery sources
71  . tools                internal tools needed as part of the build process
73 Directories created at build time on UNIX and NT/Win32:
74  . c-client             post-processed c-client sources and binary
75  . ipopd                post-processed POP2/POP3 daemon sources and binaries
76  . imapd                post-processed IMAP4rev1 daemon sources and binaries
77  . mtest                post-processed c-client testbed sources and binaries