Webmail wicket widget to use in own application?

240 views Asked by At

I need build in message functionality in my wicket application. (send, receive, contacts list, attachments, reply, forward etc.)

For server side I try apache-james because it is written in Java - can manage all part of configuration from java code - create domains, accounts, change password, implement IMAP protocol etc. In apache-james contains Hupa subproject written in GWT.

In my application I can use Java Mail API or/and Apache Mailet API for access to IMAP server and write screens myself, but maybe somewhere exist something what help me ?

1

There are 1 answers

1
David Frahm On

What application server are you using? Can we assume you are not using something like Apache Geronimo, Apache TomEE or other that includes a java mail component?