mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-04 18:08:16 +00:00
13 lines
435 B
Markdown
13 lines
435 B
Markdown
# `addressheader.email`
|
|
|
|
If the address header consists of a single simple address, returns the email
|
|
address portion of the address. For example, if the address is `"John Smith
|
|
<first.last@example.com>`, `addressheader.email` will evaluate as
|
|
`first.last@example.com`.
|
|
|
|
If the address header is not a single simple address, raises an error.
|
|
|
|
If the address header is a single simple address, but has no email address,
|
|
returns `nil`.
|
|
|