public static html(content as String, charset as String = "UTF-8") as MimeBodyPart:
import klyn.mails part = MimeBodyPart.html("<strong>Hello</strong>") print(part.contentType)