mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-11 04:30:23 -05:00
adapt broken pop3 server
This commit is contained in:
parent
9dca630172
commit
c185cf0f1f
@ -642,7 +642,7 @@ public class Pop3Store extends Store {
|
|||||||
if (response.equals(".")) {
|
if (response.equals(".")) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
String[] uidParts = response.split(" ");
|
String[] uidParts = response.split(" +");
|
||||||
|
|
||||||
// Ignore messages without a unique-id
|
// Ignore messages without a unique-id
|
||||||
if (uidParts.length >= 2) {
|
if (uidParts.length >= 2) {
|
||||||
|
Loading…
Reference in New Issue
Block a user