Tweaked the "RegexCaptureAll" action to include a "Groups" attribute for every match, allowing to see the content of each named group within the match.
Note: Since the output structure of the "RegexCaptureAll" action was changed, you will now need to refresh and update your references to its results (e.g. change "RegexMatchAll.MatchedTextList.Current.Text" to "RegexMatchAll.MatchedTextList.Current.RegexCaptureGroup.Text").
Upgraded package to version 11.
Added support for parsing email messages.
Started adding actions to manipulate DOM.
Fixed SelectHtmlAttribute in java stack.