1
0

11 Commits

Author SHA1 Message Date
e88fb9a533 feat: add submodule spdlog 2023-02-03 08:04:04 -08:00
11f988d7d9 feat: delete dependency easyloggingpp 2023-02-03 21:46:59 +08:00
8c22833e4a feat: change submodules url
1. set to self-hosted mirrored git repositroies.
2022-11-26 19:29:01 +08:00
7ca57f7e16 refactor: remove submodules
1. remove vmime
2. remove smtp-mime
2022-05-08 01:10:10 +08:00
stehu
912fb33a87 <fix, refactor, feat> adjust the project configuration
1. Fix possible problems with mac compilation
2. Add new third-party dependency libconfig
3. Use the correct project configuration to specify the C++ standard
2022-03-04 23:53:59 +08:00
a7b93c712a <chore>(project): add and separate third party code
1. Add libarchive dependency
2. Separate encoding detection code from src
2022-02-04 00:58:49 +08:00
46046d2bbe <fix>(git): Fix the url problem of .gitmodules 2022-01-15 01:05:15 +08:00
c4d972cd57 <fix>(project): support build on Windows.
1. Optimize the introduction of vmime header files.
2. Disable ExternalProject when using Windows platform.
2022-01-15 00:46:24 +08:00
9064eb6ae1 <refactor, chore>(project, ui, core): Normalize third-party dependencies.
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-13 01:56:12 +08:00
af944181ee <feature>(ui, project): start to add imap support.
1. introduce vmime library.
2. add ReceiveMailDialog and related actions in MainWindowUI.
3. add git submodule vmime.
2022-01-05 22:33:08 +08:00
ef06c6db41 Add Submodules & Update & Fixed
1. AppImage Update
2. gpgme
3. libgpg-error
4. libassuan
5. update gcc's version to 8.
6. fix build issues.
2021-12-05 18:16:24 +08:00