cketti

Results 103 issues of cketti

Create sync engine for the "servers" collection. See https://github.com/mozilla/releases-comm-central/blob/master/mail/services/sync/docs/record-spec.md#servers

tb-team

Create sync engine for the "identities" collection. See https://github.com/mozilla/releases-comm-central/blob/master/mail/services/sync/docs/record-spec.md#identities Depends on #8038

tb-team

Currently [sync15](https://github.com/mozilla/application-services/tree/main/components/sync15) only supports sync engines written in Rust. However, we want to provide the data that should be synced via Kotlin. So we need to create a custom `SyncEngine`...

type: enhancement
tb-team

The current system of folder classes has proven to be quite confusing to our users. I'd like to replace it with something that is easier to understand/use. How exactly that...

type: architecture
status: needs work

Currently our error messages during account setup aren't as detailed as they could and should be. When we're able to connect to an IMAP server, but that server returns an...

type: enhancement
good first issue
priority: low

Every now and then we get pull requests for things we don't want to have changed by a contributor. A good deal of those can probably be avoided by updating...

type: developer experience

They're hosting their own config under https://autoconfig.freenet.de/mail/config-v1.1.xml The config in ISPDB was outdated. They no longer support encrypted password authentication mechanisms.

This change avoids needlessly unescaping a character escape sequence in a string twice. In the psi2fir case, different unescaping implementations were used for the path with template expressions and the...

Right now we offer the options "Normal password", "Encrypted password" and "Client certificate" during setup. Using a client certificate should complement the password authentication and thus be a separate setting...

type: enhancement