<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 33: InputDataStreamAdapter doesn't handle msgs w/o a MIME header</title><link href="https://sourceforge.net/p/beepcore-java/bugs/33/" rel="alternate"/><link href="https://sourceforge.net/p/beepcore-java/bugs/33/feed.atom" rel="self"/><id>https://sourceforge.net/p/beepcore-java/bugs/33/</id><updated>2004-01-19T23:48:04Z</updated><subtitle>Recent changes to 33: InputDataStreamAdapter doesn't handle msgs w/o a MIME header</subtitle><entry><title>InputDataStreamAdapter doesn't handle msgs w/o a MIME header</title><link href="https://sourceforge.net/p/beepcore-java/bugs/33/" rel="alternate"/><published>2004-01-19T23:48:04Z</published><updated>2004-01-19T23:48:04Z</updated><author><name>Wladimir Araujo</name><uri>https://sourceforge.net/u/delara/</uri></author><id>https://sourceforge.net52da4b2c8959f54470821a2b732f2f0dbb0dd8db</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This class expects a message that explicitly declares a &lt;br /&gt;
MIME header (ContentType). If that is not the case, the &lt;br /&gt;
result is sometimes an empty stream. That depends on &lt;br /&gt;
the message content itself.&lt;br /&gt;
Per spec, when a MIME header is not specified, it must &lt;br /&gt;
assume a default (application/octet-stream).&lt;br /&gt;
The problem is that the class searches for a ':'. It &lt;br /&gt;
should, instead, do a proper MIME parsing.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>