Profile item names do not match Sun implementation.
---------------------------------------------------
Key: GERONIMO-3515
URL: https://issues.apache.org/jira/browse/GERONIMO-3515
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: mail
Affects Versions: 2.0.1
Reporter: Rick McGuire
Assignee: Rick McGuire
Priority: Trivial
The javamail API has a series of FetchProfile items defined as static constants
for retrieval is specific profile types. These FetchProfile instances have an
internal character string name that identifies the profile type. The Geronimo
names differ from the Sun defined ones in case and in one case, actual value.
For example, the FetchProfile.Item.ENVELOPE item has a name of "Envelope" in
the Geronimo version and "ENVELOPE" in the Sun version. The worst one is the
CONTENT_INFO item, which is "Content-Info" on Geronimo, and "CONTENT_INFO" on
Sun.
Since the internal name is one means of checking the profile type, this should
be made consistent with the Sun version.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.