Documentation ¶
Overview ¶
Package mail provides adapters for types in the standard net/mail package.
The types and functions in this package aren't usually used direction and instead are used implicitly by installing adapters on objconv.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddressAdapter ¶
AddressAdapter returns the adapter to encode and decode mail.Address values.
func AddressListAdapter ¶
AddressListAdapter returns the adapter to encode and decode []*mail.Address values.
The adapter uses a string representation of the mail address list, in cases where the serialized form has to be an actual array of strings the program should use []mail.Address (no pointers).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.