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