diff --git a/main.cpp b/main.cpp index 2382c2b..849535a 100644 --- a/main.cpp +++ b/main.cpp @@ -33,17 +33,17 @@ int main(int argc, char *argv[]) { - EmailParser p; - p.parse_file("/home/leca/example_email_receipts/lamoda.eml"); - // p.parse_file("/home/leca/example_email_receipts/lamoda2.eml"); - 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"); - p.parse_file("/home/leca/example_email_receipts/avtodor.eml"); - return 0; + // EmailParser p; + // p.parse_file("/home/leca/example_email_receipts/lamoda.eml"); + // // p.parse_file("/home/leca/example_email_receipts/lamoda2.eml"); + // 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"); + // p.parse_file("/home/leca/example_email_receipts/avtodor.eml"); + // return 0; curl_global_init(CURL_GLOBAL_ALL); qRegisterMetaType("Check");