summaryrefslogtreecommitdiff
path: root/docs/source/index.rst
blob: f043c054a34516cefd991a27a9535d13db0ce7bd (plain)
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
38
39
40
41
42
43
44
.. memoryhole documentation master file, created by
   sphinx-quickstart on Thu Jul  7 14:53:06 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

memoryhole
======================================

memoryhole is a library that sends email metadata down the memory hole.

Quickstart guide
-----------------

To protect a message::

  protect(msg)

To unprotect::

  unwrap(msg)

Options
--------

You can pass some options to the public api::

  opts = Options(blah)


Contents
--------

.. toctree::
   :maxdepth: 2



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`