public override toString() as String:
Returns the RFC 5322 header form.
import klyn.mails address = InternetAddress("user@example.com", "Demo User") print(address.toString())