Re: Create IMAP wrapper

2012-01-26 Thread Eric Charles
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

Re: Internal server names/IP address visable in the internet headers

2012-01-26 Thread Eric Charles
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

Re: James configuration for SMTP servers load balancing and activeMQ

2012-01-26 Thread Eric Charles
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:

Re: Create IMAP wrapper

2012-01-26 Thread Norman Maurer
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

Re: James Mailbox Implementation

2012-01-26 Thread Norman Maurer
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,*

Capture IMAP events for use in our CRM

2012-01-26 Thread l0c4l h0st
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