BambooSes.Encoding (bamboo_ses v0.4.6)
View SourceEncoding module contains various helper methods related to encoding of a strings and an email addresses
Summary
Functions
Checks if string contains only ASCII characters
Encodes string to rfc1342 if needed
Encodes an email address.
Functions
Checks if string contains only ASCII characters
Returns boolean value
Encodes string to rfc1342 if needed
Returns encoded string
@spec prepare_address(Bamboo.Email.address()) :: String.t()
Encodes an email address.
Returns encoded email address.
Example
prepare_address({"", "john.doe@example.com"})
prepare_address({"John Doe", "john.doe@example.com"})