Re: Getting Mail ID

2011-02-09 Thread Eric Charles
Hi Math, The mailet processing occurs in the "spooling", before the mail is persisted in the mailbox. The spooling currently relies on activemq jms queue, with kahadb persistence. Why do you need access to the database id of the mail? If you need it to access access james db from another appl

[jira] Resolved: (JAMES-1185) Use server default domain when creating alias to email without "domain part"

2011-02-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1185. -- Resolution: Fixed Assignee: Norman Maurer done.. > Use server default domain when creati

svn commit: r1069248 - /james/server/trunk/data-library/src/main/java/org/apache/james/vut/lib/AbstractVirtualUserTable.java

2011-02-09 Thread norman
Author: norman Date: Thu Feb 10 07:18:59 2011 New Revision: 1069248 URL: http://svn.apache.org/viewvc?rev=1069248&view=rev Log: Use server default domain when creating alias to email without "domain part". See JAMES-1185 Modified: james/server/trunk/data-library/src/main/java/org/apache/jam

[jira] Commented: (JAMES-1184) Modules consolidation

2011-02-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992885#comment-12992885 ] Norman Maurer commented on JAMES-1184: -- @Stefano can we close this for now ? > Modul

Re: Getting Mail ID

2011-02-09 Thread math math
Hi Norman, Thanks for your answer but this is'nt exactly what i wanted. The method mail.getMessage().getMessageID() gives me the value of the field Message-ID in the "header" table (something like <4D10BB78.6060406@127.0.0.1 >). I was'nt clear but what I need is the MESSAGE_ID field (an Integer, sa

Re: Getting Mail ID

2011-02-09 Thread Norman
Am 09.02.2011 16:28, schrieb math math: Hi everyone, I'm working with james3M2 and developping a custom mailet. I would like to know how to get a message ID, from Message table? how and where is it calculated? is it possible to get it when the mail pass through my mailet? Thx, Mat. Hi the

[jira] Resolved: (JAMES-1183) Error during initial request parsing

2011-02-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1183. -- Resolution: Fixed Is fixed :) > Error during initial request parsing > ---

Getting Mail ID

2011-02-09 Thread math math
Hi everyone, I'm working with james3M2 and developping a custom mailet. I would like to know how to get a message ID, from Message table? how and where is it calculated? is it possible to get it when the mail pass through my mailet? Thx, Mat.

[jira] Commented: (JAMES-1183) Error during initial request parsing

2011-02-09 Thread Myron L Stewart (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992523#comment-12992523 ] Myron L Stewart commented on JAMES-1183: :-) > Error during initial request parsi

[jira] Commented: (JAMES-1183) Error during initial request parsing

2011-02-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992517#comment-12992517 ] Norman Maurer commented on JAMES-1183: -- Ok.. thanks for your feedback.. I will close

[jira] Commented: (JAMES-1183) Error during initial request parsing

2011-02-09 Thread Myron L Stewart (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992514#comment-12992514 ] Myron L Stewart commented on JAMES-1183: Ok. I'm convinced that this particular is

svn commit: r1068898 - in /james/imap/trunk/processor/src: main/java/org/apache/james/imap/processor/base/ test/java/org/apache/james/imap/processor/base/

2011-02-09 Thread norman
Author: norman Date: Wed Feb 9 14:05:24 2011 New Revision: 1068898 URL: http://svn.apache.org/viewvc?rev=1068898&view=rev Log: Update code to reflect latest changes in mailbox code base. Modified: james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/base/MailboxEventAnal

[jira] Commented: (JAMES-1183) Error during initial request parsing

2011-02-09 Thread Myron L Stewart (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992487#comment-12992487 ] Myron L Stewart commented on JAMES-1183: Will do. Sending out a couple more e-mail

[jira] Resolved: (MAILBOX-37) Fire Event when Mailbox was added

2011-02-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved MAILBOX-37. -- Resolution: Fixed > Fire Event when Mailbox was added > - > >

svn commit: r1068843 - in /james/mailbox/trunk: api/src/main/java/org/apache/james/mailbox/ api/src/main/java/org/apache/james/mailbox/util/ store/src/main/java/org/apache/james/mailbox/store/

2011-02-09 Thread norman
Author: norman Date: Wed Feb 9 11:04:39 2011 New Revision: 1068843 URL: http://svn.apache.org/viewvc?rev=1068843&view=rev Log: Fire Event when Mailbox was added. See MAILBOX-37 Modified: james/mailbox/trunk/api/src/main/java/org/apache/james/mailbox/MailboxListener.java james/mailbox/t

[jira] Created: (MAILBOX-37) Fire Event when Mailbox was added

2011-02-09 Thread Norman Maurer (JIRA)
Fire Event when Mailbox was added - Key: MAILBOX-37 URL: https://issues.apache.org/jira/browse/MAILBOX-37 Project: James Mailbox Issue Type: Improvement Components: store Reporter: Norman

[jira] Resolved: (MAILBOX-36) MailboxListener.Event should expose the MailboxSession in whichs context the Event happened

2011-02-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved MAILBOX-36. -- Resolution: Fixed replace Event.getSessionId() with Event.getSession() > MailboxListener.Event

svn commit: r1068836 - in /james/mailbox/trunk: api/src/main/java/org/apache/james/mailbox/ api/src/main/java/org/apache/james/mailbox/util/ api/src/test/java/org/apache/james/mailbox/util/ store/src/

2011-02-09 Thread norman
Author: norman Date: Wed Feb 9 10:52:19 2011 New Revision: 1068836 URL: http://svn.apache.org/viewvc?rev=1068836&view=rev Log: MailboxListener.Event noew expose the MailboxSession in whichs context the Event happened. See MAILBOX-36 Modified: james/mailbox/trunk/api/src/main/java/org/apach

[jira] Created: (MAILBOX-36) MailboxListener.Event should expose the MailboxSession in whichs context the Event happened

2011-02-09 Thread Norman Maurer (JIRA)
MailboxListener.Event should expose the MailboxSession in whichs context the Event happened --- Key: MAILBOX-36 URL: https://issues.apache.org/jira/browse/MAILBOX-36

How to do limitation space of mailbox

2011-02-09 Thread Barry Bai
Hi, in James V3, how to limit space of mailbox for one user? Thanks a lot. 2011-02-09 Barry Bai

[jira] Commented: (JAMES-1183) Error during initial request parsing

2011-02-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992400#comment-12992400 ] Norman Maurer commented on JAMES-1183: -- ok let us know if we can close this issue as