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
aef32f28
Commit
aef32f28
authored
Oct 18, 2020
by
Daniel Vrátil
🤖
Browse files
Remove BIC
parent
a45959f4
Pipeline
#39817
failed with stage
in 13 minutes and 9 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/fetchjob.cpp
View file @
aef32f28
...
...
@@ -96,6 +96,12 @@ public:
using
namespace
KIMAP
;
FetchJob
::
FetchScope
::
FetchScope
()
:
mode
(
FetchScope
::
Content
)
,
changedSince
(
0
)
,
qresync
(
false
)
{}
FetchJob
::
FetchJob
(
Session
*
session
)
:
Job
(
*
new
FetchJobPrivate
(
this
,
session
,
i18n
(
"Fetch"
)))
{
...
...
src/fetchjob.h
View file @
aef32f28
...
...
@@ -78,6 +78,8 @@ public:
class
KIMAP_EXPORT
FetchScope
{
public:
FetchScope
();
/**
* Used to indicate what part of the message should be fetched.
*/
...
...
Write
Preview
Supports
Markdown
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