imapext-2007

view CONTENTS @ 15:d012b9a282d9

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

UW-IMAP'd extensions by yuuji