Author: bago
Date: Tue Dec 29 23:23:39 2009
New Revision: 894512

URL: http://svn.apache.org/viewvc?rev=894512&view=rev
Log:
Obsolete rfc822 message failing to be parsed (MIME4J-150)

Added:
    
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.msg
    
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.out
    
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.xml  
 (with props)
    
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete_decoded.xml
   (with props)
    
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete_decoded_1.txt
   (with props)

Added: 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.msg
URL: 
http://svn.apache.org/viewvc/james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.msg?rev=894512&view=auto
==============================================================================
--- 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.msg 
(added)
+++ 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.msg 
Tue Dec 29 23:23:39 2009
@@ -0,0 +1,8 @@
+Subject :The obsolete syntax allow spaces before the colon
+       
+ and also empty lines in folding.
+Date    :     Malformed Date.
+Invalìd-Header: this is not valid.
+HeaderWithWSP          :               value.
+
+body

Added: 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.out
URL: 
http://svn.apache.org/viewvc/james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.out?rev=894512&view=auto
==============================================================================
--- 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.out 
(added)
+++ 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.out 
Tue Dec 29 23:23:39 2009
@@ -0,0 +1,7 @@
+Subject :The obsolete syntax allow spaces before the colon
+       
+ and also empty lines in folding.
+Date    :     Malformed Date.
+HeaderWithWSP          :               value.
+
+body

Added: 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.xml
URL: 
http://svn.apache.org/viewvc/james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.xml?rev=894512&view=auto
==============================================================================
--- 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.xml 
(added)
+++ 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.xml 
Tue Dec 29 23:23:39 2009
@@ -0,0 +1,15 @@
+<message>
+<header>
+<field>
+Subject :The obsolete syntax allow spaces before the colon
+       
+ and also empty lines in folding.</field>
+<field>
+Date    :     Malformed Date.</field>
+<field>
+HeaderWithWSP          :               value.</field>
+</header>
+<body>
+body
+</body>
+</message>

Propchange: 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete_decoded.xml
URL: 
http://svn.apache.org/viewvc/james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete_decoded.xml?rev=894512&view=auto
==============================================================================
--- 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete_decoded.xml
 (added)
+++ 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete_decoded.xml
 Tue Dec 29 23:23:39 2009
@@ -0,0 +1,13 @@
+<message>
+<header>
+<field>
+Subject :The obsolete syntax allow spaces before the colon
+       
+ and also empty lines in folding.</field>
+<field>
+Date    :     Malformed Date.</field>
+<field>
+HeaderWithWSP          :               value.</field>
+</header>
+<text-body name="obsolete_decoded_1.txt"/>
+</message>

Propchange: 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete_decoded.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete_decoded.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete_decoded_1.txt
URL: 
http://svn.apache.org/viewvc/james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete_decoded_1.txt?rev=894512&view=auto
==============================================================================
--- 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete_decoded_1.txt
 (added)
+++ 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete_decoded_1.txt
 Tue Dec 29 23:23:39 2009
@@ -0,0 +1 @@
+body

Propchange: 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete_decoded_1.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
james/mime4j/branches/cycleclean/core/src/test/resources/testmsgs/obsolete_decoded_1.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to