Sample Mailet

2003-10-19 Thread Emre Sokullu
Hi all .. Here comes a newbie question... Can anyone write a simple mailet code sample ? I've searched on the net for a sample code of mailet but I couldn't find anything. I want a very simple example... how it works ? How should I configure config.xml ? Let's say I have written a mailet name

RE: Sample Mailet

2003-10-19 Thread Noel J. Bergman
> Can anyone write a simple mailet code sample ? There are plenty of them in magazine articles, as well as the James source. > Let's say I have written a mailet named "distribute.class" Use class="distribute" in a mailet tag. --- Noel ---

Newbie question ; sample mailet

2003-10-18 Thread GALIP SOKULLU
Hi all .. Here comes a newbie question... Can anyone write a simple mailet code sample ? I've searched on the net for a sample code of mailet but I couldn't find anything. I want a very simple example... how it works ? How should I configure config.xml ? Let's say I have

Re: Newbie question ; sample mailet

2003-10-18 Thread James Bucanek
GALIP SOKULLU wrote on Saturday, October 18, 2003: > Here comes a newbie question... Hey, so am I! Just installed James for the first time last week, but I have written a Mailet. You can enjoy the sample, and I can get feedback if I did something really dumb. > Can anyone write a simple

Sample Mailet to send acknowledgement message

2008-03-14 Thread Rex Posadas
Hi All, I want to do the following: 1 - James receives an Email. 2 - James has a Mailet that Processes that Email 3 - James sends an acknowledgement email message saying that it has processed the email. The acknowledgment email is a customized email So I was thinking of creating a Mailet f

Re: Sample Mailet to send acknowledgement message

2008-03-23 Thread Danny Angus
Sorry for the slow response, look at the "service()" method of http://svn.apache.org/viewvc/james/server/tags/build_2_3_1/src/java/org/apache/james/transport/mailet/AbstractRedirect.java?view=markup d. On Fri, Mar 14, 2008 at 8:53 AM, Rex Posadas <[EMAIL PROTECTED]> wrote: > Hi All, > > I want

Re: Sample Mailet to send acknowledgement message

2008-03-26 Thread Rex Posadas
Hi, Thanks for the response. I put something like this in the config file: [EMAIL PROTECTED] [EMAIL PROTECTED] This is to acknowledge that we received your email unaltered FALSE postmaster [test mai

Re: Sample Mailet to send acknowledgement message

2008-04-29 Thread Rex Posadas
Hi, Thanks for the reply, but the link below didn't work. Is there another link you can provide? or a simple explanation on how to set up acknowledgment emails. thanks again. - Rex Danny Angus wrote: Sorry for the slow response, look at the "service()" method of http://svn.apache.org/vie

Re: Sample Mailet to send acknowledgement message

2008-04-29 Thread Stefano Bagnara
Rex Posadas ha scritto: Hi, Thanks for the reply, but the link below didn't work. Is there another link you can provide? Try this: http://svn.apache.org/viewvc/james/server/tags/build_2_3_1/src/java/org/apache/james/transport/mailets/AbstractRedirect.java?revision=532358 Stefano ---

Sample Mailet to manipulate users like adduser, deleteuser etc.......

2008-12-09 Thread Merugulas
Hi i am new to mailets. i need some code to manipulate users. kindly anybody help on this. atl east it is very help full if you can help how to start and provide some need full info on user manipulations. Thanks -- View this message in context: http://www.nabble.com/Sample-Mailet-to-manipulate