You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Thys de Wet <th...@za.didata.com> on 2002/11/18 08:04:59 UTC

Mailbox Portlet

Is there anyone out there that has implemented a Portlet that reads POP 
mail.
If so , where can I find such goodies ( if they are available .. )

Thanx

Thys de Wet


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Mailbox Portlet

Posted by Ender KILICOGLU <en...@kilicoglu.nom.tr>.
Look for uniprotal or something like this. It's a education portal which
include an imap portlet. May be they can share source

Ender


-----Original Message-----
From: Thomas Marsh [mailto:marsht1@nitesco.com] 
Sent: Wednesday, November 20, 2002 3:18 AM
To: Jetspeed Users List
Subject: Re: Mailbox Portlet


Thomas Marsh wrote:
> 
> Thomas Malmberg wrote:
> >
> > At 20:56 18.11.2002 -0500, you wrote:
> > > > I once started on this with some code sent by Mark but haven't 
> > > > been able to find any time to work on it yet ;-( see :
> > > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11830
> > > >
> > >I was thinking of taking the sun  example code and hacking it into 
> > >a portlet...
> > >
> > >http://developer.java.sun.com/developer/onlineTraining/JavaMail/
> >
> > This article describes making of a taglib and using that. Wouldn't 
> > that make creating a JSPPortlet quite straightforward? I haven't 
> > touched taglibs at all so I'm guessing a bit here. Anyway, if anyone

> > would like to draw up a simple demo with this taglib and a 
> > JSPPortlet, that would be nice of course.
> >
> > http://developer.java.sun.com/developer/technicalArticles/javaserver
> > pages/emailapps/
> >
> > --
> > Thomas Malmberg
> > Mobile +358 (0)40 843 5693 thomas.malmberg@endero.com Endero PLC, 
> > Isoistentie 7, FIN-02200 Espoo Phone +358 (0)9 4153 8000, Fax +358 
> > (0)9 4153 8100 www.endero.com, info@endero.com
> >
> > --
> > To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> > For additional commands, e-mail: 
> > <ma...@jakarta.apache.org>
> 
> Hmmmm. The Sun examples do have all the sun 'redistribution' stuff in 
> them. Would this prevent them from being used in the jetspeed 
> distribution?
> --
> Tom Marsh
> 
> mailto:marsht1@nitesco.com
> http://www.nitesco.com
> 
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>

PS. I found some samples in an old 'professional Java server
Programming' book that might be less restrictive...
-- 
Tom Marsh

mailto:marsht1@nitesco.com
http://www.nitesco.com

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Mailbox Portlet

Posted by Thomas Marsh <ma...@nitesco.com>.
Thomas Marsh wrote:
> 
> Thomas Malmberg wrote:
> >
> > At 20:56 18.11.2002 -0500, you wrote:
> > > > I once started on this with some code sent by Mark but haven't been able
> > > > to find any time to work on it yet ;-(
> > > > see :
> > > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11830
> > > >
> > >I was thinking of taking the sun  example code and hacking it into a
> > >portlet...
> > >
> > >http://developer.java.sun.com/developer/onlineTraining/JavaMail/
> >
> > This article describes making of a taglib and using that. Wouldn't that
> > make creating a JSPPortlet quite straightforward? I haven't touched taglibs
> > at all so I'm guessing a bit here. Anyway, if anyone would like to draw up
> > a simple demo with this taglib and a JSPPortlet, that would be nice of course.
> >
> > http://developer.java.sun.com/developer/technicalArticles/javaserverpages/emailapps/
> >
> > --
> > Thomas Malmberg
> > Mobile +358 (0)40 843 5693 thomas.malmberg@endero.com
> > Endero PLC, Isoistentie 7, FIN-02200 Espoo
> > Phone +358 (0)9 4153 8000, Fax +358 (0)9 4153 8100
> > www.endero.com, info@endero.com
> >
> > --
> > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> Hmmmm. The Sun examples do have all the sun 'redistribution' stuff in
> them. Would this prevent them from being used in the jetspeed
> distribution?
> --
> Tom Marsh
> 
> mailto:marsht1@nitesco.com
> http://www.nitesco.com
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

PS. I found some samples in an old 'professional Java server
Programming' book that might be less restrictive...
-- 
Tom Marsh

mailto:marsht1@nitesco.com
http://www.nitesco.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Mailbox Portlet

Posted by Thomas Marsh <ma...@nitesco.com>.
Thomas Malmberg wrote:
> 
> At 20:56 18.11.2002 -0500, you wrote:
> > > I once started on this with some code sent by Mark but haven't been able
> > > to find any time to work on it yet ;-(
> > > see :
> > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11830
> > >
> >I was thinking of taking the sun  example code and hacking it into a
> >portlet...
> >
> >http://developer.java.sun.com/developer/onlineTraining/JavaMail/
> 
> This article describes making of a taglib and using that. Wouldn't that
> make creating a JSPPortlet quite straightforward? I haven't touched taglibs
> at all so I'm guessing a bit here. Anyway, if anyone would like to draw up
> a simple demo with this taglib and a JSPPortlet, that would be nice of course.
> 
> http://developer.java.sun.com/developer/technicalArticles/javaserverpages/emailapps/
> 
> --
> Thomas Malmberg
> Mobile +358 (0)40 843 5693 thomas.malmberg@endero.com
> Endero PLC, Isoistentie 7, FIN-02200 Espoo
> Phone +358 (0)9 4153 8000, Fax +358 (0)9 4153 8100
> www.endero.com, info@endero.com
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

Hmmmm. The Sun examples do have all the sun 'redistribution' stuff in
them. Would this prevent them from being used in the jetspeed
distribution?
-- 
Tom Marsh

mailto:marsht1@nitesco.com
http://www.nitesco.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Mailbox Portlet

Posted by Thomas Malmberg <th...@endero.com>.
At 20:56 18.11.2002 -0500, you wrote:
> > I once started on this with some code sent by Mark but haven't been able
> > to find any time to work on it yet ;-(
> > see :
> > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11830
> >
>I was thinking of taking the sun  example code and hacking it into a
>portlet...
>
>http://developer.java.sun.com/developer/onlineTraining/JavaMail/

This article describes making of a taglib and using that. Wouldn't that 
make creating a JSPPortlet quite straightforward? I haven't touched taglibs 
at all so I'm guessing a bit here. Anyway, if anyone would like to draw up 
a simple demo with this taglib and a JSPPortlet, that would be nice of course.

http://developer.java.sun.com/developer/technicalArticles/javaserverpages/emailapps/


--
Thomas Malmberg
Mobile +358 (0)40 843 5693 thomas.malmberg@endero.com
Endero PLC, Isoistentie 7, FIN-02200 Espoo
Phone +358 (0)9 4153 8000, Fax +358 (0)9 4153 8100
www.endero.com, info@endero.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Mailbox Portlet

Posted by Thomas Marsh <ma...@nitesco.com>.
Werner Ramaekers wrote:
> 
> I once started on this with some code sent by Mark but haven't been able
> to find any time to work on it yet ;-(
> see :
> 
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11830
> 
> Werner
> 
> Thys de Wet wrote:
> 
> > Is there anyone out there that has implemented a Portlet that reads
> > POP mail.
> > If so , where can I find such goodies ( if they are available .. )
> >
> > Thanx
> >
> > Thys de Wet
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> >
> >
> 
> --
> ----------------------------------------------------------------------
> ir. Werner Ramaekers
> Enterprise Java Solutions Architect - Shift@
> Sun Certified Java Programmer - BeJUG steering commitee member
> 
> "May the source be with you."
> 
> Read my Blog at http://www.werner.be
> ----------------------------------------------------------------------
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

I was thinking of taking the sun  example code and hacking it into a
portlet...

http://developer.java.sun.com/developer/onlineTraining/JavaMail/

Would that be doable / acceptable?


-- 
Tom Marsh

mailto:marsht1@nitesco.com
http://www.nitesco.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Mailbox Portlet

Posted by Werner Ramaekers <we...@shiftat.com>.
I once started on this with some code sent by Mark but haven't been able 
to find any time to work on it yet ;-(
see :

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11830

Werner

Thys de Wet wrote:

> Is there anyone out there that has implemented a Portlet that reads 
> POP mail.
> If so , where can I find such goodies ( if they are available .. )
>
> Thanx
>
> Thys de Wet
>
>
> --
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
>
>

-- 
----------------------------------------------------------------------
ir. Werner Ramaekers
Enterprise Java Solutions Architect - Shift@
Sun Certified Java Programmer - BeJUG steering commitee member

"May the source be with you."

Read my Blog at http://www.werner.be
----------------------------------------------------------------------



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>