Mail misses header (blank subject and sender label not defined)
---------------------------------------------------------------
Key: GERONIMO-3852
URL: https://issues.apache.org/jira/browse/GERONIMO-3852
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: specs
Affects Versions: 1.x
Environment: Ubuntu 7.10
Reporter: Cédric Champeau
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.