You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ji...@apache.org on 2004/04/21 06:04:53 UTC

[jira] Created: (JAMES-266) Missing Mailet

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-266

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-266
    Summary: Missing Mailet
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: James
 Components: 
             Matchers/Mailets (bundled)

   Assignee: 
   Reporter: Kulvir Bhogal

    Created: Tue, 20 Apr 2004 9:04 PM
    Updated: Tue, 20 Apr 2004 9:04 PM

Description:
>From what I can tell, the addHeader mailet is not working.  I can get addFooter to work without a problem.  I it not bundled?




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (JAMES-266) Would like AddFooter counterpart to insert text at top of message

Posted by ji...@apache.org.
The following issue has been updated:

    Updater: Noel J. Bergman (mailto:noel@devtech.com)
       Date: Tue, 20 Apr 2004 10:10 PM
    Comment:
Rewrote issue description to reflect desired capability, and changed to a feature request.  Bug report was a mis-understanding regarding AddHeader, which adds an RFC 2822 header to the message, not a text change to the message body (analogous to AddFooter).
    Changes:
             type changed from Bug to New Feature
             summary changed from Missing Mailet to Would like AddFooter counterpart to insert text at top of message
             description changed from From what I can tell, the addHeader mailet is not working.  I can get addFooter to work without a problem.  I it not bundled?

 to User would like a counterpart to AddFooter such that:

  <mailet match="All" class="AddHeading">
  <text>
  ------------------------------------------------
  Heading
  </text>
  </mailet>

results in a heading prefixed on messages.
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/JAMES-266?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-266

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-266
    Summary: Would like AddFooter counterpart to insert text at top of message
       Type: New Feature

     Status: Unassigned
   Priority: Major

    Project: James
 Components: 
             Matchers/Mailets (bundled)

   Assignee: 
   Reporter: Kulvir Bhogal

    Created: Tue, 20 Apr 2004 9:04 PM
    Updated: Tue, 20 Apr 2004 10:10 PM

Description:
User would like a counterpart to AddFooter such that:

  <mailet match="All" class="AddHeading">
  <text>
  ------------------------------------------------
  Heading
  </text>
  </mailet>

results in a heading prefixed on messages.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (JAMES-266) Would like AddHeader as counterpart to AddFooter to insert text at top of message

Posted by "Danny Angus (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-266?page=history ]

Danny Angus updated JAMES-266:
------------------------------

    Summary: Would like AddHeader as counterpart to AddFooter  to insert text at top of message  (was: Would like AddFooter counterpart to insert text at top of message)

I still didn't understand this till I saw noel's comment so  too rewrote the subject..

> Would like AddHeader as counterpart to AddFooter  to insert text at top of message
> ----------------------------------------------------------------------------------
>
>          Key: JAMES-266
>          URL: http://issues.apache.org/jira/browse/JAMES-266
>      Project: James
>         Type: New Feature
>   Components: Matchers/Mailets (bundled)
>     Reporter: Kulvir Bhogal

>
> User would like a counterpart to AddFooter such that:
>   <mailet match="All" class="AddHeading">
>   <text>
>   ------------------------------------------------
>   Heading
>   </text>
>   </mailet>
> results in a heading prefixed on messages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (JAMES-266) Would like AddHeader as counterpart to AddFooter to insert text at top of message

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
    [ http://issues.apache.org/jira/browse/JAMES-266?page=comments#action_12413681 ] 

Norman Maurer commented on JAMES-266:
-------------------------------------

Whats the problem here? Can we not close this ? AddHeader work as aspected

> Would like AddHeader as counterpart to AddFooter  to insert text at top of message
> ----------------------------------------------------------------------------------
>
>          Key: JAMES-266
>          URL: http://issues.apache.org/jira/browse/JAMES-266
>      Project: James
>         Type: New Feature

>   Components: Matchers/Mailets (bundled)
>     Reporter: Kulvir Bhogal

>
> User would like a counterpart to AddFooter such that:
>   <mailet match="All" class="AddHeading">
>   <text>
>   ------------------------------------------------
>   Heading
>   </text>
>   </mailet>
> results in a heading prefixed on messages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (JAMES-266) Missing Mailet

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Kulvir Bhogal
    Created: Tue, 20 Apr 2004 9:53 PM
       Body:
<mailet match="All" class="AddHeader">
<text>
------------------------------------------------
Header
</text>
</mailet>

I would expect the a header on incoming messages... however, I don't even get a message.  It looks as though the Mailet might be missing

When I use AddFooter instead of AddHeader, things work as expected.

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JAMES-266?page=comments#action_35176

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-266

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-266
    Summary: Missing Mailet
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: James
 Components: 
             Matchers/Mailets (bundled)

   Assignee: 
   Reporter: Kulvir Bhogal

    Created: Tue, 20 Apr 2004 9:04 PM
    Updated: Tue, 20 Apr 2004 9:53 PM

Description:
>From what I can tell, the addHeader mailet is not working.  I can get addFooter to work without a problem.  I it not bundled?




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (JAMES-266) Would like AddHeader as counterpart to AddFooter to insert text at top of message

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-266?page=all ]

