On Wed, 19 Apr 2000, Steve Belt wrote:

> I have a humble suggestion:
> 
> A common feature I see in calendar apps is the ability to schedule a
> reminder to be sent prior to an event. Perhaps JAMES could be used to
> deliver the email. Or is this already in eCalendar?
>

The functionality is going to be in the calendar. There is an object
called a VALARM object where you can specify an email reminder.

It may not be in the first revision though
 
> I have just joined the JAMES list, so I am watching for documents on how to
> attach a servlet. (I will check the list archives as well) My thought is I
> could create a servlet which monitors a database table, then sends emails at
> the appropriate time.
> 
> Thoughts?

Actually there is a task scheduler built into Turbine for this type of
thing so we may not need a dedicated/separate servlet. Turbine can handle
it using the JavaMail API. Of course we could always point the smtp server
to a JAMES server, I believe.B

I would love to have someone jump on this part of the implementation
because I just dont have the time to think that far ahead. It isnt the
most time intensive part, though.

Let me know if you would like to help with it and I can help you out with
the details via the list


Jeff Prickett
[EMAIL PROTECTED]




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to