Representation of a single alias to an email address
| Data | Description | Links |
|---|---|---|
| Aliases | List of all the user's email aliases |
| Function | Description | Links |
|---|---|---|
| alias_cleanup() | Clean up the Alias globals | |
| alias_create() | Create a new Alias from an Address | |
| alias_free() | Free an Alias | |
| alias_init() | Set up the Alias globals | |
| alias_lookup() | Find an Alias | |
| alias_new() | Create a new Alias | |
| aliaslist_clear() | Empty a List of Aliases | |
| check_alias_name() | Sanity-check an alias name | |
| expand_aliases_r() | Expand aliases, recursively | |
| mutt_addr_is_user() | Does the address belong to the user | |
| mutt_expand_aliases() | Expand aliases in a List of Addresses | |
| mutt_expand_aliases_env() | Expand aliases in all the fields of an Envelope | |
| mutt_get_address() | Get an Address from an Envelope | |
| recode_buf() | Convert some text between two character sets | |
| string_is_address() | Does an email address match a user and domain? | |
| write_safe_address() | Defang malicious email addresses |