1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 02:09:17 +02:00
deltachat-core/cmdline
2018-08-28 17:06:39 +02:00
..
cmdline.c refactor, reserve dc_get_draft() and dc_set_draft() for handling complete messages as drafts 2018-07-15 00:13:58 +02:00
cmdline.h refactor cmdline, strbuilder, tools 2018-06-25 17:04:15 +02:00
main.c cli: add functions for manually perform jobs 2018-07-13 00:16:42 +02:00
meson.build Link against bundled libetpan 2018-06-10 16:37:39 +02:00
README.md where to find the CLI - How to speed up the start 2018-01-20 23:58:28 +01:00
SNIPPETS.txt move mailmime, mailimf, mrmimeparser function to the correspondig objects 2017-12-07 23:51:11 +01:00
stress.c update DC_EVENT_DATA1_IS_STRING to recognize DC_EVENT_IMEX_FILE_WRITTEN 2018-08-28 17:06:39 +02:00
stress.h refactor constants, rest 2018-06-25 23:23:18 +02:00

This directory contains the sources for a little CLI test program.

These files are not needed when using Delta Chat Core as a library.

The CLI program is compiled to \<builddir\>/cmdline/delta.

Upon start, a test routine is executed (stress_functions from stress.c). To speed up the start stress_functions(mailbox); can be commented out in main.c before compilation.