mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 02:09:17 +02:00
39 lines
901 B
ReStructuredText
39 lines
901 B
ReStructuredText
deltachat: e-mail messaging/chatting API / deltachat-core C lib bindings
|
|
========================================================================
|
|
|
|
.. include:: links.rst
|
|
|
|
The deltachat library provides interfaces into the core
|
|
C-library for https://delta.chat:
|
|
|
|
- **low level bindings to deltachat-core**: ``deltachat.capi.lib`` exposes
|
|
a CFFI-interface to the `deltachat-core C-API <https://deltachat.github.io/api/index.html>`.
|
|
|
|
- **higher level bindings**: :class:`deltachat.Account` serves as a high
|
|
level object through which you can configure, send and receive messages,
|
|
create and manage groups.
|
|
|
|
Getting started
|
|
-----------------------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
install
|
|
getting-started
|
|
api
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
links
|
|
changelog
|
|
|
|
..
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|