aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/mail/SendMailDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-07refactor: develop 2.0.6 startSaturneric1-439/+0
1. delete smtp ability 2. change libs link type to dramatic
2022-02-06<refactor>(src): Move and split the Global Settings StationSaturneric1-1/+1
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-1/+1
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-1/+1
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-3/+3
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-10/+10
1. tidy up thread.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-88/+88
1. tidy up smtp.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-6/+7
1. Rename related entities. 2. Add a comments.
2022-01-12<refactor, chore>(project, ui, core): Normalize third-party dependencies.Saturneric1-2/+1
1. All third-party dependencies are in the form of submodules . 2. Compile third-party dependencies together at compile time. 3. Strip 3rd party dependencies from source code. 4. Normalize the reference of the header file of the third-party dependency, and only refer to it once. 5. Remove all find_libraries and use build-time static library files instead.
2022-01-12<refactor>(ui): Adjust src/ui/function to src/ui/threadSaturneric1-1/+1
2022-01-05<fix, feature>(ui): let send mail meet with rfc3156.Saturneric1-1/+7
2022-01-04<fix>(ui): fixed bugs in send mail dialogSaturneric1-3/+3
2022-01-04<feature, fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1 and ↵Saturneric1-2/+0
add network settings. 1. proxy settings. 2. network capability. 3. fixed known bugs. 4. improve ui.
2022-01-04<fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1.Saturneric1-0/+5
1. longer expire date for keygen. 2. version system improved and fixed. 3. include ui text not translated. 4. improve ui.
2022-01-04<fix>(ui): improve ui.Saturneric1-1/+1
2022-01-03<fix, feature>(core, ui): key package import.Saturneric1-0/+7
1. use gpgme_op_export_keys as multiply keys export. 2. improve ui. 3. write key package import done.
2022-01-03<feature>(ui): default sender gpg key settings in send mail.Saturneric1-0/+18
2022-01-02<fixed, refactor>(ui): Enhanced sending email function.Saturneric1-0/+17
1. make options changeable when init in sending email dialog.
2022-01-02<refactor>(ui): Enhanced sending email function.Saturneric1-74/+175
2022-01-02<feat, refactor>(ui): change smtp test to multiply threadSaturneric1-3/+3
2021-12-16Fixed & Improve.Saturneric1-1/+1
1. Fixed Known Issues. 2. Improve UI.
2021-12-16Fixed Known Problem.Saturneric1-14/+18
2021-12-16Added and Fixed Translation.Saturneric1-0/+3
2021-12-16Added & Improved & Fixed.Saturneric1-53/+134
Fixed Bugs in core. Improved Send Mail & Keyserver Settings. Added Pubkey Sync for key list. Added Refresh for key list. Improved Send Mail and others. Known Bugs Fixed.
2021-12-14SMTP Support Added.Saturneric1-3/+3
2021-12-01Add i18n SupportSaturneric1-17/+18
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-28Can be compiled with minimal UI support.Saturneric1-3/+2
2021-10-02UI Framework Modified.Saturneric1-136/+158
2021-07-16Improve the function of sending mail; update the version number;Saturneric1-9/+69
2021-07-15Add send mail function and its settings.Saturneric1-0/+113