1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 02:29:28 +02:00
deltachat-core/python/tests
VP- 22ebb26843 Issue #427: avoid late generation of mime-structure
MIME mails for both messages and MDNs are stored in the blobdir.
There are still two job types due to their different priorities, but
they are processed by the same function now (dc_job_do_DC_JOB_SEND).
2019-03-18 10:41:04 +01:00
..
data - bump version 2018-10-06 21:37:05 +02:00
conftest.py Appeased the Python linter 2019-03-18 10:41:04 +01:00
test_account.py move get_mime_headers() function to Message object where it belongs. 2018-10-17 12:25:50 +02:00
test_increation.py Issue #427: avoid late generation of mime-structure 2019-03-18 10:41:04 +01:00
test_lowlevel.py generate DC_* constants in new deltachat.const module which are living as #define macros in deltachat.h. You can re-generate with "python src/deltachat/const.py". 2018-09-26 11:21:13 +02:00