新增邮件发送工具

This commit is contained in:
feiyangqingyun
2019-11-21 14:29:19 +08:00
parent 9da9db4d03
commit a9c472c1da
34 changed files with 2170 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
HEADERS += \
$$PWD/emailaddress.h \
$$PWD/mimeattachment.h \
$$PWD/mimecontentformatter.h \
$$PWD/mimefile.h \
$$PWD/mimehtml.h \
$$PWD/mimeinlinefile.h \
$$PWD/mimemessage.h \
$$PWD/mimemultipart.h \
$$PWD/mimepart.h \
$$PWD/mimetext.h \
$$PWD/quotedprintable.h \
$$PWD/smtpclient.h \
$$PWD/smtpmime.h \
$$PWD/sendemailthread.h
SOURCES += \
$$PWD/emailaddress.cpp \
$$PWD/mimeattachment.cpp \
$$PWD/mimecontentformatter.cpp \
$$PWD/mimefile.cpp \
$$PWD/mimehtml.cpp \
$$PWD/mimeinlinefile.cpp \
$$PWD/mimemessage.cpp \
$$PWD/mimemultipart.cpp \
$$PWD/mimepart.cpp \
$$PWD/mimetext.cpp \
$$PWD/quotedprintable.cpp \
$$PWD/smtpclient.cpp \
$$PWD/sendemailthread.cpp