BambooSes.Address.prepare

You're seeing just the function prepare, go back to BambooSes.Address module for more information.

Specs

prepare(address()) :: String.t()

Encodes an email address.

Example

prepare("john.doe@example.com")
prepare({nil, "john.doe@example.com"})
prepare({"", "john.doe@example.com"})
prepare({"John Doe", "john.doe@example.com"})