klyn.mails.InternetAddress.toString
method
public override toString() as String:
Description

Returns the RFC 5322 header form.

import klyn.mails

address = InternetAddress("user@example.com", "Demo User")
print(address.toString())