SOrry, but i could not understand what u meant.
What i know is for getting mail our mail client contacts the POP/MAP mail
server which runs on a particular port and then get the mails from there.
Do u mean that we need to contact POP server every 5 minutes to see whether
there are any new mails and then forward the mail to all the other mailing
list  people.
----- Original Message -----
From: KRISHNAN <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 04, 2000 9:23 AM
Subject: Re: mailinglist


> Hi,
> We can have a simple java program with thread. This has to check the
folder
> in which all the incoming mails are received, for every five minutes(u can
> set as u like). Pick the mails which are new from the folder it is
> stored.File functions will help to pick.
>
> bye
> krish
> ----- Original Message -----
> From: Khem Chand Sachdeva <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 03, 2000 4:04 PM
> Subject: Re: mailinglist
>
>
> > How will we capture the moment the mail comes ??
> > ----- Original Message -----
> > From: KRISHNAN <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, July 03, 2000 3:24 PM
> > Subject: Re: mailinglist
> >
> >
> > > Hi,
> > >
> > > You need a database and mail package.
> > > Maintain a table in the database which has list of mailid's subscribed
> to
> > > the topic specified in ur website. Using java mail package when a mail
> > come
> > > to your mailserver with subject (name of the topic u specified), pick
> all
> > > the mailid's from the database and specify it in the "to" address and
> the
> > > message in the body part.
> > >
> > > Hope this helps you.
> > > bye
> > > krish
> > >
> > > ----- Original Message -----
> > > From: ramadevi <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Monday, July 03, 2000 2:20 PM
> > > Subject: mailinglist
> > >
> > >
> > > > hai everybody
> > > >
> > > > iam developing a website to my company.
> > > > i want to incorporate a mailinglist facility like jsp-interest.
> > > > iam using servlets.
> > > > can anybody help me in providing  the basic idea on
> > > > how to provide this facility.
> > > > what are the requirements.
> > > >
> > > > thanks in advance
> > > >
> > > >
> > >
> >
>
===========================================================================
> > > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > > JSP-INTEREST".
> > > > Some relevant FAQs on JSP/Servlets can be found at:
> > > >
> > > >  http://java.sun.com/products/jsp/faq.html
> > > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > > >
> > >
> > >
> >
>
===========================================================================
> > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > > Some relevant FAQs on JSP/Servlets can be found at:
> > >
> > >  http://java.sun.com/products/jsp/faq.html
> > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
> >
>
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to