]> git.neil.brown.name Git - edlib.git/commit
rfc822header: detect and annotate addresses
authorNeilBrown <neil@brown.name>
Tue, 29 Aug 2023 09:40:44 +0000 (19:40 +1000)
committerNeilBrown <neil@brown.name>
Tue, 29 Aug 2023 09:49:17 +0000 (19:49 +1000)
commitedd6c13647acc39eba8205079d9ede29c442e2f7
tree8c9dfe27571ca6f49b470c1656b7d5c8b132663c
parent2adaa64746939a006800e3f1bbf9eb4f2f69ddce
rfc822header: detect and annotate addresses

A "list" is a list of addresses,  find them (between the commas) and add
attributes so their rendering can be controlled.
Each address is associated with length, a tag, and the header type.
The tag can be used to look up the actually address in a pane attribute.

Signed-off-by: NeilBrown <neil@brown.name>
doc-email.c
lib-rfc822header.c