mhonarc-users

Some Bugs?

1996-12-12 02:31:02
Some Bug Reports in MHonArc 2.0.0 alpha 2

----------------------------------------------------------------------
mhrcfile.pl 
----------------------------------------------------------------------
        misses the code for loading <tlinoneend>

----------------------------------------------------------------------
readmail.pl 
----------------------------------------------------------------------
        when spliting a MIME multipart message, the last \r\n is
cut, thus it produces a </PRE> code which does not start from the
begining of a line.

......................................................................
Sample
......................................................................
Content-Type: multipart/mixed ; boundary="MIME-Boundary-MIME"

Message is sent with MIME. Attachments are base64 encoded
--MIME-Boundary-MIME
Content-Type: text/plain ; charset=ISO-8859-1
Content-transfer-encoding: quoted-printable
abc
def
end_of_the_section
--MIME-Boundary-MIME
Content-Type: application/octet-stream; name="sample.doc"
Content-transfer-encoding: base64
Next Section...
......................................................................


For Example, this sample is converted in the msg00000.html
like....

......................................................................
<PRE>
abc
def
end_of_the_section</PRE>
                  ^^^^^^
......................................................................

Regards,
--
OTA takeaki
E-mail: ota(_at_)savechildren(_dot_)or(_dot_)jp

<Prev in Thread] Current Thread [Next in Thread>