[jira] [Created] (JAMES-1312) NullPointerException processing imap request

2011-09-11 Thread Nicola Salvemini (JIRA)
NullPointerException processing imap request Key: JAMES-1312 URL: https://issues.apache.org/jira/browse/JAMES-1312 Project: JAMES Server Issue Type: Bug Components: IMAPServer Affect

[jira] [Updated] (JAMES-1312) NullPointerException processing imap request

2011-09-11 Thread Nicola Salvemini (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicola Salvemini updated JAMES-1312: Description: I found following exception during IMAP connection from blackberry client: IN

Re: upgrading the JavaDocs

2011-09-11 Thread Ioan Eugen Stan
2011/9/11 Eric Charles : > On 11/09/11 11:55, Ioan Eugen Stan wrote: >> >> 2011/9/11 Eric Charles: >>> >>> Hi Ioan, >>> >>> snapshots are published >>> >>> https://repository.apache.org/content/groups/snapshots/org/apache/james/james-project/ >>> >>> but mailbox pom.xml still points to 1.6 >>> I up

Re: upgrading the JavaDocs

2011-09-11 Thread Eric Charles
On 11/09/11 11:55, Ioan Eugen Stan wrote: 2011/9/11 Eric Charles: Hi Ioan, snapshots are published https://repository.apache.org/content/groups/snapshots/org/apache/james/james-project/ but mailbox pom.xml still points to 1.6 I upgraded locally to 1.7-SNAPSHOT, tried 'mvn site', and got error.

Re: upgrading the JavaDocs

2011-09-11 Thread Ioan Eugen Stan
2011/9/11 Eric Charles : > Hi Ioan, > > snapshots are published > https://repository.apache.org/content/groups/snapshots/org/apache/james/james-project/ > > but mailbox pom.xml still points to 1.6 > I upgraded locally to 1.7-SNAPSHOT, tried 'mvn site', and got error. Try to compile first. Run mvn

Re: New releases for IMAP and MAILBOX ?

2011-09-11 Thread Eric Charles
wget https://repository.apache.org/content/repositories/snapshots/org/apache/james/apache-james/3.0-beta4-SNAPSHOT/apache-james-3.0-beta4-20110911.013447-52-app.zip unzip apache-james-3.0-beta4-20110911.013447-52-app.zip stop james beta2 cp beta2 conf folder to beta4-snapshot conf cp beta2 var

Re: upgrading the JavaDocs

2011-09-11 Thread Eric Charles
Proactive Norman :) On 11/09/11 04:32, Norman Maurer wrote: Hi there, I requested to get it uploaded to maven central https://issues.jboss.org/browse/APIVIZ-9 bye norman Am Samstag, 10. September 2011 schrieb Ioan Eugen Stan< stan.ieu...@gmail.com>: 2011/9/10 Eric Charles: +1 Looks great

Re: upgrading the JavaDocs

2011-09-11 Thread Eric Charles
Hi Ioan, snapshots are published https://repository.apache.org/content/groups/snapshots/org/apache/james/james-project/ but mailbox pom.xml still points to 1.6 I upgraded locally to 1.7-SNAPSHOT, tried 'mvn site', and got error. With 1.6, javadoc was fine. Maybe it needs apiviz executable in p

[PROPOSAL] Replacing RemoteDelivery (LONGTERM)

2011-09-11 Thread Norman Maurer
Hi there, I think its time to finally get rid of javamail for sending emails via SMTP / SMTPS and use something more performant / better suited for heavy usage. javamail just sucks in many ways for SMTP Delivery in a way that a real server need it. It just don't expose all the needed stuff that we

[jira] [Resolved] (JAMES-1311) RemoteDelivery should allow to handle new emails with higher priority

2011-09-11 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1311. -- Resolution: Fixed Fix Version/s: 3.0-beta4 Allow to set "usePriority" as RemoteDelivery

svn commit: r1169482 - /james/server/trunk/mailets/src/main/java/org/apache/james/transport/mailets/RemoteDelivery.java

2011-09-11 Thread norman
Author: norman Date: Sun Sep 11 17:14:56 2011 New Revision: 1169482 URL: http://svn.apache.org/viewvc?rev=1169482&view=rev Log: Allow to use higher priorities for new emails in RemoteDelivery. See JAMES-1311 Modified: james/server/trunk/mailets/src/main/java/org/apache/james/transport/mailet

Re: upgrading the JavaDocs

2011-09-11 Thread Norman Maurer
Hi there, I requested to get it uploaded to maven central https://issues.jboss.org/browse/APIVIZ-9 bye norman Am Samstag, 10. September 2011 schrieb Ioan Eugen Stan < stan.ieu...@gmail.com>: > 2011/9/10 Eric Charles : >> +1 Looks great and very instructive >> >> Does mvn javadocs:javadocs stil