aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/mail/ReceiveMailDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-07refactor: develop 2.0.6 startSaturneric1-42/+0
1. delete smtp ability 2. change libs link type to dramatic
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-0/+0
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-3/+3
1. tidy up smtp.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-10<fix>(ui): Add ReceiveMailDialog's functions definitionSaturneric1-0/+6
2022-01-05<feature>(ui, project): start to add imap support.Saturneric1-3/+7
1. introduce vmime library. 2. add ReceiveMailDialog and related actions in MainWindowUI. 3. add git submodule vmime.
2021-12-06Improve UI & FunctionsSaturneric1-5/+3
2021-12-01Add i18n SupportSaturneric1-8/+4
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-0/+0
2021-08-10Split some source files that are too large.Saturneric1-3/+23
2021-06-02Add and change the expiration date of the key pair.Saturneric1-0/+14
Add a window to change the key expiration date. Add a refresh mechanism for the key details tab. Signed-off-by: Saturneric <[email protected]>