Imap status

2011-06-11 Thread Eric Charles
Hi, This weekend, I will test server-beta1 (ok so far), imap-2.0.1 and will update documentation for the releases. Is the following correct (Norman was so fast I could even not follow him :) IMAP4rev1 2.0 LITERAL+ 2.0 CHILDREN ? I18NLEVEL=1 2.0.1 WITHIN 2.0.1 ESEARCH 2.0.1 SEARCHRES 2.0.1

Re: [VOTE] Release Apache James Server 3.0-beta1 (second try)

2011-06-11 Thread Robert Burrell Donkin
On Thu, Jun 9, 2011 at 7:12 PM, Norman Maurer norman.mau...@googlemail.com wrote: Hello again, here is the next try to cut the first beta of the upcoming Apache James Server 3.0. Here is the list of changes:

Re: [VOTE] Release Apache James IMAP 0.2.1

2011-06-11 Thread Robert Burrell Donkin
On Thu, Jun 9, 2011 at 6:31 PM, Norman Maurer norman.mau...@googlemail.com wrote: well I thought lowrisk features could go to .z . at least thats what others do too. (Reserving point releases (.z) for bug fixes allows downstreams to easily take just these fixes but means that minor release

svn commit: r1134560 - /james/server/trunk/NOTICE

2011-06-11 Thread rdonkin
Author: rdonkin Date: Sat Jun 11 10:17:44 2011 New Revision: 1134560 URL: http://svn.apache.org/viewvc?rev=1134560view=rev Log: JAMES-1263 Fix copyright dates. Modified: james/server/trunk/NOTICE Modified: james/server/trunk/NOTICE URL:

Re: [VOTE] Release Apache James Server 3.0-beta1 (second try)

2011-06-11 Thread Robert Burrell Donkin
On Sat, Jun 11, 2011 at 8:50 AM, Robert Burrell Donkin robertburrelldon...@gmail.com wrote: On Thu, Jun 9, 2011 at 7:12 PM, Norman Maurer norman.mau...@googlemail.com wrote: Hello again, here is the next try to cut the first beta of the upcoming Apache James Server 3.0. Here is the list of

Re: [VOTE] Release Apache James Server 3.0-beta1 (second try)

2011-06-11 Thread Norman Maurer
bummer ok so we need to re-roll again once they are fixed. bye Norman Am Samstag, 11. Juni 2011 schrieb Robert Burrell Donkin robertburrelldon...@gmail.com: On Sat, Jun 11, 2011 at 8:50 AM, Robert Burrell Donkin robertburrelldon...@gmail.com wrote: On Thu, Jun 9, 2011 at 7:12 PM, Norman

Re: Imap status

2011-06-11 Thread Norman Maurer
Hi there, first of its 0.2 and 0.2.1 ;) For the rest see inside Am Samstag, 11. Juni 2011 schrieb Eric Charles e...@apache.org: Hi, This weekend, I will test server-beta1 (ok so far), imap-2.0.1 and will update documentation for the releases. Is the following correct (Norman was so

Re: Imap status

2011-06-11 Thread Eric Charles
0.2.x, of course :) I will add a table on the imap web site with the supported extension per version. Sure, we can rely for now on dovecot testsuite. For the how to test, we can simply link for now to http://www.imapwiki.org/ImapTest In the long run, mailbox-integration-tests could be

[jira] [Created] (IMAP-316) STORE 1:* FLAGS \RECENT should return a tagged BAD response

2011-06-11 Thread Norman Maurer (JIRA)
STORE 1:* FLAGS \RECENT should return a tagged BAD response --- Key: IMAP-316 URL: https://issues.apache.org/jira/browse/IMAP-316 Project: JAMES Imap Issue Type: Improvement

svn commit: r1134574 - in /james/imap/trunk: api/src/main/java/org/apache/james/imap/api/display/HumanReadableText.java message/src/main/java/org/apache/james/imap/decode/DecoderUtils.java

2011-06-11 Thread norman
Author: norman Date: Sat Jun 11 11:52:52 2011 New Revision: 1134574 URL: http://svn.apache.org/viewvc?rev=1134574view=rev Log: Return tagged BAD if a client tries to set/unset the recent flag via the STORE command. See IMAP-316 Modified:

[jira] [Resolved] (IMAP-316) STORE 1:* FLAGS \RECENT should return a tagged BAD response

2011-06-11 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-316. Resolution: Fixed STORE 1:* FLAGS \RECENT should return a tagged BAD response

[jira] [Created] (MAILBOX-85) Copy messages should set the RECENT flag on the copies as these messages are in fact recent in the target mailbox

2011-06-11 Thread Norman Maurer (JIRA)
Copy messages should set the RECENT flag on the copies as these messages are in fact recent in the target mailbox - Key: MAILBOX-85 URL:

svn commit: r1134591 - /james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/search/lucene/LuceneMessageSearchIndex.java

2011-06-11 Thread norman
Author: norman Date: Sat Jun 11 12:28:05 2011 New Revision: 1134591 URL: http://svn.apache.org/viewvc?rev=1134591view=rev Log: Make sure we normalize the Date header to GMT so searching via SENTON, SENTSINCE, SENTBEFORE works like expected. See MAILBOX-10 Modified:

svn commit: r1134605 - in /james/mailbox/trunk: jcr/src/main/java/org/apache/james/mailbox/jcr/mail/ jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/openjpa/ maildir/src/main/java/org/apache

2011-06-11 Thread norman
Author: norman Date: Sat Jun 11 12:50:39 2011 New Revision: 1134605 URL: http://svn.apache.org/viewvc?rev=1134605view=rev Log: Set the \RECENT flag on copied messages. See MAILBOX-85 Modified: james/mailbox/trunk/jcr/src/main/java/org/apache/james/mailbox/jcr/mail/JCRMessageMapper.java

svn commit: r1134609 - /james/mailbox/trunk/api/src/main/java/org/apache/james/mailbox/MailboxManager.java

2011-06-11 Thread norman
Author: norman Date: Sat Jun 11 12:52:36 2011 New Revision: 1134609 URL: http://svn.apache.org/viewvc?rev=1134609view=rev Log: Set the \RECENT flag on copied messages. See MAILBOX-85 Modified: james/mailbox/trunk/api/src/main/java/org/apache/james/mailbox/MailboxManager.java Modified:

[jira] [Resolved] (MAILBOX-85) Copy messages should set the RECENT flag on the copies as these messages are in fact recent in the target mailbox

2011-06-11 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved MAILBOX-85. -- Resolution: Fixed Fix Version/s: 0.3 Copy messages should set the RECENT flag on the

svn commit: r1134612 - /james/imap/trunk/pom.xml

2011-06-11 Thread norman
Author: norman Date: Sat Jun 11 12:57:37 2011 New Revision: 1134612 URL: http://svn.apache.org/viewvc?rev=1134612view=rev Log: Move to 0.3-SNAPSHOT version for mailbox dependency Modified: james/imap/trunk/pom.xml Modified: james/imap/trunk/pom.xml URL:

svn commit: r1134621 - /james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir/mail/model/LazyLoadingMaildirMessage.java

2011-06-11 Thread norman
Author: norman Date: Sat Jun 11 13:10:51 2011 New Revision: 1134621 URL: http://svn.apache.org/viewvc?rev=1134621view=rev Log: Make sure the \Recent flag is respect when load LazyLoadingMaildirMessage. See MAILBOX-84 Modified:

[jira] [Resolved] (MAILBOX-84) LazyLoadingMaildirMessage does not set the RECENT flag when getting loaded

2011-06-11 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved MAILBOX-84. -- Resolution: Fixed LazyLoadingMaildirMessage does not set the RECENT flag when getting loaded

svn commit: r1134622 - in /james/imap/trunk/processor/src/test/java/org/apache/james/imap/processor/base: FakeMailboxListenerAdded.java MailboxEventAnalyserTest.java

2011-06-11 Thread norman
Author: norman Date: Sat Jun 11 13:12:50 2011 New Revision: 1134622 URL: http://svn.apache.org/viewvc?rev=1134622view=rev Log: Move to 0.3-SNAPSHOT version for mailbox dependency Modified:

svn commit: r1134623 - /james/imap/trunk/message/src/test/java/org/apache/james/imap/decode/DecoderUtilsTest.java

2011-06-11 Thread norman
Author: norman Date: Sat Jun 11 13:13:25 2011 New Revision: 1134623 URL: http://svn.apache.org/viewvc?rev=1134623view=rev Log: Return tagged BAD if a client tries to set/unset the recent flag via the STORE command. See IMAP-316 Modified:

svn commit: r1134624 - /james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/search/lucene/LuceneMessageSearchIndex.java

2011-06-11 Thread norman
Author: norman Date: Sat Jun 11 13:14:22 2011 New Revision: 1134624 URL: http://svn.apache.org/viewvc?rev=1134624view=rev Log: Remove unused imports Modified: james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/search/lucene/LuceneMessageSearchIndex.java Modified:

Re: let the coding start

2011-06-11 Thread Eric Charles
Hi Ioan, Even if James can be considered as a replacement for existing de-facto mailservers (simply for example by taking the maildir folder), the adoption will probably occur for some special use cases: - Mail integration in existing JAVA applications/environment - Mail processing during the

Re: let the coding start

2011-06-11 Thread Eric Charles
There's also Lars' git with code that will be used for the O'Reilly book HBase Definitive Guide (in pre-order). It seems that you need a real cluster running the code. I will also ping on that. https://github.com/larsgeorge/hbase-book http://oreilly.com/catalog/0636920014348 Tks, - Eric

svn commit: r1134668 - /james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/search/lucene/LuceneMessageSearchIndex.java

2011-06-11 Thread norman
Author: norman Date: Sat Jun 11 15:11:19 2011 New Revision: 1134668 URL: http://svn.apache.org/viewvc?rev=1134668view=rev Log: Fix address indexing now only recent flag indexing seems to not work like expected. See MAILBOX-10 Modified:

[jira] [Created] (MAILBOX-86) Cache MessageMapper.countMessagesInMailbox()

2011-06-11 Thread Norman Maurer (JIRA)
Cache MessageMapper.countMessagesInMailbox() Key: MAILBOX-86 URL: https://issues.apache.org/jira/browse/MAILBOX-86 Project: James Mailbox Issue Type: Improvement Reporter: Norman

svn commit: r1134670 - /james/mailbox/trunk/store/src/test/java/org/apache/james/mailbox/store/lucene/LuceneMessageSearchIndexTest.java

2011-06-11 Thread norman
Author: norman Date: Sat Jun 11 15:15:35 2011 New Revision: 1134670 URL: http://svn.apache.org/viewvc?rev=1134670view=rev Log: Fix address indexing now only recent flag indexing seems to not work like expected. See MAILBOX-10 Modified:

svn commit: r1134671 - in /james/mailbox/trunk: maildir/src/main/java/org/apache/james/mailbox/maildir/mail/MaildirMessageMapper.java store/src/main/java/org/apache/james/mailbox/store/StoreMessageMan

2011-06-11 Thread norman
Author: norman Date: Sat Jun 11 15:17:56 2011 New Revision: 1134671 URL: http://svn.apache.org/viewvc?rev=1134671view=rev Log: replace spaces by tabs Modified: james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir/mail/MaildirMessageMapper.java

Why does SMTP sending mail w/o authentication?

2011-06-11 Thread Barry
Hi I am using the James-M3-Snapshot-06012011, I am being confused by smtp authentication issue. The smtpserver.xml content as below: smtpserver enabled=true bind0.0.0.0:25/bind connectionBacklog200/connectionBacklog tls socketTLS=false startTLS=false /tls

Re: Why does SMTP sending mail w/o authentication?

2011-06-11 Thread Barry
Hi maybe I made a mistake here. authorizedAddresses127.0.0.0/8/authorizedAddresses does this line mean the localhost will automatically be authorized? is it correct? Thanks, Barry 2011/6/12 Barry yi@bitrustar.com Hi I am using the James-M3-Snapshot-06012011, I am being confused by smtp

[jira] [Commented] (JAMES-1266) Found an exception when sending a mail

2011-06-11 Thread Barry (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13048198#comment-13048198 ] Barry commented on JAMES-1266: -- I think the problem does't belong to james, just mysql

[jira] [Commented] (JAMES-1266) Found an exception when sending a mail

2011-06-11 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13048243#comment-13048243 ] Eric Charles commented on JAMES-1266: - In the process, the issue could be 1. on the

Re: Why does SMTP sending mail w/o authentication?

2011-06-11 Thread Eric Charles
Hi Barry, Yes, you're right. The documentation we will put online with the release of sever beta1 will state for authorizedAddresses in smtpserver.xml If you use SMTP AUTH, addresses that match those specified here will be permitted to relay without SMTP AUTH. If you do not use SMTP AUTH,

Re: Why does SMTP sending mail w/o authentication?

2011-06-11 Thread Barry
Hi Eric, when will you plan to release the James BETA1? the JPA-mailbox v0.2 will be still used in BETA1? because we have some specified requirement, we have to do some customization on JPA-mailbox, Thanks, Barry 2011/6/12 Eric Charles e...@apache.org Hi Barry, Yes, you're right. The