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

[jira] [Commented] (JSIEVE-80) Add the ability to advertise the available Sieve extensions

2012-01-26 Thread Norman Maurer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13193692#comment-13193692 ] Norman Maurer commented on JSIEVE-80: - @Steve: You are right, I was just short in time

svn commit: r1236201 [3/5] - in /james/mangesieve: ./ api/ api/src/ api/src/main/ api/src/main/java/ api/src/main/java/org/ api/src/main/java/org/apache/ api/src/main/java/org/apache/james/ api/src/ma

2012-01-26 Thread sbrewin
Added: james/mangesieve/mailet/pom.xml URL: http://svn.apache.org/viewvc/james/mangesieve/mailet/pom.xml?rev=1236201view=auto == --- james/mangesieve/mailet/pom.xml (added) +++ james/mangesieve/mailet/pom.xml Thu Jan 26

svn commit: r1236215 - /james/mangesieve/trunk/

2012-01-26 Thread sbrewin
Author: sbrewin Date: Thu Jan 26 14:58:41 2012 New Revision: 1236215 URL: http://svn.apache.org/viewvc?rev=1236215view=rev Log: Oops! Added: james/mangesieve/trunk/ - To unsubscribe, e-mail:

svn commit: r1236217 - in /james/mangesieve: api/ core/ jsieve/ mailet/ mock/ pom.xml server/ trunk/api/ trunk/core/ trunk/jsieve/ trunk/mailet/ trunk/mock/ trunk/pom.xml trunk/server/

2012-01-26 Thread sbrewin
Author: sbrewin Date: Thu Jan 26 15:00:10 2012 New Revision: 1236217 URL: http://svn.apache.org/viewvc?rev=1236217view=rev Log: Oops! Added: james/mangesieve/trunk/api/ - copied from r1236216, james/mangesieve/api/ james/mangesieve/trunk/core/ - copied from r1236216,

Re: ACL Support - cont. from server-user

2012-01-26 Thread Norman Maurer
Hi, sorry for the delay.. I will try to review it this evening... Thanks, Norman 2012/1/23 Jochen Gazda gazdahims...@gmail.com: Norman, I have created https://issues.apache.org/jira/browse/IMAP-351 on 2012-01-18. When may I expect that it will be reviewed? Best, Gazda On Wed, Jan

Re: Capture IMAP events for use in our CRM

2012-01-26 Thread lclhst
Hello Norman, Thanks, yes I found some references to this MailboxListener class, but I could not find where to register the event listener. Can I do this from within a mailet? Or what would be the best way to do this? I wasn't planning to modify the entire JAMES code, but would rather like to

Re: Capture IMAP events for use in our CRM

2012-01-26 Thread Norman Maurer
Hi there, you would just write a MailboxListener implementation and then add it to the MailboxManager via the addGlobalMailboxListener(..) method. Adding the listener could be done directly in the spring context xml files. This listener will then get notifications for each events that are related

svn commit: r1236323 - /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/logger/ProtocolSessionLogger.java

2012-01-26 Thread norman
Author: norman Date: Thu Jan 26 17:51:46 2012 New Revision: 1236323 URL: http://svn.apache.org/viewvc?rev=1236323view=rev Log: Fix up javadocs Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/logger/ProtocolSessionLogger.java Modified:

[jira] [Created] (PROTOCOLS-91) Add username to logging context if set

2012-01-26 Thread Norman Maurer (Created) (JIRA)
Add username to logging context if set -- Key: PROTOCOLS-91 URL: https://issues.apache.org/jira/browse/PROTOCOLS-91 Project: JAMES Protocols Issue Type: Improvement Components: api Affects

Re: Capture IMAP events for use in our CRM

2012-01-26 Thread Dhrubo
Appreciated Norman. ~Danke On Thu, Jan 26, 2012 at 9:26 PM, Norman Maurer norman.mau...@googlemail.com wrote: Hi there, you can register a MailboxListener in the MailboxManager instance and so get notifications about mailbox events. This should do the job. Have a look here:

managesieve

2012-01-26 Thread Steve Brewin
Hi, For an overview of what today's big commit of managesieve is about, see http://svn.apache.org/viewvc/james/mangesieve/trunk/mailet/src/main/resources/managesieve.help.txt?view=markup and http://tools.ietf.org/html/rfc5804. The mailet is only a only a small part of what managesieve can

svn commit: r1236374 - in /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api: ProtocolSessionImpl.java logger/ContextualLogger.java logger/ProtocolSessionLogger.java

2012-01-26 Thread norman
Author: norman Date: Thu Jan 26 20:12:39 2012 New Revision: 1236374 URL: http://svn.apache.org/viewvc?rev=1236374view=rev Log: Add username to logging context if set. See PROTOCOLS-91 Added: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/logger/ContextualLogger.java

[jira] [Resolved] (PROTOCOLS-91) Add username to logging context if set

2012-01-26 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-91. Resolution: Fixed done Add username to logging context if set

Jenkins build is still unstable: hupa-trunk #243

2012-01-26 Thread Apache Jenkins Server
See https://builds.apache.org/job/hupa-trunk/243/ - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

svn commit: r1236522 - /james/app/trunk/src/main/resources/META-INF/org/apache/james/spring-server.xml

2012-01-26 Thread eric
Author: eric Date: Fri Jan 27 04:31:59 2012 New Revision: 1236522 URL: http://svn.apache.org/viewvc?rev=1236522view=rev Log: Tune JPA datasource for timeout,... - Contributed by Michael Herrmann (JAMES-1317) Modified:

[jira] [Commented] (JAMES-1317) Mail spooled but not processed

2012-01-26 Thread Eric Charles (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13194448#comment-13194448 ] Eric Charles commented on JAMES-1317: - Hi Michalel, You contribution has been

svn commit: r1236530 - /james/app/trunk/

2012-01-26 Thread eric
Author: eric Date: Fri Jan 27 05:11:40 2012 New Revision: 1236530 URL: http://svn.apache.org/viewvc?rev=1236530view=rev Log: Add mangesieve to externals Modified: james/app/trunk/ (props changed) Propchange: james/app/trunk/

svn commit: r1236532 - /james/app/trunk/

2012-01-26 Thread eric
Author: eric Date: Fri Jan 27 05:26:09 2012 New Revision: 1236532 URL: http://svn.apache.org/viewvc?rev=1236532view=rev Log: Remove badly committed svn:externals Modified: james/app/trunk/ (props changed) Propchange: james/app/trunk/ ('svn:externals' removed)

svn commit: r1236535 - /james/current/

2012-01-26 Thread eric
Author: eric Date: Fri Jan 27 05:32:04 2012 New Revision: 1236535 URL: http://svn.apache.org/viewvc?rev=1236535view=rev Log: Add mangesieve to externals Modified: james/current/ (props changed) Propchange: james/current/