Bundle all string handling and conversion in one string utils class #147
Labels
App
Issue affects the standalone application
enhancement
WebExtension
Issue affects Thunderbird WebExtension
Milestone
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.
The text was updated successfully, but these errors were encountered: