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
ab0e3d8c
Commit
ab0e3d8c
authored
May 28, 2020
by
Laurent Montel
Browse files
Start to implement save mailtransport
parent
61c531f3
Pipeline
#21540
passed with stage
in 6 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/autotests/mail/importmailjobinterfacetestimpl.cpp
View file @
ab0e3d8c
...
...
@@ -136,4 +136,20 @@ void ImportMailJobInterfaceTestImpl::importSmtpMailTransport(const SmtpMailTrans
{
qDebug
()
<<
"ImportMailJobInterfaceTestImpl::importSmtpMailTransport(const KConfigGroup &group, int defaultTransport, int transportId) not implement yet"
;
qDebug
()
<<
" defaultTransport "
<<
defaultTransport
<<
" transportId "
<<
transportId
;
KConfig
config
(
QStringLiteral
(
"/tmp/mailtransport/config/mailtransports"
));
#if 0
smtpMailTransport.name();
smtpMailTransport.host();
smtpMailTransport.port();
smtpMailTransport.userName();
smtpMailTransport.precommand();
smtpMailTransport.requiresAuthentication();
smtpMailTransport.specifyHostname();
smtpMailTransport.localHostname();
smtpMailTransport.specifySenderOverwriteAddress();
smtpMailTransport.storePassword();
smtpMailTransport.senderOverwriteAddress();
smtpMailTransport.encryption();
smtpMailTransport.authenticationType();
#endif
}
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