Skip to content
  • Dan Vrátil's avatar
    Mail formatter rewrite · 5b834056
    Dan Vrátil authored
    All mail-parsing and formatting code has been moved to em-format.
    Parsing is handeled by EMailParser class, formatting by EMailFormatter.
    Both classes have registry which hold extensions - simple classes
    that do actual parsing and formatting. Each supported mime-type
    has it's own parser and formatter extension class.
    5b834056