]> gitweb.factorcode.org Git - factor.git/commit
imap: fix parse-store-mail parsing because it breaks on gmail
authorBjörn Lindqvist <bjourne@gmail.com>
Tue, 7 Oct 2014 22:03:36 +0000 (00:03 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 7 Oct 2014 22:12:02 +0000 (15:12 -0700)
commitc6d419e0feefbaa2474798e65663a2393f6a0802
tree779c12f4f011f19a8a02f571f3e77e9891534bb7
parentd8121a9622f212cea04c7672c8518c764cf1108f
imap: fix parse-store-mail parsing because it breaks on gmail

gmail responses include lines with the order of UID and FLAGS reversed
to indicate the previous flags for a mail. Just ignore those lines
because they aren't useful and non-standard.
extra/imap/imap-tests.factor
extra/imap/imap.factor