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 2007/03/13 12:29:09 UTC

[jira] Created: (AXIS2-2315) Mail transport handling of MIME Message-Id / In-Reply-To

Mail transport handling of MIME Message-Id / In-Reply-To
--------------------------------------------------------

                 Key: AXIS2-2315
                 URL: https://issues.apache.org/jira/browse/AXIS2-2315
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: transports
            Reporter: Hans G Knudsen


Mail transport does not save Message-Id from request to be set as In-Reply-To on reply 

-- 
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-2315) Mail transport handling of MIME Message-Id / In-Reply-To

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

Hans G Knudsen updated AXIS2-2315:
----------------------------------

    Attachment: MailBasedOutTransportInfo.java

MailBasedOutTransportInfo.java was not part of diff...

> Mail transport handling of MIME Message-Id / In-Reply-To
> --------------------------------------------------------
>
>                 Key: AXIS2-2315
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2315
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>            Reporter: Hans G Knudsen
>         Attachments: mail_transport_proposal.diff, MailBasedOutTransportInfo.java
>
>
> Mail transport does not save Message-Id from request to be set as In-Reply-To on reply 

-- 
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-2315) Mail transport handling of MIME Message-Id / In-Reply-To

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

Davanum Srinivas resolved AXIS2-2315.
-------------------------------------

    Resolution: Fixed

> Mail transport handling of MIME Message-Id / In-Reply-To
> --------------------------------------------------------
>
>                 Key: AXIS2-2315
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2315
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>            Reporter: Hans G Knudsen
>         Attachments: mail_transport_proposal.diff, MailBasedOutTransportInfo.java
>
>
> Mail transport does not save Message-Id from request to be set as In-Reply-To on reply 

-- 
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-2315) Mail transport handling of MIME Message-Id / In-Reply-To

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481423 ] 

Davanum Srinivas commented on AXIS2-2315:
-----------------------------------------

Applied in svn revision 518834

thanks,
dims

> Mail transport handling of MIME Message-Id / In-Reply-To
> --------------------------------------------------------
>
>                 Key: AXIS2-2315
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2315
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>            Reporter: Hans G Knudsen
>         Attachments: mail_transport_proposal.diff, MailBasedOutTransportInfo.java
>
>
> Mail transport does not save Message-Id from request to be set as In-Reply-To on reply 

-- 
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-2315) Mail transport handling of MIME Message-Id / In-Reply-To

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

Hans G Knudsen updated AXIS2-2315:
----------------------------------

    Attachment: mail_transport_proposal.diff

Diff on trunk/java


I have made a proposal/diff that could set the In-Reply-To on reply.. This involves :

- new class MailBasedOutTransportInfo (extending OutTransportInfo similar to ServletBasedOutTransportInfo) to be set as OUT_TRANSPORT_INFO property on msgContext.
- small change to SimpleMailListener - to save incoming MessageId in new MailBasedOutTransportInfo
- small change to MailTransportSender / EmailSender to retrieve Message-Id/In-Reply-To and set on mail if present...


Maybe the MailBasedOutTransportInfo should have been transfered to EmailSender.send - if more information needs to be transfered to MIME msg in future...




> Mail transport handling of MIME Message-Id / In-Reply-To
> --------------------------------------------------------
>
>                 Key: AXIS2-2315
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2315
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>            Reporter: Hans G Knudsen
>         Attachments: mail_transport_proposal.diff
>
>
> Mail transport does not save Message-Id from request to be set as In-Reply-To on reply 

-- 
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