The function int mime_decompile(Octstr *binary_mime, Octstr **mime)
decompiles from a WSP encoding into a MIME encoding. However, I notice that it uses "\n" as line terminators instead of the canonical "\r\n" required by the MIME RFCs. I assume canonical encodings is what's required here ???
