Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KIMAP
Commits
97914ebc
Commit
97914ebc
authored
Oct 09, 2020
by
Laurent Montel
😁
Browse files
Make it compiles
parent
7c3577b1
Pipeline
#37020
failed with stage
in 9 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/expungejobtest.cpp
View file @
97914ebc
...
...
@@ -59,7 +59,7 @@ private Q_SLOTS:
<<
"S: * VANISHED 405,407,410:420"
<<
"S: A000001 OK [HIGHESTMODSEQ 123456789] Expunged."
;
KIMAP
::
ImapSet
vanishedSet
;
vanishedSet
.
add
({
405
,
407
});
vanishedSet
.
add
(
KIMAP
::
ImapInterval
{
405
,
407
});
vanishedSet
.
add
(
KIMAP
::
ImapInterval
{
410
,
420
});
QTest
::
newRow
(
"qresync"
)
<<
scenario
<<
vanishedSet
<<
123456789ULL
;
}
...
...
autotests/fetchjobtest.cpp
View file @
97914ebc
...
...
@@ -179,7 +179,7 @@ private Q_SLOTS:
scope
.
qresync
=
true
;
KIMAP
::
ImapSet
vanished
;
vanished
.
add
(
KIMAP
::
ImapInterval
{
300
,
310
});
vanished
.
add
({
405
,
411
});
vanished
.
add
(
KIMAP
::
ImapInterval
{
405
,
411
});
QTest
::
newRow
(
"qresync"
)
<<
true
<<
KIMAP
::
ImapSet
(
300
,
500
)
<<
3
<<
scenario
<<
scope
<<
vanished
;
}
...
...
Luca Beltrame
@lbeltrame
mentioned in commit
c3715b5e
·
Oct 11, 2020
mentioned in commit
c3715b5e
mentioned in commit c3715b5ef140e404fc5af7c38f25f7da79f7b6bb
Toggle commit list
Daniel Vrátil
🤖
@dvratil
mentioned in commit
c7b1c849
·
Oct 14, 2020
mentioned in commit
c7b1c849
mentioned in commit c7b1c849517c2616280e5dafcb7784e612e1d65f
Toggle commit list
Daniel Vrátil
🤖
@dvratil
mentioned in commit
a45959f4
·
Nov 06, 2020
mentioned in commit
a45959f4
mentioned in commit a45959f4df7513588f065f68804a05fc547133f6
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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