File: developers.rst

package info (click to toggle)
cyrus-imapd 3.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 60,540 kB
  • sloc: ansic: 280,382; perl: 146,834; javascript: 9,624; sh: 5,730; yacc: 2,660; cpp: 2,263; makefile: 2,103; lex: 675; xml: 621; awk: 303; python: 273; asm: 262
file content (37 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (22)
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