Re: Parsing a MimeMultipart :: Test case
Chris Burdess <[email protected]> Fri, 18 May 2007 14:07:57 +0100
| Newsgroups | gmane.comp.java.classpath.extensions.javamail |
|---|---|
| Message-ID | <[email protected]> |
remi__ wrote: > This is the value of "list" just after the call to parseMultipart > (List list, > Part parent, InternetHeaders parentHeaders, > String baseSection) > > [ > [TEXT, PLAIN, [CHARSET, windows-1252], NIL, NIL, 7bit, 9, 1], > [TEXT, PLAIN, [NAME, file], NIL, NIL, base64, 2516, 33, NIL, > [attachment, > [FILENAME, file]]], > [TEXT, PLAIN, [NAME, file], NIL, NIL, base64, 2516, 33, NIL, > [attachment, > [FILENAME, file]]], > [TEXT, PLAIN, [NAME, file], NIL, NIL, base64, 2516, 33, NIL, > [attachment, > [FILENAME, file]]], > [TEXT, PLAIN, [NAME, file], NIL, NIL, base64, 2516, 33, NIL, > [attachment, > [FILENAME, file]]], > [TEXT, PLAIN, [NAME, file], NIL, NIL, base64, 2516, 33, NIL, > [attachment, > [FILENAME, file]]], > MIXED, > [BOUNDARY, ----=_Part_0_31379709.1179480493454], > NIL, > NIL > ] OK, thanks. Again, this all looks depressingly normal and doesn't explain how you come to have your problem. I'm not sure what avenues to suggest.