Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
1.x
-
None
-
Security Level: public (Regular issues)
-
None
-
Ubuntu 7.10
Description
As described here (http://www.jroller.com/melix/entry/apache_cxf_maven_javamail_awful), e-mails produced using geronimo mail are not valid (subject is missing, sender not properly set) due to the content of the DATA section. While Sun's implementation produces this :
DATA
From: "I am the sender"
To: recipient-AT-somewhere-DOT-com
Message-ID: <1484678.01202984955533.JavaMail.me-AT-server-DOT-com>
Subject: an empty subjet for starting
the content of my mail
Geronimo only sends this to the SMTP server :
DATA
the content of my mail
Looks like the mail misses the header.
Attachments
Issue Links
- is duplicated by
-
GERONIMO-5042 geronimo-javamail_1.4_spec-1.3,jar broken wrt to Mail Header (Multipart)
- Resolved
- relates to
-
CXF-5323 [cxf-rt-core] remove geronimo-javamail_1.4_spec dependency
- Closed