1Mime.mimeDecode(3kaya) Kaya module reference Mime.mimeDecode(3kaya)
2
3
4
6 Mime::mimeDecode - Decode a Mime-encoded file
7
9 [Mime] mimeDecode( Char() nextchar, Bool() finalchar, Int maxlen,
10 String boundary, String tmppath="" )
11
13 nextchar A function to return the next binary character from the data
14 source
15
16 maxlen The maximum amount of data to read from the file handle
17
18 boundary The MIME boundary string
19
20 tmppath The path to store MimeFile temporary files. Defaults to the
21 current directory if unspecified.
22
24 Decodes a Mime-encoded file. This function is mainly a utility function
25 for WebCommon.initWebApp (3kaya) and has little general use.
26
28 Kaya standard library by Edwin Brady, Chris Morris and others
29 (kaya@kayalang.org). For further information see http://kayalang.org/
30
32 The Kaya standard library is free software; you can redistribute it
33 and/or modify it under the terms of the GNU Lesser General Public
34 License (version 2.1 or any later version) as published by the Free
35 Software Foundation.
36
37
38
39Kaya December 2010 Mime.mimeDecode(3kaya)