I have a simple Imap class that I use with Turbine. I could submit this to
Turbine if desireable.

/Colin

----- Original Message -----
From: "Age Mooy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 27, 2001 11:35 AM
Subject: RE: Can Turbine Receive Emails as a SMTP Client?


>
> The Jakarta James project will do this for you. It's a full-featured mail
server with a pluggable email
> processing API.
>
> http://jakarta.apache.org/james/index.html
>
> I don't know whether it would be possible or desirable to start such a
'heavy' process (it listens on ports,
> etc.) from within Turbine but integrating the two in other ways would be
relatively simple. You could, for
> instance, process an email in James and send the result as an HTTP POST to
a Turbine action.
>
> Age
>
>
> > I believe he was referring to if Turbine could act as a POP3 or IMAP
client
> > itself.  So to answer this question (according to my best knowledge).
> >
> > No, Turbine does not have POP3 or IMAP functionality comparable to the
SMTP
> > functionality available.
> >
> > To add to that however, I once gave this some thought and believe this
would
> > not be terribly hard, and could actually be pretty cool.  A framework
where
> > specific EmailHandlers could be registered and assigned to specific
email
> > adresses.  This would give an opportunity for using Turbine as an
automated
> > mail conversion utility.  Configuration options could even be emailed to
a
> > running server (I realize the security threat), or, using SOAP, two
Turbine
> > instances could send SOAP messages between them.
> >
> > That said, I never found any use for it, so this is as far as I went
with
> > this.
> >
> > Regards,
> >
> > Magnus Torfason
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > > Sent: 27. agust 2001 09:10
> > > To: Turbine User
> > > Subject: Re: Can Turbine Receive Emails as a SMTP Client?
> > >
> > >
> > > "joe black" <[EMAIL PROTECTED]> writes:
> > >
> > > > Though sending mails in Turbine is simple, how can I receive them?
> > >
> > > Use an email client, like the mail application you sent the email I'm
> > > replying to from.
> > >
> > > ---------------------------------------------------------------------
> > > 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]

Reply via email to