https://bugs.kde.org/show_bug.cgi?id=365149
Jan Kundrát <j...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED Latest Commit| |http://commits.kde.org/troj | |ita/6c17000002437b67c690d89 | |2be0dc014b2ef0db3 --- Comment #5 from Jan Kundrát <j...@kde.org> --- Git commit 6c17000002437b67c690d892be0dc014b2ef0db3 by Jan Kundrát. Committed on 07/07/2016 at 14:59. Pushed by gerrit into branch 'master'. IMAP: Accept more spaces when reading untagged responses The IMAP standard is 100% clear on this one, but apparently there are servers out there which get this thing wrong and send extra spaces every now and then -- a "DevMail Gateway" is one of these, according to the linked bug. That behavior is incorrect and in violation of RFC3501, but whatever, we've added similar incompatibility quirks before and I'm afraid that we'll have to keep adding them in future, too. Let's see if this is enough to work with the above mentioned server implementation. Change-Id: Iff89b82ca3ca4be719076e3ee81176b8fc7d287c M +1 -0 src/Imap/Parser/Parser.cpp M +7 -0 tests/Imap/test_Imap_Parser_parse.cpp http://commits.kde.org/trojita/6c17000002437b67c690d892be0dc014b2ef0db3 -- You are receiving this mail because: You are watching all bug changes.