Skip to content

Commit fd622c0

Browse files
Gene Hightowerpboettch
Gene Hightower
authored andcommitted
Use Ragel generated RFC-5321/RFC-6531 parsrr
Mailbox address parser from <https://github.com/gene-hightower/smtp-address-validator>
1 parent 56bb4a4 commit fd622c0

File tree

5 files changed

+886
-90
lines changed

5 files changed

+886
-90
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ endif()
2323

2424
# the library
2525
add_library(nlohmann_json_schema_validator
26+
src/smtp-address-validator.cpp
2627
src/json-schema-draft7.json.cpp
2728
src/json-uri.cpp
2829
src/json-validator.cpp
@@ -153,4 +154,4 @@ if(JSON_VALIDATOR_INSTALL)
153154
DESTINATION
154155
${INSTALL_CMAKE_DIR}
155156
)
156-
endif()
157+
endif()

0 commit comments

Comments
 (0)