class Mail::CommonAddressField
- Mail::CommonAddressField
- Mail::NamedStructuredField
- Mail::StructuredField
- Mail::CommonField
- Reference
- Object
Direct Known Subclasses
Defined in:
mail/fields/common_address_field.crConstructors
Class Method Summary
Instance Method Summary
- #<<(val)
- #address
-
#addresses
Returns the address string of all the addresses in the address list
-
#addrs
Returns the actual address objects in the address list
-
#decoded_group_addresses
Returns a list of decoded group addresses
- #default
-
#display_names
Returns the display name of all the addresses in the address list
- #do_decode
- #do_encode
-
#each(&)
Allows you to iterate through each address object in the address_list
- #element
- #encode_if_needed(val, val_charset = charset)
-
#encoded_group_addresses
Returns a list of encoded group addresses
-
#formatted
Returns the formatted string of all the addresses in the address list
- #get_group_addresses(group_list)
-
#group_addresses
Returns the addresses that are part of groups
-
#group_names
Returns the name of all the groups in a string
-
#groups
Returns a hash of group name => address strings for the address list
-
#utf8_if_needed(val, val_charset)
Pass through UTF-8 addresses