1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 19:42:04 +02:00
deltachat-core/python/src/deltachat
2018-10-08 14:55:50 +02:00
..
__init__.py - bump version 2018-10-06 21:37:05 +02:00
_build.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
account.py refined logging 2018-10-08 14:55:50 +02:00
chatting.py finalize new internal Messaging API, now not using wrappers anymore 2018-10-07 15:30:42 +02:00
const.py add chat.delete(), chat.send_image, msg.filename, msg.filemime and msg.type.is_* 2018-10-06 19:11:48 +02:00
cutil.py add initial group management API and is_promoted() 2018-09-18 19:37:07 +02:00
message.py rename Message.type into Message.view_type, should be the last commit before tagging and relasing py0.7.0 2018-10-08 13:24:52 +02:00
types.py actually we can use ffi.gc(obj, destructor) instead of 2018-09-15 01:33:20 +02:00