Skip to content

De-virtualize NonMimeParser

Volker Krause requested to merge work/vkrause/de-virtualize-parser into master

This isn't used as a polymorphic type, the inheritance is just used for code sharing here. Decoupling both sub-classes from a common interface will make further changes easier, such as using views where possible.

Merge request reports