I have implemented something like this in our project (I'm afraid it might
be not optimally written due to lack of time)
the demo is available here: http://demo.dataved.ru/openmeetings (register
then go to "Contacts and Messages")
The source code is here:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/profile/MessagesContactsPanel.java?view=markup

hopefully will rework it one day


On 8 August 2014 12:08, Ernesto Reinaldo Barreiro <reier...@gmail.com>
wrote:

> Hi,
>
> On Fri, Aug 8, 2014 at 2:06 AM, Paul Bors <p...@bors.ws> wrote:
>
> > 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
> >
>
> Yes all of that...
>
> >
> > 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.
> >
> > Yes that's what I meant by "I'm not sure how configurable/complete it is
> at the moment". It should be a matter of providing abstraction via
> interfaces for all operations... The actual source/sink for messages do not
> even need to be an e-mail server... In my case it is just a database.
>
>
> > I think this is at least a week's effort.
>
>
> That's more or less the effort it took me to roll out it ;-)
>
>
> > 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
> > >
> >
>
>
>
> --
> Regards - Ernesto Reinaldo Barreiro
>



-- 
WBR
Maxim aka solomax

Reply via email to