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
KDE PIM Runtime
Commits
3e991e3f
Commit
3e991e3f
authored
Oct 06, 2022
by
Laurent Montel
Browse files
Port deprecated method
parent
fbd7e5bd
Pipeline
#242670
passed with stage
in 14 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/imap/retrievecollectionstask.cpp
View file @
3e991e3f
...
...
@@ -72,7 +72,7 @@ void RetrieveCollectionsTask::doStart(KIMAP::Session *session)
// so we need to use both and exclude mailboxes in LSUB but not in LIST
if
(
isSubscriptionEnabled
())
{
auto
fullListJob
=
new
KIMAP
::
ListJob
(
session
);
fullListJob
->
setIncludeUnsubscribed
(
true
);
fullListJob
->
set
Option
(
KIMAP
::
ListJob
::
IncludeUnsubscribed
);
fullListJob
->
setQueriedNamespaces
(
serverNamespaces
());
connect
(
fullListJob
,
&
KIMAP
::
ListJob
::
mailBoxesReceived
,
this
,
&
RetrieveCollectionsTask
::
onFullMailBoxesReceived
);
connect
(
fullListJob
,
&
KIMAP
::
ListJob
::
result
,
this
,
&
RetrieveCollectionsTask
::
onFullMailBoxesReceiveDone
);
...
...
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