Decode a mime-encoded file
[Mime] mimeDecode( Char() nextchar, Bool() finalchar, Int maxlen, String boundary, String tmppath="" )
nextchar A function to return the next binary character from the data source
maxlen The maximum amount of data to read from the file handle
boundary The MIME boundary string
tmppath The path to store MimeFile temporary files. Defaults to the current directory if unspecified.
Decodes a Mime-encoded file. This function is mainly a utility function for WebCommon.initWebApp (3kaya) and has little general use.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.