• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSES/H03-May-2022-

autotests/H03-May-2022-2,8101,990

po/H01-Mar-2022-31,44225,870

serializers/H03-May-2022-443369

src/H03-May-2022-5,4353,631

tests/H03-May-2022-196123

.git-blame-ignore-revsH A D07-Feb-202256 32

.gitignoreH A D07-Feb-2022285 2726

.gitlab-ci.ymlH A D07-Feb-2022289 75

.kde-ci.ymlH A D07-Feb-2022213 108

CMakePresets.jsonH A D07-Feb-20225.7 KiB168166

CMakePresets.json.licenseH A D07-Feb-2022103 32

KF5AkonadiMimeConfig.cmake.inH A D07-Feb-2022163 64

README.mdH A D07-Feb-2022450 107

akonadi-mimeprivate_export.h.inH A D07-Feb-202294 42

metainfo.yamlH A D07-Feb-2022330 2018

metainfo.yaml.licenseH A D07-Feb-202262 32

sanitizers.suppH A D07-Feb-2022442 1715

README.md

1# Akonadi Mime #
2
3Akonadi Mime is a library that effectively bridges the type-agnostic API of
4the Akonadi client libraries and the domain-specific KMime library. It provides
5jobs, models and other helpers to make working with emails through Akonadi easier.
6
7The most notable classes are "commands" to update email flags (like read, spam,
8etc.) or move it to trash and Akonadi::StandardMailActionManager which provides
9set of email-specific QActions.
10