mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -05:00
- Support for tabs in IMAP ID response (for OS X Leopard Server support) - Author: yostinso++
This commit is contained in:
parent
cf6a2379a0
commit
0df7dff688
@ -123,6 +123,8 @@ public class ImapResponseParser {
|
||||
} else if (ch == '\n') {
|
||||
expect('\n');
|
||||
return null;
|
||||
} else if (ch == '\t') {
|
||||
expect('\t');
|
||||
} else {
|
||||
return parseAtom();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user