Andrei

Results 127 issues of Andrei

https://autocrypt.org/background.html

Currently the IMAP password is stored unencrypted in the database. This ticket is to use the [freedesktop secret portal](https://docs.flatpak.org/en/latest/portal-api-reference.html#gdbus-org.freedesktop.portal.Secret) to get a secret and encrypt the password in the DB.

Currently it uses ListBox.

In [this XSD](https://sanaregistry.org/r/ndmxml_qualified/ndmxml-3.0.0-common-3.0.xsd), the following type exists: ``` ``` Because `xsd-parser` tries to change the case of the enum label from `YES` to `Yes` and from `yes` to `YES`, they...

Using the following xsd file: ttps://sanaregistry.org/files/ndmxml_unqualified/ndmxml-3.0.0-opm-3.0.xsd Command run: `cargo run --bin xsd-parser -- -i ndmxml-3.0.0-opm-3.0.xsd` Git commit: `7c31c6e3e2ba21d2bc80aea93178a4aa276bb1ec`. On line 133, the following code is produced: ``` #[derive(PartialEq, Debug, YaSerialize,...