mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-19 19:08:17 +00:00
12 lines
215 B
Markdown
12 lines
215 B
Markdown
# cc
|
|
|
|
```lua
|
|
local cc = headers:cc()
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Parses the `Cc` header from the headermap and returns the corresponding
|
|
[AddressList](index.md#addresslist) representation of the header.
|
|
|