aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/function/SMTPTestThread.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-02<refactor>(ui): Enhanced sending email function.Saturneric1-0/+3
2022-01-02<feat, refactor>(ui): change smtp test to multiply threadSaturneric1-17/+18
2021-12-20Fixed bugs.Saturneric1-10/+10
1. Not not paint in main thread.
2021-12-06Improve UI & FunctionsSaturneric1-18/+8
2021-12-02Fixed.Saturneric1-10/+10
1. Fixed known issue in File Operations.
2021-12-01Add i18n SupportSaturneric1-2/+2
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-15/+15
2021-08-10Split some source files that are too large.Saturneric1-3/+23
2021-07-12Project structure adjustment;Saturneric1-0/+32
Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;