http://james.apache.org/mailbox/mailbox-store.html
is the place we should enhance to further help guys like you.
But yes, for now, the best place to learn is to checkout the source
code, and look at it in your favorite IDE.
Mailbox JPA has more implementations has more classes than mailbox
m
Hi,
The RemoveMimeHeader could help.
http://james.apache.org/mailet/standard/mailet-report.html#RemoveMimeHeader
Thx,
Eric
On 23/01/12 15:57, kilgour wrote:
Hi, I am using Apache James 2.3.2 to forward on internal emails to an
external exchange server. I have noticed that in the Internet Head
Hi,
I wanted to further test a configuration but had no time for.
So here's for now my vague answer: yes, it should be in the amq:broker
ssection. You can have more info on
http://activemq.apache.org/networks-of-brokers.html
There is also something we have to check on the BlobTransfertPolicy:
Just implement your own MailboxManager. This can then be used in the IMAP
code.
Bye,
Norman
2012/1/25 Jentu Jain
> Hello,
>
> My requirement is to create a server-side IMAP component that would fetch
> information from another web application and expose it as IMAP folders. **
> **
>
> How
Hi there,
you should have a look at the mailbox-store api. Just checkout how for
example the JPA implementation is using it. I think the javadocs are quite
good to explain what you need todo.
Please come back if you have more "specific" questions..
Bye,
Norman
2012/1/25 Jentu Jain
> Hello,*
Hello,
What I'm trying to do is capture events that the IMAP-server should
(or is supposed to) raise.
Whenever a message gets marked as read, I want to get a notification
of this event.
Whenever a message gets marked as unread, I want to get a notification
of this event.
Whenever a message gets f