File: developers.rst.txt

package info (click to toggle)
cyrus-imapd 3.6.1-4%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 80,688 kB
  • sloc: ansic: 255,928; perl: 97,730; javascript: 9,266; sh: 5,537; yacc: 2,651; cpp: 2,128; makefile: 2,099; lex: 660; xml: 621; python: 388; awk: 303; asm: 262
file content (37 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
==========
Developers
==========


.. toctree::
    :maxdepth: 2

    contribute
    Contribute docs <imap/developer/documentation>
    Contribute code and tests <imap/developer>
    Cyrus.Works <imap/developer/cyrusworks>

Cyrus Internals
===============

These documents are intended for persons interested in contributing to
the Cyrus IMAP development effort, or for those interested in lower-
level details about how Cyrus is implemented.

.. toctree::
    :maxdepth: 2
    :glob:

    Cyrus APIs <imap/developer/API>
    Thoughts & Notes <imap/developer/thoughts>
    Guidance for Developers <imap/developer/guidance>

This :download:`diagram <imap/developer/images/master-state-machine.svg>` shows
the Master State Machine.

Unit Tests
==========

.. toctree::

    imap/developer/unit-tests