1Mime.MimeData(3kaya) Kaya module reference Mime.MimeData(3kaya)
2
3
4
6 Mime::MimeData - Mime-encoded data
7
9 Mime::MimeData< >
10
11
12 = MimeString(String text)
13
14
15 | MimeFile(String origname,String path)
16
18 Mime-encoded data. Depending on the nature of the data, it may either
19 be stored in memory as a String , or on the filesystem with the origiā
20 nal name and the current filesystem path recorded.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 Mime.Mime (3kaya)
34
35
36
37Kaya December 2010 Mime.MimeData(3kaya)