api

http4k / org.apache.commons.fileupload.util.mime / MimeUtility

MimeUtility

class MimeUtility

Utility class to decode MIME texts.

Since 1.3

Functions

Name Summary
decodeText Decode a string of text obtained from a mail header into its proper form. The text generally will consist of a string of tokens, some of which may be encoded using base64 encoding.static fun decodeText(text: String!): String!