Introduce the password provider class
ClosedPublic

Authored by aacid on Jun 12 2017, 11:24 PM.

Details

Summary

Instead of using the dbus interface of resources to get the passwords

Diff Detail

Repository
R91 PIM: Sieve Handling Library
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
aacid created this revision.Jun 12 2017, 11:24 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptJun 12 2017, 11:24 PM
Restricted Application added a subscriber: KDE PIM. · View Herald Transcript
mlaurent requested changes to this revision.Jun 13 2017, 4:42 AM

You missed to increase libksieve version.

src/ksieveui/util/autotests/utilmethodtest.cpp
37

it's in still in 17.04 it's Q_DECL_OVERRIDE
if you put in master it's override.

src/ksieveui/vacation/vacation.h
62

mPasswordProvider.

src/ksieveui/widgets/custommanagesievewidget.h
36

mPasswordProvider

This revision now requires changes to proceed.Jun 13 2017, 4:42 AM
mlaurent added inline comments.Jun 13 2017, 7:48 AM
src/ksieveui/debug/sievedebugdialog.h
64

mPasswordProvider

aacid updated this revision to Diff 15440.Jun 13 2017, 10:44 PM
aacid edited edge metadata.

Improvements suggested by Laurent

mlaurent accepted this revision.Jun 14 2017, 4:53 AM

there is a lot of unrelated changes but ok ship it

This revision is now accepted and ready to land.Jun 14 2017, 4:53 AM
This revision was automatically updated to reflect the committed changes.