[jira] Updated: (MIME4J-48) NPE when parsing embedded quoted printable encoded message

2008-07-10 Thread Niklas Therning (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Therning updated MIME4J-48: -- Attachment: 36442979.msg If you replace =3DNextPart with NextPart this message will pars

[jira] Created: (MIME4J-48) NPE when parsing embedded quoted printable encoded message

2008-07-10 Thread Niklas Therning (JIRA)
NPE when parsing embedded quoted printable encoded message -- Key: MIME4J-48 URL: https://issues.apache.org/jira/browse/MIME4J-48 Project: Mime4j Issue Type: Bug Affects Versions: 0

svn commit: r675782 - in /james/server/trunk: phoenix-deployment/src/test/org/apache/james/mailboxmanager/ phoenix-deployment/src/test/org/apache/james/mailboxmanager/impl/ stage/org.apache.james/jars

2008-07-10 Thread rdonkin
Author: rdonkin Date: Thu Jul 10 15:13:53 2008 New Revision: 675782 URL: http://svn.apache.org/viewvc?rev=675782&view=rev Log: Fixed broken tests. Modified: james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/AbstractMailboxManagerSelfTestCase.java james/serve

svn commit: r675781 - /james/mime4j/trunk/src/main/java/org/apache/james/mime4j/MimeBoundaryInputStream.java

2008-07-10 Thread rdonkin
Author: rdonkin Date: Thu Jul 10 15:08:19 2008 New Revision: 675781 URL: http://svn.apache.org/viewvc?rev=675781&view=rev Log: For some JVMs, Sun elects to throw a IOException when an InputStreamReader encounters a zero. For example, see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4684515

[jira] Resolved: (MIME4J-47) Nested multipart messages with non-empty epilogue cause indefinite loop

2008-07-10 Thread Niklas Therning (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Therning resolved MIME4J-47. --- Resolution: Fixed Fix Version/s: 0.4 Thanks Oleg, your patch has been applied. > Neste

[jira] Closed: (MIME4J-47) Nested multipart messages with non-empty epilogue cause indefinite loop

2008-07-10 Thread Niklas Therning (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Therning closed MIME4J-47. - > Nested multipart messages with non-empty epilogue cause indefinite loop > --

svn commit: r675695 - in /james/mime4j/trunk/src: main/java/org/apache/james/mime4j/MimeBoundaryInputStream.java test/java/org/apache/james/mime4j/MultipartTokensTest.java

2008-07-10 Thread niklas
Author: niklas Date: Thu Jul 10 12:37:09 2008 New Revision: 675695 URL: http://svn.apache.org/viewvc?rev=675695&view=rev Log: Resolved MIME4J-47: Applied patch contributed by Oleg Kalnichevski. Modified: james/mime4j/trunk/src/main/java/org/apache/james/mime4j/MimeBoundaryInputStream.java

[jira] Assigned: (MIME4J-47) Nested multipart messages with non-empty epilogue cause indefinite loop

2008-07-10 Thread Niklas Therning (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Therning reassigned MIME4J-47: - Assignee: Niklas Therning > Nested multipart messages with non-empty epilogue cause indefi

Re: [mime4j] Java 1.4 compatibility broken

2008-07-10 Thread Robert Burrell Donkin
On Thu, Jul 10, 2008 at 7:46 PM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > Folks, > > There is a reference to a Java 1.5 specific method in the AbstractEntity > class. I think it needs to be removed. > > Patch attached. committed, many thanks. - robert --

svn commit: r675685 - /james/mime4j/trunk/src/main/java/org/apache/james/mime4j/AbstractEntity.java

2008-07-10 Thread rdonkin
Author: rdonkin Date: Thu Jul 10 12:12:39 2008 New Revision: 675685 URL: http://svn.apache.org/viewvc?rev=675685&view=rev Log: Replace method added in Java1.5. Contributed by Oleg Kalnichevski. Modified: james/mime4j/trunk/src/main/java/org/apache/james/mime4j/AbstractEntity.java Modified:

[mime4j] Java 1.4 compatibility broken

2008-07-10 Thread Oleg Kalnichevski
Folks, There is a reference to a Java 1.5 specific method in the AbstractEntity class. I think it needs to be removed. Patch attached. Oleg Index: /home/oleg/src/apache.org/james/mime4j/src/main/java/org/apache/james/mime4j/AbstractEntity.java ===

[jira] Updated: (MIME4J-47) Nested multipart messages with non-empty epilogue cause indefinite loop

2008-07-10 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated MIME4J-47: Attachment: mime4j.patch My bad. The fix looks reasonable to me. Attaching a patch with an a

Re: [mime4j] Review Packaging

2008-07-10 Thread Stefano Bagnara
Stefano Bagnara ha scritto: B] our root package included classes from mixed layers/dependencies. From the class dependencies graph it was almost obvious some different classification: - core: BodyDescriptor/MutableBodyDescriptor/ContentDescriptor/MimeException - util: ByteArrayBuffer/

Re: [mime4j] Review Packaging

2008-07-10 Thread Stefano Bagnara
Robert Burrell Donkin ha scritto: On 7/10/08, Stefano Bagnara <[EMAIL PROTECTED]> wrote: Robert Burrell Donkin ha scritto: thanks to the great work done by Oleg, Mime4J is much better and has quite a lot more classes. a release should be really close now. so, it's a good time to review packagin

Re: [mime4j] Review Packaging

2008-07-10 Thread Robert Burrell Donkin
On 7/10/08, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > Robert Burrell Donkin ha scritto: >> thanks to the great work done by Oleg, Mime4J is much better and has >> quite a lot more classes. a release should be really close now. so, >> it's a good time to review packaging. i think the packages bel

svn commit: r675622 - /james/mime4j/trunk/src/main/java/org/apache/james/mime4j/field/address/parser/BaseNode.java

2008-07-10 Thread bago
Author: bago Date: Thu Jul 10 08:57:39 2008 New Revision: 675622 URL: http://svn.apache.org/viewvc?rev=675622&view=rev Log: Remove imports from the same package. Modified: james/mime4j/trunk/src/main/java/org/apache/james/mime4j/field/address/parser/BaseNode.java Modified: james/mime4j/tru

svn commit: r675620 - /james/mime4j/trunk/src/main/java/org/apache/james/mime4j/util/MimeUtil.java

2008-07-10 Thread bago
Author: bago Date: Thu Jul 10 08:55:41 2008 New Revision: 675620 URL: http://svn.apache.org/viewvc?rev=675620&view=rev Log: Remove unused import (created a declared but unexisting cyclic depencies between packages) Modified: james/mime4j/trunk/src/main/java/org/apache/james/mime4j/util/MimeU

[jira] Updated: (MIME4J-47) Nested multipart messages with non-empty epilogue cause indefinite loop

2008-07-10 Thread Niklas Therning (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Therning updated MIME4J-47: -- Attachment: 36368753.msg And here's the message > Nested multipart messages with non-empty epil

[jira] Created: (MIME4J-47) Nested multipart messages with non-empty epilogue cause indefinite loop

2008-07-10 Thread Niklas Therning (JIRA)
Nested multipart messages with non-empty epilogue cause indefinite loop --- Key: MIME4J-47 URL: https://issues.apache.org/jira/browse/MIME4J-47 Project: Mime4j Issue Type: B

Re: [mime4j] Review Packaging

2008-07-10 Thread Stefano Bagnara
Robert Burrell Donkin ha scritto: thanks to the great work done by Oleg, Mime4J is much better and has quite a lot more classes. a release should be really close now. so, it's a good time to review packaging. i think the packages below need some thought. i think that the packaging strategy has b

[EMAIL PROTECTED]: Project james-server (in module james-server) failed

2008-07-10 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project james-server has an issue affecting its community integration. This issue affects