You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mime4j-dev@james.apache.org by "Markus Wiederkehr (JIRA)" <mi...@james.apache.org> on 2009/02/01 20:31:59 UTC

[jira] Created: (MIME4J-110) Create a dedicated class for writing a message to an output stream

Create a dedicated class for writing a message to an output stream
------------------------------------------------------------------

                 Key: MIME4J-110
                 URL: https://issues.apache.org/jira/browse/MIME4J-110
             Project: JAMES Mime4j
          Issue Type: Improvement
    Affects Versions: 0.5
            Reporter: Markus Wiederkehr
            Assignee: Markus Wiederkehr
             Fix For: 0.6


Currently the code for writing a message is scattered around various classes, Entity, Header and Multipart.

A dedicated MessageWriter class has several advantages. It concentrates the code in one place, separates the concern of writing a message from the message and allows for additional strategies for writing a message to be implemented without having to touch the message classes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (MIME4J-110) Create a dedicated class for writing a message to an output stream

Posted by "Robert Burrell Donkin (JIRA)" <mi...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/MIME4J-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Burrell Donkin closed MIME4J-110.
----------------------------------------


Closing all issues fixed previously, after a brief review of each.

> Create a dedicated class for writing a message to an output stream
> ------------------------------------------------------------------
>
>                 Key: MIME4J-110
>                 URL: https://issues.apache.org/jira/browse/MIME4J-110
>             Project: JAMES Mime4j
>          Issue Type: Improvement
>    Affects Versions: 0.5
>            Reporter: Markus Wiederkehr
>            Assignee: Markus Wiederkehr
>             Fix For: 0.6
>
>
> Currently the code for writing a message is scattered around various classes, Entity, Header and Multipart.
> A dedicated MessageWriter class has several advantages. It concentrates the code in one place, separates the concern of writing a message from the message and allows for additional strategies for writing a message to be implemented without having to touch the message classes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MIME4J-110) Create a dedicated class for writing a message to an output stream

Posted by "Markus Wiederkehr (JIRA)" <mi...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/MIME4J-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Wiederkehr resolved MIME4J-110.
--------------------------------------

    Resolution: Fixed

> Create a dedicated class for writing a message to an output stream
> ------------------------------------------------------------------
>
>                 Key: MIME4J-110
>                 URL: https://issues.apache.org/jira/browse/MIME4J-110
>             Project: JAMES Mime4j
>          Issue Type: Improvement
>    Affects Versions: 0.5
>            Reporter: Markus Wiederkehr
>            Assignee: Markus Wiederkehr
>             Fix For: 0.6
>
>
> Currently the code for writing a message is scattered around various classes, Entity, Header and Multipart.
> A dedicated MessageWriter class has several advantages. It concentrates the code in one place, separates the concern of writing a message from the message and allows for additional strategies for writing a message to be implemented without having to touch the message classes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.