Suppose you take the jQuery Table and style it something like this (in a responsive web 'theamable' manner): http://w3lessons.info/2013/05/13/gmail-style-message-inbox-design-with-jquery-css/
Suppose you integrate it in Wicket and have it functional and suppose you want the following basic features implemented: * SMTP/POP and IMAP support * Properties or settings screen to configure the basics * Add Star / Unstar Messages * Delete Single Message * Delete Multiple Messages * Mark as Read * Mark as Unread One would have to handle a pretty good abstraction of the actual interaction with the mail server which might or might not support all those features. And if a feature is not supported it should be disabled. I think this is at least a week's effort. On Wed, Jul 30, 2014 at 1:35 AM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Pierre, > > Hi, > > I have rolled out something like that for a private application. I'm not > sure how configurable/complete it is at the moment. I would not be against > open sourcing it. > > > On Wed, Jul 30, 2014 at 3:43 AM, Pierre Goupil <goupilpie...@gmail.com> > wrote: > > > Good evening, > > > > Does anyone know about a mailbox component, please? > > > > I'm looking for something to allow my users send and browse private > > messages through my webapp. And I'd be surprised that there is no good > > open-source components to do that out there. > > > > Any suggestion? > > > > Thanks in advance, > > > > Pierre > > > > > > -- > Regards - Ernesto Reinaldo Barreiro >