svn commit: r733492 [1/3] - in /james/protocols/imap/trunk: ./ api/src/test/java/org/apache/james/api/imap/message/response/imap4rev1/ build-tools/ decode/src/test/java/org/apache/james/imap/decode/im

2009-01-11 Thread rdonkin
Author: rdonkin Date: Sun Jan 11 09:17:48 2009 New Revision: 733492 URL: http://svn.apache.org/viewvc?rev=733492&view=rev Log: Switch to JMock 2 Added: james/protocols/imap/trunk/stage/jmock/jars/jmock-2.5.1.LICENSE james/protocols/imap/trunk/stage/jmock/jars/jmock-2.5.1.jar (with props

svn commit: r733492 [3/3] - in /james/protocols/imap/trunk: ./ api/src/test/java/org/apache/james/api/imap/message/response/imap4rev1/ build-tools/ decode/src/test/java/org/apache/james/imap/decode/im

2009-01-11 Thread rdonkin
Modified: james/protocols/imap/trunk/processor/src/test/java/org/apache/james/imap/processor/imap4rev1/ListProcessorTest.java URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/processor/src/test/java/org/apache/james/imap/processor/imap4rev1/ListProcessorTest.java?rev=733492&r1=733491&

[jira] Resolved: (MIME4J-60) Configurable strategy for line delimiters

2009-01-11 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved MIME4J-60. - Resolution: Won't Fix Fix Version/s: (was: 0.6) Closing as WONTFIX due to the n

[jira] Created: (MIME4J-103) Replace QuotedPrintableInputStream with a faster version

2009-01-11 Thread Oleg Kalnichevski (JIRA)
Replace QuotedPrintableInputStream with a faster version Key: MIME4J-103 URL: https://issues.apache.org/jira/browse/MIME4J-103 Project: JAMES Mime4j Issue Type: Improvement

Re: [mime4j] MIME4J-77 Decide Whether MimeException should extend IOException

2009-01-11 Thread Oleg Kalnichevski
On Sat, 2009-01-10 at 22:00 +0100, Markus Wiederkehr wrote: > You're gonna hate me.. > > With MIME4J-77 the decision was made to decouple MimeException from > IOException and to introduce an adaptor class, MimeIOException. And > yes, I agreed on that. > > But now that I have worked with the curre

Re: [VOTE] Create mime4j-dev mailing list

2009-01-11 Thread Oleg Kalnichevski
On Sat, 2009-01-10 at 08:13 +0100, Bernd Fondermann wrote: > Hi, > > Development of mime4j has considerably gained speed, with added > committers and successful releases. > > Mime4j discussions comprise a large part of the mail on server-dev. > > Mime4j is independent of our server product and

Re: [VOTE] Create mime4j-dev mailing list

2009-01-11 Thread Norman Maurer
[x] +1, create new ML and move mim4j discussions there Cheers, Norman 2009/1/10 Bernd Fondermann : > Hi, > > Development of mime4j has considerably gained speed, with added committers > and successful releases. > > Mime4j discussions comprise a large part of the mail on server-dev. > > Mime4j is

[jira] Closed: (MIME4J-70) RFC Interface Design

2009-01-11 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin closed MIME4J-70. --- Resolution: Fixed Removed interfaces to simplify system design in this area > RFC Int

svn commit: r733435 - in /james/mime4j/trunk/src: main/java/org/apache/james/mime4j/descriptor/ test/java/org/apache/james/mime4j/descriptor/

2009-01-11 Thread rdonkin
Author: rdonkin Date: Sun Jan 11 01:11:15 2009 New Revision: 733435 URL: http://svn.apache.org/viewvc?rev=733435&view=rev Log: MIME4J-70 RFC Interface Design - remove interfaces to simplify design (https://issues.apache.org/jira/browse/MIME4J-70) Removed: james/mime4j/trunk/src/main/java/or

JAMES Server Nightly Build Report

2009-01-11 Thread JAMES Nightly Build System
An automated nightly build of JAMES has been posted to http://people.apache.org/builds/james/nightly/ Any unit test errors from the build should be reported below: -

[jira] Assigned: (MIME4J-70) RFC Interface Design

2009-01-11 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin reassigned MIME4J-70: --- Assignee: Robert Burrell Donkin > RFC Interface Design >

Re: [mime4j] MIME4J-6 Loading bodies on demand instead of using temporary files

2009-01-11 Thread Robert Burrell Donkin
On Sat, Jan 10, 2009 at 9:33 PM, Markus Wiederkehr wrote: > On Sat, Jan 10, 2009 at 10:27 PM, Robert Burrell Donkin > wrote: >> On Sat, Jan 10, 2009 at 8:05 PM, Markus Wiederkehr >> wrote: >>> On Sat, Jan 10, 2009 at 4:34 PM, Robert Burrell Donkin >>> wrote: what about https://issues.apach

[jira] Updated: (MIME4J-6) Loading bodies on demand instead of using temporary files

2009-01-11 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin updated MIME4J-6: --- Fix Version/s: (was: 0.6) 0.7 Need to review StorageProvider WRT