[
https://issues.apache.org/jira/browse/GERONIMO-4128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605990#action_12605990
]
Stefano Bagnara commented on GERONIMO-4128:
-------------------------------------------
Are you sure? Our tests explicitly check for Message-ID and they find it :-)
In the GPLed MimeMessage.java from glassfish I only see Message-ID.
I see Message-Id only in InternetHeaders between the default headers used to
define sorting of headers (headers.add(new InternetHeader("Message-Id",
null));) but this is a bug, and it does not affect the output: simply the
Message-ID will not be sorted (differently from what one might expect) but
javamail will never output a message-id with a lowercase d.
> geronimo javamail uses Message-Id instead of Message-ID
> -------------------------------------------------------
>
> Key: GERONIMO-4128
> URL: https://issues.apache.org/jira/browse/GERONIMO-4128
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: mail
> Affects Versions: 2.1.1
> Reporter: Stefano Bagnara
> Assignee: Rick McGuire
> Priority: Minor
>
> According to http://www.ietf.org/rfc/rfc2822.txt "3.6.4. Identification
> fields" the right name is "Message-ID:" with the uppercase D.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.