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
PIM Data Exporter
Commits
c5f501c0
Commit
c5f501c0
authored
May 25, 2020
by
Laurent Montel
Browse files
implement identity list
parent
fb638664
Pipeline
#21217
passed with stage
in 10 minutes and 5 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/autotests/mail/data/export/identities/config/kmail2rc
View file @
c5f501c0
...
...
@@ -61,15 +61,15 @@ upper-case-first-char-of-sentence=true
Collection=2111
Enabled=true
[Automatic Add Contacts 1
656347364
]
[Automatic Add Contacts 1
0
]
Collection=3840
Enabled=false
[Automatic Add Contacts
293053367
]
[Automatic Add Contacts
11
]
Collection=3840
Enabled=false
[Automatic Add Contacts
870821069
]
[Automatic Add Contacts
12
]
Collection=3840
Enabled=true
...
...
core/autotests/mail/data/export/mailconfigandresource/config/kmail2rc
View file @
c5f501c0
...
...
@@ -61,15 +61,15 @@ upper-case-first-char-of-sentence=true
Collection=2111
Enabled=true
[Automatic Add Contacts 1
656347364
]
[Automatic Add Contacts 1
0
]
Collection=3840
Enabled=false
[Automatic Add Contacts
293053367
]
[Automatic Add Contacts
11
]
Collection=3840
Enabled=false
[Automatic Add Contacts
870821069
]
[Automatic Add Contacts
12
]
Collection=3840
Enabled=true
...
...
core/autotests/mail/data/export/mailconfigandresource/references/config/kmail2rc
View file @
c5f501c0
...
...
@@ -60,15 +60,15 @@ upper-case-first-char-of-sentence=true
Collection=2111
Enabled=true
[Automatic Add Contacts 1
656347364
]
[Automatic Add Contacts 1
0
]
Collection=foo/bla bla/bli3840
Enabled=false
[Automatic Add Contacts
293053367
]
[Automatic Add Contacts
11
]
Collection=foo/bla bla/bli3840
Enabled=false
[Automatic Add Contacts
870821069
]
[Automatic Add Contacts
12
]
Collection=foo/bla bla/bli3840
Enabled=true
...
...
core/autotests/mail/data/export/mailonlyconfig/config/kmail2rc
View file @
c5f501c0
...
...
@@ -61,15 +61,15 @@ upper-case-first-char-of-sentence=true
Collection=2111
Enabled=true
[Automatic Add Contacts 1
656347364
]
[Automatic Add Contacts 1
0
]
Collection=3840
Enabled=false
[Automatic Add Contacts
293053367
]
[Automatic Add Contacts
11
]
Collection=3840
Enabled=false
[Automatic Add Contacts
870821069
]
[Automatic Add Contacts
12
]
Collection=3840
Enabled=true
...
...
core/autotests/mail/data/export/mailonlyconfig/references/config/kmail2rc
View file @
c5f501c0
...
...
@@ -60,15 +60,15 @@ upper-case-first-char-of-sentence=true
Collection=2111
Enabled=true
[Automatic Add Contacts 1
656347364
]
[Automatic Add Contacts 1
0
]
Collection=foo/bla bla/bli3840
Enabled=false
[Automatic Add Contacts
293053367
]
[Automatic Add Contacts
11
]
Collection=foo/bla bla/bli3840
Enabled=false
[Automatic Add Contacts
870821069
]
[Automatic Add Contacts
12
]
Collection=foo/bla bla/bli3840
Enabled=true
...
...
core/autotests/mail/data/export/mailtransport/config/kmail2rc
View file @
c5f501c0
...
...
@@ -61,15 +61,15 @@ upper-case-first-char-of-sentence=true
Collection=2111
Enabled=true
[Automatic Add Contacts 1
656347364
]
[Automatic Add Contacts 1
0
]
Collection=3840
Enabled=false
[Automatic Add Contacts
293053367
]
[Automatic Add Contacts
11
]
Collection=3840
Enabled=false
[Automatic Add Contacts
870821069
]
[Automatic Add Contacts
12
]
Collection=3840
Enabled=true
...
...
core/autotests/mail/exportmailjobinterfacetest.cpp
View file @
c5f501c0
...
...
@@ -139,8 +139,7 @@ QString ExportMailJobInterfaceTestImpl::createResource(const QString &resources,
QVector
<
uint
>
ExportMailJobInterfaceTestImpl
::
listIdentityUoid
()
const
{
//TODO
return
{};
return
{
10
,
11
,
12
,
13
,
14
};
}
ExportMailJobInterfaceTest
::
ExportMailJobInterfaceTest
(
QObject
*
parent
)
...
...
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