Skip to content
  • Matthew Barnes's avatar
    Convert EMailParserExtension to an abstract class. · cab6eac8
    Matthew Barnes authored
    With the previous changes, all parser extensions derive from
    GObjectClass and implement the EMailParserExtensionInterface.
    
    Simplify things further by making EMailParserExtension an abstract base
    class so parser extensions are now just direct subclasses and need not
    bother with implementing GObject interfaces.
    cab6eac8