You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case requires that the client supports a custom ca chain, a client certificate and a private key as the server mandate mutual TLS verification. I've been happy with using the Thunderbird plugin, which gets all the connection info from the Mozilla framework. It seems that you guys will discontinue the plugin so if I should switch over to the standalone version, I'd need to be able to configure them.
python-managesieve have options for these, but I prefer using the GUI. Would you consider merging into master if I(or you) implemented these settings?
The text was updated successfully, but these errors were encountered:
Contributing it always well come. Just create a pull request and I'll be happy to review and merge it.
As far as I understood this you are willing to implement a SASL External implementation for the application?
Technically this should be not too difficult. The TLS Layer, where external lives, is provided by node. and the XMPP guys have it up and running: https://servicelab.org/2012/04/26/how-to-use-xmpp-sasl-external-with-node-js/ .
As this project is a one man show, it is unlikely that I'll find time for this soon. My priorities are basically keeping the App alive, then keeping the WebExtension alive and if time is left adding new features. So feel free to provide a patch.
By the way are no plans to deprecate the Thunderbird WebExtension, but my spare time is currently very limited and maintaining the Thunderbird WebExtension got painful and time consuming over the last years. Until now no major Electron release broke the Application, in contrast every Thunderbird in the last year broke the WebExtension. And the really annoying part all of these breaking changes landed always few weeks before the final release which gives an add-on developer no time for fixing and testing.
- Add facilities for using custom CA, client certificate and private key
- Use SNI if using custom client certificate and private key
- Fix broken `ignoreCertErrors()`
- Change behaviour of "Forget Password" button ...
- The button becomes disabled after a click event rather than
disappearing
- The button clears both auth password and TLS private key passphrase
- Pressing 'Ctrl + Shift + I' or 'F12' combo launches dev tool
(Cont'd from #799)
My use case requires that the client supports a custom ca chain, a client certificate and a private key as the server mandate mutual TLS verification. I've been happy with using the Thunderbird plugin, which gets all the connection info from the Mozilla framework. It seems that you guys will discontinue the plugin so if I should switch over to the standalone version, I'd need to be able to configure them.
python-managesieve have options for these, but I prefer using the GUI. Would you consider merging into master if I(or you) implemented these settings?
The text was updated successfully, but these errors were encountered: