Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle all string handling and conversion in one string utils class #147

Open
thsmi opened this issue Dec 28, 2018 · 0 comments
Open

Bundle all string handling and conversion in one string utils class #147

thsmi opened this issue Dec 28, 2018 · 0 comments
Labels
App Issue affects the standalone application enhancement WebExtension Issue affects Thunderbird WebExtension
Milestone

Comments

@thsmi
Copy link
Owner

thsmi commented Dec 28, 2018

String handling is very different between node and mozilla.

Currently there are various places with magic glue code. So consolidate all string manipulation methods (e.g. array to string, string to array, base64encode) into a common and shared utility class which wraps the node as well as the mozilla implementation.

@thsmi thsmi changed the title Bundle all string handling an conversion in one string utils class Bundle all string handling and conversion in one string utils class Feb 15, 2020
@thsmi thsmi added App Issue affects the standalone application WebExtension Issue affects Thunderbird WebExtension labels Feb 15, 2020
@thsmi thsmi added this to the Future milestone Mar 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Issue affects the standalone application enhancement WebExtension Issue affects Thunderbird WebExtension
Projects
None yet
Development

No branches or pull requests

1 participant