You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by James & Sue Ann Birchfield <js...@home.com> on 2000/01/21 06:49:13 UTC

XSP Mail Page Demonstration is open

I have put together the beginnings of a Mail tag library for XSP.

The demonstration can be found here:
http://24.3.47.214:8080/cocoon/mail-xsp/index.html

Features:
	Mulitiple mailbox support.
	Imap and Pop3 compliant(although only tested on pop).
	
To do:
	Work with attachments.
	Make more robust.

Please feel free to check it out and send feedback...

=====================================
James Birchfield
Chief Technology Officer
jmbirchfield@proteus-technologies.com
http://www.proteus-technologies.com
=====================================

RE: XSP Mail Page Demonstration is open

Posted by James & Sue Ann Birchfield <js...@home.com>.
Thank You!!  I am using this as my platform
into learning XSP.  I really enjoy working
with Cocoon and wish I could spend more time
contributing back.  As of right now, I am
not looking to develop it into a package,
just using it to learn XSP better.  If
abyone wants to change/modify/clean it
up, please feel free too....:)

As time permits, I will be tweaking it.

=====================================
James Birchfield
Chief Technology Officer
jmbirchfield@proteus-technologies.com
http://www.proteus-technologies.com
=====================================

> -----Original Message-----
> From: Michael Glenn [mailto:mike@mglenn.com]
> Sent: Tuesday, January 25, 2000 11:04 AM
> To: cocoon-dev@xml.apache.org; jsrbirch@home.com
> Subject: Re: XSP Mail Page Demonstration is open
> 
> 
> James & Sue Ann Birchfield wrote:
> > 
> > I have put together the beginnings of a Mail tag library for XSP.
> > 
> > The demonstration can be found here:
> > http://24.3.47.214:8080/cocoon/mail-xsp/index.html
> > 
> > Features:
> >         Mulitiple mailbox support.
> >         Imap and Pop3 compliant(although only tested on pop).
> > 
> > To do:
> >         Work with attachments.
> >         Make more robust.
> > 
> > Please feel free to check it out and send feedback...
> 
> Fantastic James!
> 
> Not only is this a great demo for XSP, but with a little more work it
> could be a awesome product as well. I'm assuming that you're attempting
> to develop this into a package similar to say MailMan from Endymion.
> http://www.endymion.com/products/
> 
> -- 
> Michael Glenn, http://www.mglenn.com
> Principal and Web Architect
> North 49 Design
> http://www.north49design.com
> 

Re: XSP Mail Page Demonstration is open

Posted by Michael Glenn <mi...@mglenn.com>.
James & Sue Ann Birchfield wrote:
> 
> I have put together the beginnings of a Mail tag library for XSP.
> 
> The demonstration can be found here:
> http://24.3.47.214:8080/cocoon/mail-xsp/index.html
> 
> Features:
>         Mulitiple mailbox support.
>         Imap and Pop3 compliant(although only tested on pop).
> 
> To do:
>         Work with attachments.
>         Make more robust.
> 
> Please feel free to check it out and send feedback...

Fantastic James!

Not only is this a great demo for XSP, but with a little more work it
could be a awesome product as well. I'm assuming that you're attempting
to develop this into a package similar to say MailMan from Endymion.
http://www.endymion.com/products/

-- 
Michael Glenn, http://www.mglenn.com
Principal and Web Architect
North 49 Design
http://www.north49design.com

Re: XSP Mail Page Demonstration is open

Posted by Donald Ball <ba...@webslingerZ.com>.
On Fri, 21 Jan 2000, James & Sue Ann Birchfield wrote:

> I have put together the beginnings of a Mail tag library for XSP.
> 
> The demonstration can be found here:
> http://24.3.47.214:8080/cocoon/mail-xsp/index.html
> 
> Features:
> 	Mulitiple mailbox support.
> 	Imap and Pop3 compliant(although only tested on pop).
> 	
> To do:
> 	Work with attachments.
> 	Make more robust.
> 
> Please feel free to check it out and send feedback...

I haven't heard anyone say anything yet, so allow me to be the first to
say, wow! This is effing fantastic!

Some suggestions:

* add input parameters for first and last message numbers (so we can page)
* add optional output attribute for total messages in mailbox
* let all dates be configurable with input parameters (sensible
defaults though)
* let us have access to all IMAP/POP3 info (message status?)

- donald