link2xt

Results 185 issues of link2xt

Now trying to open a key encrypted with a password fails with an error similar to `Incomplete(Size(6017))`. It is not clear from this error whether the key file is indeed...

enhancement
help wanted

`encrypt_to_keys` accepts `pkeys: &[&impl PublicKeyTrait]`, so the slice has to consist of structures of the same type. One solution would be to accept trait objects. Another is to accept some...

`error.rs` defines many types that are not used anywhere, such as `InvalidChecksum`, `InvalidArmorWrappers` etc. Should they be cleaned up?

multipart/report messages are not required to be placed at the root of MIME message. RFC 8098 specifically allows it for Message Disposition Notification. For example, reports may be combined into...

`reset` state has been removed, yet https://autocrypt.org/level1.html#updating-autocrypt-peer-state still referes to it: > Messages SHOULD be ignored (i.e., peers[from-addr] SHOULD NOT be updated) in the following cases: > - The content-type...

Follow-up to #2349, runtime dependency and non-free components are removed, but GMS is still downloaded during the build. See https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11527#note_1053804549 A quick solution to get DeltaChat to F-Droid is to...

I sent an image to some group, then received an NDN from one of the members. After that, clicking anywhere in the message bubble opens an error message with NDN....

bug

Since https://github.com/deltachat/deltachat-core-rust/pull/2980 is merged (core 1.71.0), there is a possibility to set passphrase for the backup. UI is needed to allow encrypting backup.

enhancement

Core and Desktop already have SOCKS5 support, only the UI is missing. Related "feature request" issues: #406, #1066

enhancement

Scanning invalid `DCACCOUNT` code, such as `DCACCOUNT:http://example.org/`, results in error dialog "Configuration failed. Error: Please enter an email address". When running `setqr DCACCOUNT:http://example.org/`, there is an error `Cannot set config...

bug