String findMimeBoundary(String header)
Arguments
header: A HTTP or SMTP header line
Usage
Parse a HTTP or SMTP header line to find the Mime boundary. Note that this function does not check that the string passed actually is an appropriate header, so this must be checked at the call site.