1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 10:39:27 +02:00
deltachat-core/cmdline
2018-05-23 16:36:26 +02:00
..
cmdline.c redefine poll return-value, it's up to the caller when to poll again 2018-05-19 12:31:24 +02:00
cmdline.h Move CLI test program to separate folder. 2017-11-12 00:18:07 +01:00
main.c show terminal-errors in red color 2018-05-23 16:36:26 +02:00
meson.build Add very basic meson build infrastructure 2017-12-29 13:38:39 +01: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 remove superfluous test 2018-05-10 15:07:07 +02:00
stress.h Move CLI test program to separate folder. 2017-11-12 00:18:07 +01: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.