Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMailTransport
Commits
71fa11c2
Commit
71fa11c2
authored
Oct 12, 2022
by
Sandro Knauß
🐝
Browse files
Add TODO for last usage of KWallet directly.
parent
76cebef2
Pipeline
#252650
passed with stage
in 4 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kmailtransport/transport.cpp
View file @
71fa11c2
...
...
@@ -25,7 +25,6 @@
#endif
using
namespace
QKeychain
;
using
namespace
MailTransport
;
using
namespace
KWallet
;
Transport
::
Transport
(
const
QString
&
cfgGroup
)
:
TransportBase
(
cfgGroup
)
...
...
@@ -189,7 +188,10 @@ void Transport::usrRead()
if
(
!
d
->
password
.
isEmpty
())
{
d
->
passwordLoaded
=
true
;
if
(
Wallet
::
isEnabled
())
{
if
(
KWallet
::
Wallet
::
isEnabled
())
{
//TODO: Needs to replaced with a check, if a backend is available.
// 2022-10-12: QtKeyChain has no method to request, if there is any backend.
// see https://github.com/frankosterfeld/qtkeychain/issues/224
d
->
needsWalletMigration
=
true
;
}
else
{
d
->
storePasswordInFile
=
true
;
...
...
Sandro Knauß
🐝
@knauss
mentioned in merge request
!16 (closed)
·
Oct 21, 2022
mentioned in merge request
!16 (closed)
mentioned in merge request !16
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment