Re: New app development based on James 3M3 database...

2011-09-21 Thread Luc Saulière
Thx for helping. The M2 dependency in my pom is the mailbox-adapter, the version is the latest given by maven. Is this dependency still needed for what I want to do? (use the messageManager) Ps: Could you explain me how the messageManager can get a message from a mailbox? I use the

[jira] [Created] (HUPA-76) Paging doesn't shows the latest message

2011-09-21 Thread Felix Knecht (JIRA)
Paging doesn't shows the latest message --- Key: HUPA-76 URL: https://issues.apache.org/jira/browse/HUPA-76 Project: JAMES Hupa Issue Type: Bug Components: server Affects Versions: 0.1

svn commit: r1173572 - /james/hupa/trunk/server/src/main/java/org/apache/hupa/server/handler/FetchMessagesHandler.java

2011-09-21 Thread felixk
Author: felixk Date: Wed Sep 21 11:21:29 2011 New Revision: 1173572 URL: http://svn.apache.org/viewvc?rev=1173572view=rev Log: Doing the count using offset as amount of messages shown the first is also part of it. (HUPA-76) Modified:

[jira] [Resolved] (HUPA-76) Paging doesn't shows the latest message

2011-09-21 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Knecht resolved HUPA-76. -- Resolution: Fixed A well known problem when doing some counts and calculations on indexes starting with

[jira] [Created] (HUPA-77) Nest folders not shown when depth 1

2011-09-21 Thread Felix Knecht (JIRA)
Nest folders not shown when depth 1 - Key: HUPA-77 URL: https://issues.apache.org/jira/browse/HUPA-77 Project: JAMES Hupa Issue Type: Bug Affects Versions: 0.1 Environment: All

svn commit: r1173620 - /james/hupa/trunk/shared/src/main/java/org/apache/hupa/shared/data/AbstractMessage.java

2011-09-21 Thread felixk
Author: felixk Date: Wed Sep 21 13:22:29 2011 New Revision: 1173620 URL: http://svn.apache.org/viewvc?rev=1173620view=rev Log: Don't concatenate strings using + in a loop Modified: james/hupa/trunk/shared/src/main/java/org/apache/hupa/shared/data/AbstractMessage.java Modified:

svn commit: r1173621 - /james/hupa/trunk/shared/src/main/java/org/apache/hupa/shared/data/SMTPMessage.java

2011-09-21 Thread felixk
Author: felixk Date: Wed Sep 21 13:24:34 2011 New Revision: 1173621 URL: http://svn.apache.org/viewvc?rev=1173621view=rev Log: Don't concatenate strings using + in a loop Modified: james/hupa/trunk/shared/src/main/java/org/apache/hupa/shared/data/SMTPMessage.java Modified:

svn commit: r1173730 - /james/hupa/trunk/shared/src/main/java/org/apache/hupa/shared/data/Message.java

2011-09-21 Thread felixk
Author: felixk Date: Wed Sep 21 15:45:34 2011 New Revision: 1173730 URL: http://svn.apache.org/viewvc?rev=1173730view=rev Log: Multiplier should be a prime number (16 isn't). Why not just use the most closest hash? Modified:

svn commit: r1173734 - in /james/hupa/trunk: client/src/main/java/org/apache/hupa/client/mvp/ client/src/main/java/org/apache/hupa/client/validation/ server/src/main/java/org/apache/hupa/server/handle

2011-09-21 Thread felixk
Author: felixk Date: Wed Sep 21 15:50:56 2011 New Revision: 1173734 URL: http://svn.apache.org/viewvc?rev=1173734view=rev Log: Use for-each loop (since Java 1.5) Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/IMAPMessageListPresenter.java

Re: New app development based on James 3M3 database...

2011-09-21 Thread Norman Maurer
Hi there, for what you want todo its not needed (mailbox-adapter). About the FetchGroup: public static final int MINIMAL = 0x00; - includes UID, SIZE, FLAGS, etc of the message (the metadata) public static final int MIME_DESCRIPTOR = 0x01; - Only interesting for IMAP public static final int

[jira] [Created] (PROTOCOLS-33) Encoder/Decoder should be generic

2011-09-21 Thread Norman Maurer (JIRA)
Encoder/Decoder should be generic - Key: PROTOCOLS-33 URL: https://issues.apache.org/jira/browse/PROTOCOLS-33 Project: JAMES Protocols Issue Type: Improvement Components: api Affects Versions: