svn commit: r1173506 - /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/SMTPProtocolHandlerChain.java

2011-09-20 Thread norman
Author: norman Date: Wed Sep 21 05:58:24 2011 New Revision: 1173506 URL: http://svn.apache.org/viewvc?rev=1173506&view=rev Log: Allow to overwrite default handlers Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/SMTPProtocolHandlerChain.java Modified: jam

[jira] [Resolved] (HUPA-75) Page count shows wrong number of listed message "0-25 of x"

2011-09-20 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Knecht resolved HUPA-75. -- Resolution: Fixed Start indexing by 1 instead of 0 > Page count shows wrong number of listed message "0-2

svn commit: r1173502 - /james/hupa/trunk/widgets/src/main/java/org/apache/hupa/widgets/ui/PagingOptions.java

2011-09-20 Thread felixk
Author: felixk Date: Wed Sep 21 05:44:08 2011 New Revision: 1173502 URL: http://svn.apache.org/viewvc?rev=1173502&view=rev Log: Fix HUPA-75 Modified: james/hupa/trunk/widgets/src/main/java/org/apache/hupa/widgets/ui/PagingOptions.java Modified: james/hupa/trunk/widgets/src/main/java/org/ap

[jira] [Created] (HUPA-75) Page count shows wrong number of listed message "0-25 of x"

2011-09-20 Thread Felix Knecht (JIRA)
Page count shows wrong number of listed message "0-25 of x" --- Key: HUPA-75 URL: https://issues.apache.org/jira/browse/HUPA-75 Project: JAMES Hupa Issue Type: Bug Components:

svn commit: r1173499 - /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/esmtp/EhloCmdHandler.java

2011-09-20 Thread norman
Author: norman Date: Wed Sep 21 05:06:46 2011 New Revision: 1173499 URL: http://svn.apache.org/viewvc?rev=1173499&view=rev Log: EhloCommandHandler should hook in its extensions also Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/esmtp/EhloCmdHandler.j

getting messages from james

2011-09-20 Thread math math
Hi all!! I'm working with James 3 Beta3 to developp a webmail.I am grabing mailboxes (gmail, hotmail...) and i stores messages, it works great with James. After grabbing thoses messages, i want to analys them by finding them back with james methods. In the code below, i stock message with james m

[jira] [Created] (PROTOCOLS-32) Add a lower-level api which allows Handlers to return a Response in a async fashion

2011-09-20 Thread Norman Maurer (JIRA)
Add a lower-level api which allows Handlers to return a Response in a async fashion --- Key: PROTOCOLS-32 URL: https://issues.apache.org/jira/browse/PROTOCOLS-32 Project:

[jira] [Resolved] (JAMES-1302) SMTPNettySession.sleep(...) is not implemented

2011-09-20 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1302. -- Resolution: Invalid SMTPSession.sleep(..) was removed > SMTPNettySession.sleep(...) is not imp

[jira] [Resolved] (JAMES-1303) IMAPServer / SMTPServer / POP3Server MAY close the Channel before all messages are flushed out

2011-09-20 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1303. -- Resolution: Fixed was done... > IMAPServer / SMTPServer / POP3Server MAY close the Channel bef

Re: upgrading the JavaDocs

2011-09-20 Thread Ioan Eugen Stan
Hello again, Well after getting up to date with Maven and all the problems I have reached to a solution. I will explain it here because I need your opinion on this. The idea is to make a general configuration of the javadoc plugin in james parent POM, one that will not contain the APIviz doclet p

svn commit: r1173014 - /james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/POP3Response.java

2011-09-20 Thread norman
Author: norman Date: Tue Sep 20 07:44:27 2011 New Revision: 1173014 URL: http://svn.apache.org/viewvc?rev=1173014&view=rev Log: Add Abstract implementation of Response Modified: james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/POP3Response.java Modified: james/server

svn commit: r1173013 - in /james/protocols/trunk: api/src/main/java/org/apache/james/protocols/api/AbstractResponse.java smtp/src/main/java/org/apache/james/protocols/smtp/SMTPResponse.java

2011-09-20 Thread norman
Author: norman Date: Tue Sep 20 07:44:16 2011 New Revision: 1173013 URL: http://svn.apache.org/viewvc?rev=1173013&view=rev Log: Add Abstract implementation of Response Added: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractResponse.java (with props) Modified