Re: Mailbox component

2014-08-08 Thread Pierre Goupil
Oops, I forgot this thread... Anyway, thank you all for the reply, I'll try
that.

Regards,

Pierre




On Fri, Aug 8, 2014 at 7:24 AM, Maxim Solodovnik 
wrote:

> 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 
> wrote:
>
> > Hi,
> >
> > On Fri, Aug 8, 2014 at 2:06 AM, Paul Bors  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
>



-- 
La vie est source de joie, la mort est source de paix, seule la transition
est difficile.


Re: Mailbox component

2014-08-07 Thread Maxim Solodovnik
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 
wrote:

> Hi,
>
> On Fri, Aug 8, 2014 at 2:06 AM, Paul Bors  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  >
> > > 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


Re: Mailbox component

2014-08-07 Thread Ernesto Reinaldo Barreiro
Hi,

On Fri, Aug 8, 2014 at 2:06 AM, Paul Bors  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 
> > 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


Re: Mailbox component

2014-08-07 Thread Paul Bors
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 
> 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
>


Re: Mailbox component

2014-07-29 Thread Ernesto Reinaldo Barreiro
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 
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


Re: Mailbox component

2014-07-29 Thread Ernesto Reinaldo Barreiro
Hi,


On Wed, Jul 30, 2014 at 7:18 AM, Paul Bors  wrote:

> This is Wicket not GMail :)
>
> Perhaps you could write your own?
>
> Integrate something like this in your own page/panel (or ask Google for a
> better one):
>
> http://w3lessons.info/2013/05/13/gmail-style-message-inbox-design-with-jquery-css/
>
> Then you can use templates to send those e-mails:
> http://www.wicket-library.com/wicket-examples/mailtemplate/
>
> I haven't tried any of this so you're on your own.
>
> Please refrain from asking such general question in this mailing list.
> If you have a specific Wicket question, then by all means start a new
> topic/thread/post.
>

Why? As far as I'm concerned he started a new thread... and to me is a
perfectly valid wicket question. He mean an auto-contained implementation
of a wicket mailbox component


>
>
> On Tue, Jul 29, 2014 at 9:43 PM, Pierre Goupil 
> 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


Re: Mailbox component

2014-07-29 Thread Paul Bors
This is Wicket not GMail :)

Perhaps you could write your own?

Integrate something like this in your own page/panel (or ask Google for a
better one):
http://w3lessons.info/2013/05/13/gmail-style-message-inbox-design-with-jquery-css/

Then you can use templates to send those e-mails:
http://www.wicket-library.com/wicket-examples/mailtemplate/

I haven't tried any of this so you're on your own.

Please refrain from asking such general question in this mailing list.
If you have a specific Wicket question, then by all means start a new
topic/thread/post.


On Tue, Jul 29, 2014 at 9:43 PM, Pierre Goupil 
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
>


Mailbox component

2014-07-29 Thread Pierre Goupil
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