annotate CONTENTS @ 15:d012b9a282d9 draft default tip

READMEs changed
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 07 May 2023 13:13:36 +0900
parents ada5e610ab86
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
1 /* ========================================================================
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
2 * Copyright 1988-2006 University of Washington
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
3 *
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
4 * Licensed under the Apache License, Version 2.0 (the "License");
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
5 * you may not use this file except in compliance with the License.
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
6 * You may obtain a copy of the License at
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
7 *
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
8 * http://www.apache.org/licenses/LICENSE-2.0
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
9 *
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
10 *
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
11 * ========================================================================
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
12 */
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
13
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
14 TOOLKIT DIRECTORY CONTENTS
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
15
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
16 Documentation:
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
17 . CONTENTS this file
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
18 . LICENSE.txt software license
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
19 . NOTICE copyright notice
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
20 . README read this file first
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
21 . SUPPORT where to go to ask questions and/or report bugs
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
22 . docs/BUILD build and installation instructions
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
23 . docs/CONFIG detailed configuration notes
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
24 . docs/FAQ.html frequently asked questions and answers
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
25 . docs/FAQ.txt text version of FAQ.HTML
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
26 . docs/RELNOTES release notes
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
27 . docs/SSLBUILD build and installation instructions using SSL
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
28 . docs/Y2K information relating to Y2K issues
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
29 . docs/bugs.txt known bugs and deficiencies in this software
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
30 . docs/calendar.txt information relating to the calendar
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
31 . docs/commndmt.txt "ten commandments" on how to write a good IMAP client
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
32 . docs/draft/ Internet protocol documentation drafts
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
33 . docs/drivers.txt how various mailbox format drivers interact, and
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
34 comparable features and performance
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
35 . docs/formats.txt mailbox formats
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
36 . docs/internal.txt programming interfaces
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
37 . docs/locking.txt how file locking works
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
38 . docs/md5.txt CRAM-MD5 authentication setup instructions
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
39 . docs/mixfmt.txt specification of new mix format
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
40 . docs/naming.txt mailbox naming conventions
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
41 . docs/rfc/ Internet protocol documentation
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
42
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
43 Sources:
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
44 . Makefile master makefile for UNIX
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
45 . makefile.nt master makefile for NT/Win32
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
46 . makefile.ntk master makefile for NT/Win32 using Kerberos V
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
47 . makefile.os2 master makefile for OS/2
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
48 . makefile.w2k master makefile for Windows 2000
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
49 . makefile.wce master makefile for Windows CE
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
50 . src/ansilib pre-processed ANSI library routines
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
51 . src/c-client pre-processed c-client sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
52 . src/charset pre-processed character set conversion tables
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
53 . src/dmail pre-processed user mail delivery sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
54 . src/ipopd pre-processed POP2/POP3 daemon sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
55 . src/imapd pre-processed IMAP4rev1 daemon sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
56 . src/mailutil pre-processed mailbox utility sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
57 . src/mlock pre-processed mailbox locking sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
58 . src/mtest pre-processed c-client testbed sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
59 . src/osdep/amiga pre-processed Amiga-specific sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
60 . src/osdep/dos pre-processed DOS-specific sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
61 . src/osdep/mac pre-processed Mac-specific sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
62 . src/osdep/nt pre-processed NT-specific sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
63 . src/osdep/os2 pre-processed OS/2-specific sources (incomplete)
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
64 . src/osdep/tops-20 pre-processed TOPS-20 specific sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
65 . src/osdep/unix pre-processed UNIX-specific sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
66 . src/osdep/vms pre-processed VAX/VMS specific sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
67 . src/osdep/wce pre-processed Windows CE-specific sources (incomplete)
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
68 . src/tmail pre-processed system mail delivery sources
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
69 . tools internal tools needed as part of the build process
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
70
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
71 Directories created at build time on UNIX and NT/Win32:
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
72 . c-client post-processed c-client sources and binary
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
73 . ipopd post-processed POP2/POP3 daemon sources and binaries
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
74 . imapd post-processed IMAP4rev1 daemon sources and binaries
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
75 . mtest post-processed c-client testbed sources and binaries

yatex.org