Norman Maurer updated JAMES-266:
--------------------------------

    Assignee:     (was: Norman Maurer)

I will not take care of this .. Anyone is intressted in that anyway ?

> Would like AddHeader as counterpart to AddFooter  to insert text at top of message
> ----------------------------------------------------------------------------------
>
>                 Key: JAMES-266
>                 URL: http://issues.apache.org/jira/browse/JAMES-266
>             Project: James
>          Issue Type: New Feature
>          Components: Matchers/Mailets (bundled)
>            Reporter: Kulvir Bhogal
>
> User would like a counterpart to AddFooter such that:
>   <mailet match="All" class="AddHeading">
>   <text>
>   ------------------------------------------------
>   Heading
>   </text>
>   </mailet>
> results in a heading prefixed on messages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (JAMES-266) Missing Mailet

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Noel J. Bergman
    Created: Tue, 20 Apr 2004 9:29 PM
       Body:
Please indicate the <mailet> tag you are using, what behavior you expect, and how you are testing.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JAMES-266?page=comments#action_35175

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-266

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-266
    Summary: Missing Mailet
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: James
 Components: 
             Matchers/Mailets (bundled)

   Assignee: 
   Reporter: Kulvir Bhogal

    Created: Tue, 20 Apr 2004 9:04 PM
    Updated: Tue, 20 Apr 2004 9:29 PM

Description:
>From what I can tell, the addHeader mailet is not working.  I can get addFooter to work without a problem.  I it not bundled?




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Assigned: (JAMES-266) Would like AddHeader as counterpart to AddFooter to insert text at top of message

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-266?page=all ]

Norman Maurer reassigned JAMES-266:
-----------------------------------

    Assign To: Norman Maurer

Let me see what i can do by extending the AbstractAddFooter class

> Would like AddHeader as counterpart to AddFooter  to insert text at top of message
> ----------------------------------------------------------------------------------
>
>          Key: JAMES-266
>          URL: http://issues.apache.org/jira/browse/JAMES-266
>      Project: James
>         Type: New Feature

>   Components: Matchers/Mailets (bundled)
>     Reporter: Kulvir Bhogal
>     Assignee: Norman Maurer

>
> User would like a counterpart to AddFooter such that:
>   <mailet match="All" class="AddHeading">
>   <text>
>   ------------------------------------------------
>   Heading
>   </text>
>   </mailet>
> results in a heading prefixed on messages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (JAMES-266) Would like AddHeader as counterpart to AddFooter to insert text at top of message

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
    [ http://issues.apache.org/jira/browse/JAMES-266?page=comments#action_12413687 ] 

Stefano Bagnara commented on JAMES-266:
---------------------------------------

It's not the same of AddHeader. AddHeader will add a message header in the form of "HeaderName: value" in the header of the MimeMessage. This request is instead similar to what AddFooter does: adding a text in the message body.
Maybe it should be better to add a flag in the AddFooter mailet to put the footer at the top. Either way it will not be too much clear.
AddHeading vs AddHeader would create confusion, btw also using AddFooter to add an header will create confusion...

> Would like AddHeader as counterpart to AddFooter  to insert text at top of message
> ----------------------------------------------------------------------------------
>
>          Key: JAMES-266
>          URL: http://issues.apache.org/jira/browse/JAMES-266
>      Project: James
>         Type: New Feature

>   Components: Matchers/Mailets (bundled)
>     Reporter: Kulvir Bhogal

>
> User would like a counterpart to AddFooter such that:
>   <mailet match="All" class="AddHeading">
>   <text>
>   ------------------------------------------------
>   Heading
>   </text>
>   </mailet>
> results in a heading prefixed on messages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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