diff options
author | Saturneric <[email protected]> | 2022-01-05 14:33:08 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-05 14:33:08 +0000 |
commit | af944181eed588b103bcda19dbd69eac83a27404 (patch) | |
tree | eb35d8bf01f2af96e48cd3abf52e5c5f6c809931 /.gitmodules | |
parent | <chore>(project): rename gpg_core and gpgfrontend-ui. (diff) | |
download | GpgFrontend-af944181eed588b103bcda19dbd69eac83a27404.tar.gz GpgFrontend-af944181eed588b103bcda19dbd69eac83a27404.zip |
<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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f559522f..f101f456 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "third_party/libgpg-error"] path = third_party/libgpg-error url = https://github.com/saturneric/libgpg-error +[submodule "third_party/vmime"] + path = third_party/vmime + url = https://github.com/saturneric/vmime |