You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Hans G Knudsen (JIRA)" <ji...@apache.org> on 2008/07/10 16:10:32 UTC

[jira] Created: (AXIS2-3903) rfc-2822 issues with Mail transport

rfc-2822 issues with Mail transport
-----------------------------------

                 Key: AXIS2-3903
                 URL: https://issues.apache.org/jira/browse/AXIS2-3903
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: transports
    Affects Versions: 1.3, 1.4
            Reporter: Hans G Knudsen
             Fix For: 1.4.1


Hi!

I found out that the rfc2822 [1] required mime headers :

From:
Date:

are missing from mails generated by Axis2 mailtransport.


'wire' debugging in Java mail can be enabled by addeing :

        <parameter name="mail.debug">true</parameter>

to the transportSender.


/hans


[1] http://www.ietf.org/rfc/rfc2822.txt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3903) rfc-2822 issues with Mail transport

Posted by "Hans G Knudsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans G Knudsen updated AXIS2-3903:
----------------------------------

    Attachment: rfc2822_date_from.txt

Hi!

Included is a patch which sets the :

>From and Date 

Mime headers.

>From assigned the value of the 'mail.smtp.from' parameter :

        <parameter name="mail.smtp.from">email@addresss</parameter>

Date is set by creating a new Date : new Date()

/hans

> rfc-2822 issues with Mail transport
> -----------------------------------
>
>                 Key: AXIS2-3903
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3903
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.4, 1.3
>            Reporter: Hans G Knudsen
>             Fix For: 1.4.1
>
>         Attachments: rfc2822_date_from.txt
>
>
> Hi!
> I found out that the rfc2822 [1] required mime headers :
> From:
> Date:
> are missing from mails generated by Axis2 mailtransport.
> 'wire' debugging in Java mail can be enabled by addeing :
>         <parameter name="mail.debug">true</parameter>
> to the transportSender.
> /hans
> [1] http://www.ietf.org/rfc/rfc2822.txt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3903) rfc-2822 issues with Mail transport

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613923#action_12613923 ] 

Amila Chinthaka Suriarachchi commented on AXIS2-3903:
-----------------------------------------------------

Commited to branch revision 677251.

> rfc-2822 issues with Mail transport
> -----------------------------------
>
>                 Key: AXIS2-3903
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3903
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.4, 1.3
>            Reporter: Hans G Knudsen
>             Fix For: 1.4.1
>
>         Attachments: rfc2822_date_from.txt
>
>
> Hi!
> I found out that the rfc2822 [1] required mime headers :
> From:
> Date:
> are missing from mails generated by Axis2 mailtransport.
> 'wire' debugging in Java mail can be enabled by addeing :
>         <parameter name="mail.debug">true</parameter>
> to the transportSender.
> /hans
> [1] http://www.ietf.org/rfc/rfc2822.txt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-3903) rfc-2822 issues with Mail transport

Posted by "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandana Mihindukulasooriya resolved AXIS2-3903.
-----------------------------------------------

    Resolution: Fixed

Fixed in the 1.4.1 branch. 

> rfc-2822 issues with Mail transport
> -----------------------------------
>
>                 Key: AXIS2-3903
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3903
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.4, 1.3
>            Reporter: Hans G Knudsen
>             Fix For: 1.4.1
>
>         Attachments: rfc2822_date_from.txt
>
>
> Hi!
> I found out that the rfc2822 [1] required mime headers :
> From:
> Date:
> are missing from mails generated by Axis2 mailtransport.
> 'wire' debugging in Java mail can be enabled by addeing :
>         <parameter name="mail.debug">true</parameter>
> to the transportSender.
> /hans
> [1] http://www.ietf.org/rfc/rfc2822.txt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org