Fix #4903: Parse Email Addresses whenever used (#4932)

This commit is contained in:
Zach H 2023-12-09 00:52:47 -05:00 committed by GitHub
parent b73ef58567
commit 07a8cd0a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 86 additions and 52 deletions

View file

@ -5,6 +5,7 @@
project(Servatrice VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
set(servatrice_SOURCES
src/email_parser.cpp
src/main.cpp
src/servatrice.cpp
src/servatrice_connection_pool.cpp