basic email parsing
This commit is contained in:
7
main.cpp
7
main.cpp
@@ -25,12 +25,19 @@
|
||||
#include <settingsdialog.h>
|
||||
#ifdef BUILD_EMAIL_MODE
|
||||
// #include <vmime/vmime.hpp>
|
||||
#include <email_parser/emailparser.h>
|
||||
#endif
|
||||
#include <QPushButton>
|
||||
|
||||
#include <utils/base64.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
// EmailParser p;
|
||||
// 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");
|
||||
// return 0;
|
||||
curl_global_init(CURL_GLOBAL_ALL);
|
||||
qRegisterMetaType<Check>("Check");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user