Conversation
2 tasks
* Reconnect when a bad cert was accepted. * Move sieve sessions to background page. Only sockets are experiments. This allows throwing except. * Migrate libManageSieve to JavaScript Modules
This was
linked to
issues
Nov 17, 2020
Closed
* Add SCRAM-SHA512 * Remove CRAM-MD5 * Switch to webcrypto api * Declare class async so that they are compatible with the async web crypto api. * Fix Imports * Unify Logger a moz specific is not needed anymore. * Align naming. * Fix linter warnings * Extract Node specific UI elements into separate files
* Revise Request queue, it failed in corner cases. * Revise Socket WebExtensions socket implementation. * Improve log messages. * Allow only secure connection in wx
* The WebExtension did not encode passwords with extended ascii character correctly. * The Textencoder's parameter was removed in thunderbird's core.
atob and btoa work with utf16 strings but sieve uses utf8. Using a custom base64 encoder and decoded implementation is the only possible fix. * Implement a UTF8 base64 en- and decoder. * Fix coner cases in SCRAM implementation. * Eliminate platform dependend Request Parser and Request Builder. * TextEncoder cleanup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.