aboutsummaryrefslogtreecommitdiff
path: root/message.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add Message.setFile methodlink2xt1-0/+7
| | | | | This allows setting file from JavaScript, so C++ remains a thin wrapper to Delta Chat core API. sendMessage only calls dc_send_msg, and all the attachment logic goes to the JavaScript code.
* Add padlock and bot icons to messages, improve layoutlink2xt2021-08-281-0/+6
|
* Show message timestampslink2xt2021-08-281-0/+6
|
* Implement message draftslink2xt2021-05-291-0/+7
|
* Implement libdeltachat API for HTML viewlink2xt2021-05-221-0/+39
| | | | | | | | | | | | HTML API: - Context::getMessageHtml() - DcMessage::getSubject() - DcMessage::hasHtml() Also implemented: - DcMessage::getFilemime() - DcMessage::getShowPadlock() - DcMessage::getError()
* Add colored border to quoteslink2xt2021-03-141-0/+11
|
* Use dc_msg_get_override_sender_name()link2xt2021-02-151-0/+9
|
* Add basic quoting supportlink2xt2020-10-121-0/+9
|
* Initial commitlink2xt2020-10-031-0/+92