[ 
https://issues.apache.org/jira/browse/GERONIMO-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569007#action_12569007
 ] 

Rick McGuire commented on GERONIMO-3852:
----------------------------------------

Could you attach a sample program that demonstrates the issue?  I'm not seeing 
a problem with the data getting sent to the SMTP server.  Here's the session 
debug output from the latest Geronimo javamail version: 

220 relay02.pair.com ESMTP
EHLO BigRixx
250-relay02.pair.com
250-PIPELINING
250 8BITMIME
MAIL FROM: <[EMAIL PROTECTED]>
250 ok
RCPT TO: <[EMAIL PROTECTED]>
250 ok
DATA
354 Please start mail input.
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 14 Feb 2008 12:10:07 -0500
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: This is a JavaMail API Test
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: JavaMail API

..
..Sample Message
..
..
More sample message

.
250 Mail queued for delivery.



and the same session using the Sun version:  

EHLO BigRixx
250-relay02.pair.com
250-PIPELINING
250 8BITMIME
DEBUG SMTP: Found extension "PIPELINING", arg ""
DEBUG SMTP: Found extension "8BITMIME", arg ""
DEBUG SMTP: use8bit false
MAIL FROM:<[EMAIL PROTECTED]>
250 ok
RCPT TO:<[EMAIL PROTECTED]>
250 ok
DEBUG SMTP: Verified Addresses
DEBUG SMTP:   [EMAIL PROTECTED]
DATA
354 Please start mail input.
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 14 Feb 2008 12:09:47 -0500 (EST)
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: This is a JavaMail API Test
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: JavaMail API

..
..Sample Message
..
..
More sample message

.
250 Mail queued for delivery.

These are identical except for the "(EST)" that the Sun version added to the 
date string.  

> 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
>            Assignee: Rick McGuire
>
> 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.

Reply via email to