Description
This factory will support using the dom interfaces without knowledge of the "message" package.
Implementing a simple java SPI for the factory will let us to decouple "dom" from "message" and leave more future extensibility.
Then we'll have to add body/fields creation methods to Message.
Message should be traversable and alterable directly from the api.
Attachments
Issue Links
- is related to
-
MIME4J-156 DOM (message) classes should not be implementation specific. Move implementation to a different package (message.impl)
- Resolved