You can select part of the text, then click “quote” appearing near selection.
Could it be that it is the only device which has the name in the address book? Did you give address book access to Delta Chat? Just in case, Delta Chat never sends the addresses collected from the address book anywhere, only displays them in the list of contacts.
I’m not aware of this, and in practice it is possible to send messages more than 10 MiB, so no reason to change this limit.
There is a support for fragmentation in MIME format, but it is not implemented: RFC 2046 - Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types The idea is simple, split the message into numbered fragments, collect them in a separate database table, and once the message can be reassembled, process it as a whole. This could be a separate feature request.
If you have the setting “Show classic emails” set to “No, chats only”, then Delta Chat will only show messages from other Delta Chat clients and they are almost always encrypted unless one of the user requests to disable encryption explicitly.
They will be able to see what you see in the web interface. This means first unencrypted messages. If you want, you can enable message deletion from the server, say “after 4 weeks” (“after 5 weeks” in the new versions of DC) in the settings, so messages are deleted eventually, but make sure to make this time span large enough for your other devices to pick up the messages. You can also use “disappearing messages” feature per-chat, it will enable deletion on the other side too (unless they disagree and disable it back).
How did you find the device which did not show notification has got the message? Maybe it downloaded the message only when you opened the app? If notifications don’t work reliable, you can try to enable “permanent notification” in the settings (assuming you are on android), it sometimes prevent the app from being killed or at least lets you see if the app is running. Could be that the app is killed, see https://dontkillmyapp.com/ It is usually ok for apps that use Google services for notifications, but not ok for Delta Chat, XMPP clients etc. who maintain their own network connections.
This is currently not implemented. We can watch for the flags change and remove the notification if message is marked as seen, but currently Delta Chat also marks the message as seen on the server even before you read it. The logic should be revised here to mark the message as seen when you read it, and remove notification when IMAP says some other device has marked the message as seen.
This is by design, IMAP is used as a “feed”, we download messages from it but don’t rely on them being stored on the server afterwards. Some users have low quota on the server and periodically delete or archive to local disk all messages there, in which case we still want to store messages in Delta Chat. “Delete message” feature deletes locally and on the server, but not on the other devices.
Newer versions of DC (nightly builds for Android and next releases) check the Spam folder periodically. There is also a plan to start watching the folders in which messages arrive: Improve scanning folders · Issue #2140 · deltachat/deltachat-core-rust · GitHub So eventually the problem will be resolved without the need to do anything on the user/provider side.