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
KDE PIM Runtime
Commits
4b654ac5
Commit
4b654ac5
authored
Nov 17, 2020
by
Laurent Montel
😁
Browse files
We can see that there is a server host
parent
ecff6377
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/pop3/pop3resource.cpp
View file @
4b654ac5
...
...
@@ -459,7 +459,7 @@ void POP3Resource::loginJobResult(KJob *job)
if
(
job
->
error
()
==
KIO
::
ERR_CANNOT_LOGIN
)
{
mAskAgain
=
true
;
}
cancelSync
(
i18n
(
"Unable to login to the server
%1
."
,
mSettings
.
host
())
cancelSync
(
i18n
(
"Unable to login to the server
\"
%1
\"
."
,
mSettings
.
host
())
+
QLatin1Char
(
'\n'
)
+
job
->
errorString
());
}
else
{
advanceState
(
List
);
...
...
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