[jira] Created: (MIME4J-46) Message.writeTo omits MIME end delimiter line

View: New views
5 Messages — Rating Filter:   Alert me  

[jira] Created: (MIME4J-46) Message.writeTo omits MIME end delimiter line

by James - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Message.writeTo omits MIME end delimiter line
---------------------------------------------

                 Key: MIME4J-46
                 URL: https://issues.apache.org/jira/browse/MIME4J-46
             Project: Mime4j
          Issue Type: Bug
    Affects Versions: 0.3
         Environment: Windows XP, Java 1.6.0.02
            Reporter: Steve Jorgensen


When I construct a Message object from a properly formed MIME file, then write it back out to ByteArrayOuputStream using writeTo and print the byte stream to the console, the final MIME end delimiter line is missing.  If I create a new Message object, using a stream from that same byte array, I get an "Unexpected end of headers detected" error (as one would expect, given the missing delimiter).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@...
For additional commands, e-mail: server-dev-help@...


[jira] Updated: (MIME4J-46) Message.writeTo omits MIME end delimiter line

by James - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/MIME4J-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Jorgensen updated MIME4J-46:
----------------------------------

    Description: When I construct a Message object from a properly formed MIME file, then write it back out to ByteArrayOuputStream using writeTo and print the byte stream to the console, the final MIME end delimiter line is missing.  If I create a new Message object, using a stream from that same byte array, I get an "Unexpected end of headers detected" warning (as one would expect, given the missing delimiter).  (was: When I construct a Message object from a properly formed MIME file, then write it back out to ByteArrayOuputStream using writeTo and print the byte stream to the console, the final MIME end delimiter line is missing.  If I create a new Message object, using a stream from that same byte array, I get an "Unexpected end of headers detected" error (as one would expect, given the missing delimiter).)

> Message.writeTo omits MIME end delimiter line
> ---------------------------------------------
>
>                 Key: MIME4J-46
>                 URL: https://issues.apache.org/jira/browse/MIME4J-46
>             Project: Mime4j
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: Windows XP, Java 1.6.0.02
>            Reporter: Steve Jorgensen
>
> When I construct a Message object from a properly formed MIME file, then write it back out to ByteArrayOuputStream using writeTo and print the byte stream to the console, the final MIME end delimiter line is missing.  If I create a new Message object, using a stream from that same byte array, I get an "Unexpected end of headers detected" warning (as one would expect, given the missing delimiter).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@...
For additional commands, e-mail: server-dev-help@...


[jira] Commented: (MIME4J-46) Message.writeTo omits MIME end delimiter line

by James - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/MIME4J-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604570#action_12604570 ]

Robert Burrell Donkin commented on MIME4J-46:
---------------------------------------------

A number of bugs have been fixed in this area since 0.3. Release 0.4 is very close to release. Please either retest the issue with the latest code or contribute a test case that can be run against the current code base.

> Message.writeTo omits MIME end delimiter line
> ---------------------------------------------
>
>                 Key: MIME4J-46
>                 URL: https://issues.apache.org/jira/browse/MIME4J-46
>             Project: Mime4j
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: Windows XP, Java 1.6.0.02
>            Reporter: Steve Jorgensen
>
> When I construct a Message object from a properly formed MIME file, then write it back out to ByteArrayOuputStream using writeTo and print the byte stream to the console, the final MIME end delimiter line is missing.  If I create a new Message object, using a stream from that same byte array, I get an "Unexpected end of headers detected" warning (as one would expect, given the missing delimiter).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@...
For additional commands, e-mail: server-dev-help@...


[jira] Commented: (MIME4J-46) Message.writeTo omits MIME end delimiter line

by James - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/MIME4J-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610632#action_12610632 ]

Oleg Kalnichevski commented on MIME4J-46:
-----------------------------------------

I think this problem has been fixed by MIME4J-32.

Oleg

> Message.writeTo omits MIME end delimiter line
> ---------------------------------------------
>
>                 Key: MIME4J-46
>                 URL: https://issues.apache.org/jira/browse/MIME4J-46
>             Project: Mime4j
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: Windows XP, Java 1.6.0.02
>            Reporter: Steve Jorgensen
>
> When I construct a Message object from a properly formed MIME file, then write it back out to ByteArrayOuputStream using writeTo and print the byte stream to the console, the final MIME end delimiter line is missing.  If I create a new Message object, using a stream from that same byte array, I get an "Unexpected end of headers detected" warning (as one would expect, given the missing delimiter).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@...
For additional commands, e-mail: server-dev-help@...


[jira] Closed: (MIME4J-46) Message.writeTo omits MIME end delimiter line

by James - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/MIME4J-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Burrell Donkin closed MIME4J-46.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4

I think that this has now been fixed. Please retest your and re-open with a test case if it has not been.

> Message.writeTo omits MIME end delimiter line
> ---------------------------------------------
>
>                 Key: MIME4J-46
>                 URL: https://issues.apache.org/jira/browse/MIME4J-46
>             Project: Mime4j
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: Windows XP, Java 1.6.0.02
>            Reporter: Steve Jorgensen
>             Fix For: 0.4
>
>
> When I construct a Message object from a properly formed MIME file, then write it back out to ByteArrayOuputStream using writeTo and print the byte stream to the console, the final MIME end delimiter line is missing.  If I create a new Message object, using a stream from that same byte array, I get an "Unexpected end of headers detected" warning (as one would expect, given the missing delimiter).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@...
For additional commands, e-mail: server-dev-help@...

LightInTheBox - Buy quality products at wholesale price!