[jira] [Commented] (JAMES-1808) if (character > 128) should be changed to if (character >= 128)

2016-07-25 Thread Paul Lee (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15392225#comment-15392225 ] Paul Lee commented on JAMES-1808: - Unfortunately, I don't have any failing test case. I inadvertently

Re: James / James JSieve dependency to Geronimo-Mail [unsigned]

2016-07-25 Thread Matthieu Baechler
Everything should switch to javamail now, as fas as I remember I did the switch on james-server some times ago. -- Matthieu Baechler On 07/25/2016 04:32 PM, Bernd Waibel wrote: Hello, we have runtime issues (class cast exception) using James3 due to the usage of java-mail-1.4.4 together

[jira] [Commented] (JAMES-1808) if (character > 128) should be changed to if (character >= 128)

2016-07-25 Thread Matthieu Baechler (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15392185#comment-15392185 ] Matthieu Baechler commented on JAMES-1808: -- Thank you very much for you report. Do you have a

Re: AW: Running James as WAR [unsigned]

2016-07-25 Thread Matthieu Baechler
Hi Bernd, I understand what you are trying to achieve and it makes perfect sense IMO. We are writing a proposal about what we would like to see in James 3.0, you can find it here : https://github.com/apache/james-project/pull/42 Comments (and help, of course) are welcome. If you want the War

[2/2] james-project git commit: Merge remote-tracking branch 'laura/JAMES-1805'

2016-07-25 Thread matthieu
Merge remote-tracking branch 'laura/JAMES-1805' Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1616042b Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1616042b Diff:

[jira] [Closed] (JAMES-1805) Allow empty subject when sending mail

2016-07-25 Thread Laura Royet (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laura Royet closed JAMES-1805. -- Resolution: Fixed merged > Allow empty subject when sending mail >

[1/2] james-project git commit: JAMES-1805 Allow empty subject when sending mail

2016-07-25 Thread matthieu
Repository: james-project Updated Branches: refs/heads/master f88895834 -> 1616042be JAMES-1805 Allow empty subject when sending mail Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a897f587 Tree:

[3/3] james-project git commit: Merge branch 'JAMES-1807'

2016-07-25 Thread matthieu
Merge branch 'JAMES-1807' Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/f8889583 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/f8889583 Diff:

[1/3] james-project git commit: JAMES-1807 Use new multimailbox search API in GetMessageList

2016-07-25 Thread matthieu
Repository: james-project Updated Branches: refs/heads/master c981e8a39 -> f88895834 JAMES-1807 Use new multimailbox search API in GetMessageList Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/c0fb4683

[2/3] james-project git commit: JAMES-1807 implement InMailboxes filter

2016-07-25 Thread matthieu
JAMES-1807 implement InMailboxes filter Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ae5f51e6 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/ae5f51e6 Diff:

[jira] [Created] (JAMES-1809) Add Content-Disposition header when downloading attachments

2016-07-25 Thread Laura Royet (JIRA)
Laura Royet created JAMES-1809: -- Summary: Add Content-Disposition header when downloading attachments Key: JAMES-1809 URL: https://issues.apache.org/jira/browse/JAMES-1809 Project: James Server

James / James JSieve dependency to Geronimo-Mail [unsigned]

2016-07-25 Thread Bernd Waibel
Hello, we have runtime issues (class cast exception) using James3 due to the usage of java-mail-1.4.4 together with Geronimo-mail. We are currently in testing, so we try to fix some runtime issues before going to production. There have been a discussion to go back (again) from Geronimo to

Re: James3 Reading configuration via classpath [unsigned]

2016-07-25 Thread Ioan Eugen Stan
Hi, I have not worked on James recently so I might be too generic in expression and not very helpfull. Appologies if that is the case. On 25.07.2016 15:07, Bernd Waibel wrote: > Hello together, > > it seems to me, that James3 is reading his configuration files (/conf/*.xml) > via

[2/2] james-project git commit: MAILBOX-272 Add users in ES indexer

2016-07-25 Thread matthieu
MAILBOX-272 Add users in ES indexer Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/c981e8a3 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/c981e8a3 Diff:

[1/2] james-project git commit: MAILBOX-272 Add users in ES indexer

2016-07-25 Thread matthieu
Repository: james-project Updated Branches: refs/heads/master e456c0733 -> c981e8a39 http://git-wip-us.apache.org/repos/asf/james-project/blob/c981e8a3/mailbox/store/src/test/java/org/apache/james/mailbox/store/SearchUtilsTest.java

James3 Reading configuration via classpath [unsigned]

2016-07-25 Thread Bernd Waibel
Hello together, it seems to me, that James3 is reading his configuration files (/conf/*.xml) via "classpath:". Is this a design decision? Why does it work like this? The "conf" directory has to be on classpath, or James does not start. And it must be the "first" of all classpath entries. Is

[jira] [Closed] (MAILBOX-273) add an api in MessageSearchIndex to query regarless of a mailbox

2016-07-25 Thread Matthieu Baechler (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthieu Baechler closed MAILBOX-273. - Resolution: Fixed Merged > add an api in MessageSearchIndex to query regarless of a

[3/8] james-project git commit: MAILBOX-273 reorder lucene dependencies

2016-07-25 Thread matthieu
MAILBOX-273 reorder lucene dependencies Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/72ace6a1 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/72ace6a1 Diff:

[5/8] james-project git commit: MAILBOX-273 update LuceneMailboxMessageSearchIndexTest to match new standards

2016-07-25 Thread matthieu
MAILBOX-273 update LuceneMailboxMessageSearchIndexTest to match new standards Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/eff623d6 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/eff623d6

[6/8] james-project git commit: MAILBOX-273 implement cross-mailboxes search in ElasticSearch

2016-07-25 Thread matthieu
MAILBOX-273 implement cross-mailboxes search in ElasticSearch Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/085cf65e Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/085cf65e Diff:

[4/8] james-project git commit: MAILBOX-273 reorder MailboxCapabilities alphabetically

2016-07-25 Thread matthieu
MAILBOX-273 reorder MailboxCapabilities alphabetically Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/41cd5448 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/41cd5448 Diff:

[7/8] james-project git commit: MAILBOX-273 require multimailbox search capability for jmap

2016-07-25 Thread matthieu
MAILBOX-273 require multimailbox search capability for jmap Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7a6a4c19 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7a6a4c19 Diff:

[1/8] james-project git commit: MAILBOX-273 MessageSearchIndex doesn't have an Id parameter

2016-07-25 Thread matthieu
Repository: james-project Updated Branches: refs/heads/master 0ea95c34b -> e456c0733 MAILBOX-273 MessageSearchIndex doesn't have an Id parameter Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/55b1476c

[8/8] james-project git commit: MAILBOX-273 Add partial multimailbox support for simple search backend

2016-07-25 Thread matthieu
MAILBOX-273 Add partial multimailbox support for simple search backend Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/e456c073 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/e456c073 Diff:

[2/8] james-project git commit: MAILBOX-273 move MailboxId to mailbox-api project

2016-07-25 Thread matthieu
MAILBOX-273 move MailboxId to mailbox-api project Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/73b2da08 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/73b2da08 Diff: