Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 35856 invoked from network); 11 Jun 2009 10:43:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jun 2009 10:43:18 -0000 Received: (qmail 31413 invoked by uid 500); 11 Jun 2009 10:43:30 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 31383 invoked by uid 500); 11 Jun 2009 10:43:30 -0000 Mailing-List: contact mime4j-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mime4j-dev@james.apache.org Delivered-To: mailing list mime4j-dev@james.apache.org Received: (qmail 31373 invoked by uid 99); 11 Jun 2009 10:43:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 10:43:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 10:43:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CDF5E234C04C for ; Thu, 11 Jun 2009 03:43:07 -0700 (PDT) Message-ID: <767274219.1244716987842.JavaMail.jira@brutus> Date: Thu, 11 Jun 2009 03:43:07 -0700 (PDT) From: "Markus Wiederkehr (JIRA)" To: mime4j-dev@james.apache.org Subject: [jira] Commented: (MIME4J-137) Rewrite MimeIOException eliminate unecessary MimeException and provide general constructors In-Reply-To: <179780491.1244428807711.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MIME4J-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718399#action_12718399 ] Markus Wiederkehr commented on MIME4J-137: ------------------------------------------ Here's my attempt: /** * MIME processing exception. *

* A MimeException may be thrown by a ContentHandler to * indicate that it has failed to process a message event and that no further * events should be generated. *

* MimeException also gets thrown by the parser to indicate MIME * protocol errors, e.g. if a message boundary is too long or a header field * cannot be parsed. */ > Rewrite MimeIOException eliminate unecessary MimeException and provide general constructors > ------------------------------------------------------------------------------------------- > > Key: MIME4J-137 > URL: https://issues.apache.org/jira/browse/MIME4J-137 > Project: JAMES Mime4j > Issue Type: Improvement > Affects Versions: 0.6 > Reporter: Nathan Beyer > Priority: Minor > Fix For: 0.7 > > Attachments: mime4j-137.patch, MimeIOException.patch > > > Rewrite the MimeIOException class to eliminate the hidden construction of a MimeException and provide a more conventional set of constructors. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.