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