more advanced parsing

This commit is contained in:
2025-06-10 22:43:44 +03:00
parent 9da589839c
commit c9f447009b
9 changed files with 149 additions and 50 deletions

View File

@@ -34,9 +34,12 @@
int main(int argc, char *argv[]) {
// EmailParser p;
// p.parse_file("/home/leca/example_email_receipts/читай_город.eml");
// p.parse_file("/home/leca/example_email_receipts/lenta.eml");
// p.parse_file("/home/leca/example_email_receipts/magnit.eml");
// p.parse_file("/home/leca/example_email_receipts/pyaterochka.eml");
// p.parse_file("/home/leca/example_email_receipts/rzd.eml");
// p.parse_file("/home/leca/example_email_receipts/russteels.eml");
// return 0;
curl_global_init(CURL_GLOBAL_ALL);
qRegisterMetaType<Check>("Check");