Clément DOUIN
Clément DOUIN
> Also, regarding `rpgp`, I was using this library in Stalwart and had > to switch to `sequoia` (AGPL license) because the emails signed with > `rpgp` could not be...
Are you referencing this issue? https://github.com/rpgp/rpgp/issues/184#issuecomment-1709814491
Here how I set up my tests: I generated 2 pair keys: one using GPG and one using [`pgp-lib`](https://git.sr.ht/~soywod/pimalaya/tree/master/item/pgp/src/utils.rs#L57) (the rPGP wrapper I implemented for Himalaya). I added secret keys...
I generated a new key pair using Thunderbird, downloaded the pub key, uploaded it to key.openpgp.org then sent an encrypted message using Himalaya:  Is there any scenario you have...
I have issues with signing, not sure if it comes from rpgp or if it comes from the way I sign MIME parts.
> I have issues with signing, not sure if it comes from rpgp or if it comes from the way I sign MIME parts. Ok I made it work, it...
I totally forgot about your PR, sorry! I will fix conflicts and merge it straight after https://github.com/soywod/himalaya/pull/433.
I was not able to push directly on your fork, so I pushed your changes directly on `develop`. Thanks a lot for your contribution and sorry for the delay! I...
> In Safari (both mobile and desktop) autoFill works incorrect - it > inserts code from sms in first input ignoring others > > Also, same issue when you get...
> Are there any reasons why you didn't use `onChange` for tracking input > value changes? onChange is not triggered for non-visible characters like backspace or arrows, and some old...