1Mime.findMimeBoundary(3kaya) Kaya module referenceMime.findMimeBoundary(3kaya)
2
3
4
6 Mime::findMimeBoundary - Find the Mime boundary
7
9 String findMimeBoundary( String header )
10
12 header A HTTP or SMTP header line
13
15 Parse a HTTP or SMTP header line to find the Mime boundary. Note that
16 this function does not check that the string passed actually is an
17 appropriate header, so this must be checked at the call site.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
29
30
31Kaya December 2010 Mime.findMimeBoundary(3kaya)