Re: Redirect class in Mailet Api

2003-06-23 Thread Hut Carspecken
Thanks your your help.  The mailet was not what I was looking for.  I am
simply going to forward the message.

Hut
- Original Message -
From: "Hontvari Jozsef" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Monday, June 23, 2003 4:24 PM
Subject: Re: Redirect class in Mailet Api


> There is a mailet, named Redirect. It is part of James, not the Mailet
API.
> You can find its documentation both in the user doc and in the *James*
> javadoc.
>
> - Original Message -
> From: "Hut Carspecken" <[EMAIL PROTECTED]>
> To: "James Users List" <[EMAIL PROTECTED]>
> Sent: Monday, June 23, 2003 11:06 PM
> Subject: Re: Redirect class in Mailet Api
>
>
> > Hontvari,
> >
> > Could you please explain a little. :)  I have searched the JavaDocs for
> the
> > Mailet API.
> >
> > Thanks!
> > - Original Message -
> > From: "Hontvari Jozsef" <[EMAIL PROTECTED]>
> > To: "James Users List" <[EMAIL PROTECTED]>
> > Sent: Monday, June 23, 2003 3:08 PM
> > Subject: Re: Redirect class in Mailet Api
> >
> >
> > > see Redirect *mailet*.
> > >
> > > - Original Message -
> > > From: "Hut Carspecken" <[EMAIL PROTECTED]>
> > > To: "James Users List" <[EMAIL PROTECTED]>
> > > Sent: Monday, June 23, 2003 9:58 PM
> > > Subject: Redirect class in Mailet Api
> > >
> > >
> > > Hello Again,
> > >
> > > I need to write a custom mailet that forwards emails to a particular
> > address
> > > with a change in the subject header.  I believe that Noel mentioned a
> > > redirect class somewhere in the mailet api.  Is there?
> > >
> > > THanks,
> > >
> > > Hut
> > >
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Redirect class in Mailet Api

2003-06-23 Thread Hontvari Jozsef
There is a mailet, named Redirect. It is part of James, not the Mailet API.
You can find its documentation both in the user doc and in the *James*
javadoc.

- Original Message - 
From: "Hut Carspecken" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Monday, June 23, 2003 11:06 PM
Subject: Re: Redirect class in Mailet Api


> Hontvari,
>
> Could you please explain a little. :)  I have searched the JavaDocs for
the
> Mailet API.
>
> Thanks!
> - Original Message -
> From: "Hontvari Jozsef" <[EMAIL PROTECTED]>
> To: "James Users List" <[EMAIL PROTECTED]>
> Sent: Monday, June 23, 2003 3:08 PM
> Subject: Re: Redirect class in Mailet Api
>
>
> > see Redirect *mailet*.
> >
> > - Original Message -
> > From: "Hut Carspecken" <[EMAIL PROTECTED]>
> > To: "James Users List" <[EMAIL PROTECTED]>
> > Sent: Monday, June 23, 2003 9:58 PM
> > Subject: Redirect class in Mailet Api
> >
> >
> > Hello Again,
> >
> > I need to write a custom mailet that forwards emails to a particular
> address
> > with a change in the subject header.  I believe that Noel mentioned a
> > redirect class somewhere in the mailet api.  Is there?
> >
> > THanks,
> >
> > Hut
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Redirect class in Mailet Api

2003-06-23 Thread Kenny Smith
Hi Hut,

You may be confused between the Mailet API and Mailets that exist in the 
James API. The Mailet API is a bunch of interfaces that define the 
contracts that Mailets should follow. Using these interfaces, the James 
group has implemented actual Mailets that conform to the Mailet spec.

Try looking here: http://james.apache.org/javadocs/index.html

Instead of here: http://james.apache.org/mailet/index.html

These are both linked to on http://james.apache.org/ on the left.

Kenny

Hut Carspecken wrote:
Hontvari,

Could you please explain a little. :)  I have searched the JavaDocs for the
Mailet API.
Thanks!
- Original Message -
From: "Hontvari Jozsef" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Monday, June 23, 2003 3:08 PM
Subject: Re: Redirect class in Mailet Api


see Redirect *mailet*.

- Original Message -
From: "Hut Carspecken" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Monday, June 23, 2003 9:58 PM
Subject: Redirect class in Mailet Api
Hello Again,

I need to write a custom mailet that forwards emails to a particular
address

with a change in the subject header.  I believe that Noel mentioned a
redirect class somewhere in the mailet api.  Is there?
THanks,

Hut



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Redirect class in Mailet Api

2003-06-23 Thread Hut Carspecken
Hontvari,

Could you please explain a little. :)  I have searched the JavaDocs for the
Mailet API.

Thanks!
- Original Message -
From: "Hontvari Jozsef" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Monday, June 23, 2003 3:08 PM
Subject: Re: Redirect class in Mailet Api


> see Redirect *mailet*.
>
> - Original Message -
> From: "Hut Carspecken" <[EMAIL PROTECTED]>
> To: "James Users List" <[EMAIL PROTECTED]>
> Sent: Monday, June 23, 2003 9:58 PM
> Subject: Redirect class in Mailet Api
>
>
> Hello Again,
>
> I need to write a custom mailet that forwards emails to a particular
address
> with a change in the subject header.  I believe that Noel mentioned a
> redirect class somewhere in the mailet api.  Is there?
>
> THanks,
>
> Hut
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Redirect class in Mailet Api

2003-06-23 Thread Hontvari Jozsef
see Redirect *mailet*.

- Original Message - 
From: "Hut Carspecken" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Monday, June 23, 2003 9:58 PM
Subject: Redirect class in Mailet Api


Hello Again,

I need to write a custom mailet that forwards emails to a particular address
with a change in the subject header.  I believe that Noel mentioned a
redirect class somewhere in the mailet api.  Is there?

THanks,

Hut



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Redirect class in Mailet Api

2003-06-23 Thread Hut Carspecken
Hello Again,

I need to write a custom mailet that forwards emails to a particular address with a 
change in the subject header.  I believe that Noel mentioned a redirect class 
somewhere in the mailet api.  Is there?

THanks,

Hut