LBeernaertProton
LBeernaertProton
We recently ran into this issue, I have made a fix in a fork which suits our current needs. Let me know if you would be interested in a pull...
On the latest release (0.27) this no longer works. I now get this error when using `uniffi::ffi_convert_forward` for the external type ``` the trait `FfiConverter` is not implemented for `External...
My apologies for the noise but it appears the issue was related to mixing to different versions of uniffi. One of the crates was not inheriting the workspace definitions.
@mgeisler I have some use cases where I need to share Uniffi records from other crates. This would save me an extra step of converting a `Vec` of types into...
Some tests are a bit flaky since they rely on non-deterministic behavior. We are aware of the issue, but fixing this is not a high priority at the moment.
We have tracked the date issue internally as GODT-2847.
We currently have no ETA for this ticket. For anyone who is blocked by this, we recommend adding a `Date` header field to the message in question.
@timo-sztyler Please open a different ticket for all the issues other than `invalid rfc5322 message: Required header field 'From' not found or empty` as they are parsing issues, rather than...
In order of appearance: - Something went wrong with the proton servers. Could be a temporary short lived outage. If it is consistent, would you be comfortable sharing the message...
@HyperCriSiS currently, we can only import one message at a time. This is a limitation of the IMAP protocol. I believe there is an extension for this, but we have...