- 06 Sep, 2016 1 commit
-
-
Daniel Vrátil authored
-
- 20 Aug, 2016 1 commit
-
-
Laurent Montel authored
-
- 09 Aug, 2016 1 commit
-
-
Daniel Vrátil authored
-
- 08 Aug, 2016 1 commit
-
-
Daniel Vrátil authored
-
- 25 Jul, 2016 1 commit
-
-
Laurent Montel authored
-
- 18 Jul, 2016 1 commit
-
-
Laurent Montel authored
-
- 04 Jul, 2016 1 commit
-
-
Laurent Montel authored
-
- 30 Jun, 2016 1 commit
-
-
Laurent Montel authored
-
- 26 Jun, 2016 1 commit
-
-
Laurent Montel authored
-
- 11 Jun, 2016 2 commits
-
-
Daniel Vrátil authored
-
Daniel Vrátil authored
Apparently some servers don't mention "EXPUNGE" in untagged EXPUNGE response. This wasn't handled correctly due to a typo in response length check. The code no longer crashes in such case, but will now print "Unhandled response" warning, which is OK, since we don't handle results of the EXPUNGE command anyway. BUG: 364045 FIXED-IN: 16.04.3
-
- 22 May, 2016 1 commit
-
-
Laurent Montel authored
-
- 11 May, 2016 1 commit
-
-
Laurent Montel authored
-
- 03 May, 2016 1 commit
-
-
Laurent Montel authored
-
- 26 Apr, 2016 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 23 Apr, 2016 2 commits
-
-
Daniel Vrátil authored
-
Daniel Vrátil authored
The else branch would get evaluated when OK STATUS response is parsed and it wrongly assumed that to be an error situation, while that's a completely valid case. Secondly we should not assert on (unexpected) responses from the network, as any kinds of error might occur. I'm wondering how nobody else is hitting this assert in production and we are only seeing this on the CI.
-
- 08 Apr, 2016 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 04 Apr, 2016 1 commit
-
-
Laurent Montel authored
-
- 22 Mar, 2016 4 commits
-
-
Daniel Vrátil authored
-
Daniel Vrátil authored
-
Daniel Vrátil authored
-
Daniel Vrátil authored
ignoreSslError() is async and the whole Session including SessionThread can be deleted in the meantime. Checking against member variable of the potentially deleted object does not make much sense since the memory can already be overwritten. Instead we hold the pointer in a local QPointer variable, which will get updated when the SessionThread is destroyed while we are waiting for ignoreSslError() to return. BUG: 332830 FIXED-IN: 16.04
-
- 21 Mar, 2016 2 commits
-
-
Daniel Vrátil authored
-
Sandro Knauß authored
RFC 2971
-
- 20 Mar, 2016 1 commit
-
-
Laurent Montel authored
-
- 13 Mar, 2016 1 commit
-
-
Laurent Montel authored
-
- 18 Feb, 2016 1 commit
-
-
Laurent Montel authored
-
- 28 Jan, 2016 1 commit
-
-
Aleix Pol Gonzalez authored
As suggested in ECM documentation.
-
- 16 Jan, 2016 1 commit
-
-
Laurent Montel authored
-
- 14 Nov, 2015 1 commit
-
-
Sergio Martins authored
-
- 07 Nov, 2015 3 commits
-
-
Sergio Martins authored
-
Sergio Martins authored
-
Sergio Martins authored
-
- 06 Nov, 2015 1 commit
-
-
Laurent Montel authored
-
- 19 Oct, 2015 1 commit
-
-
Sergio Martins authored
[-Wclazy-qgetenv]
-
- 27 Sep, 2015 1 commit
-
-
Xuetian Weng authored
REVIEW: 125426 CCBUG: 351850
-
- 23 Sep, 2015 1 commit
-
-
Volker Krause authored
-