Re: [twsocket] [TMimeDec] Preamble and Epilogue

2005-08-14 Thread Piotr Hellrayzer Dałek
Hello! > Piotr, > Can you provide an enhanced unit with your fixes ? > Remember that the fixes should not break existing code ! I'm on vacation right now, and that's why I respond so slowly. I'll apply my fixes in the meantime, and send complete unit to you. Thanks for your patience. :) -- P

Re: [twsocket] [TMimeDec] Preamble and Epilogue

2005-08-01 Thread Francois Piette
day, July 30, 2005 4:20 PM Subject: [twsocket] [TMimeDec] Preamble and Epilogue > Hi! > > TMimeDec does NOT ignore MIME preamble and epilogue, so it fails to decode > correctly complex multipart message from RFC 2049 Appendix A. Specifically, > when it sees ending boundar

[twsocket] [TMimeDec] Preamble and Epilogue

2005-07-31 Thread Piotr Hellrayzer Dałek
Hi! TMimeDec does NOT ignore MIME preamble and epilogue, so it fails to decode correctly complex multipart message from RFC 2049 Appendix A. Specifically, when it sees ending boundary ("--boundary--") it starts another part. Disabling preamble parsing as text/plain is very simple, just have to ch