public MimeBodyPart(content as String = "",
import klyn.mails part = MimeBodyPart("Hello", "text/plain; charset=UTF-8") print(part.transferEncoding)