mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 13:01:21 +03:00
docs: update sys.msgsize_max_recommended documentation
Errors are no longer shown as a toast by UIs and it is no longer true that any warning or error is logged.
This commit is contained in:
@@ -526,9 +526,10 @@ int dc_set_config (dc_context_t* context, const char*
|
|||||||
*
|
*
|
||||||
* - `sys.version` = get the version string e.g. as `1.2.3` or as `1.2.3special4`.
|
* - `sys.version` = get the version string e.g. as `1.2.3` or as `1.2.3special4`.
|
||||||
* - `sys.msgsize_max_recommended` = maximal recommended attachment size in bytes.
|
* - `sys.msgsize_max_recommended` = maximal recommended attachment size in bytes.
|
||||||
* All possible overheads are already subtracted and this value can be used e.g. for direct comparison
|
* All possible overheads are already subtracted and this value can be used
|
||||||
* with the size of a file the user wants to attach. If an attachment is larger than this value,
|
* e.g. for direct comparison with the size of a file the user wants to attach.
|
||||||
* an error (no warning as it should be shown to the user) is logged but the attachment is sent anyway.
|
* If an attachment is larger than this value, the message is sent anyway,
|
||||||
|
* but email servers are likely to reject the message when receiving it or before trying to send.
|
||||||
* - `sys.config_keys` = get a space-separated list of all config-keys available.
|
* - `sys.config_keys` = get a space-separated list of all config-keys available.
|
||||||
* The config-keys are the keys that can be passed to the parameter `key` of this function.
|
* The config-keys are the keys that can be passed to the parameter `key` of this function.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user