CamelIMAPXServer: Fix handling of LSUB responses.
authorMatthew Barnes <mbarnes@redhat.com>
Tue, 10 Dec 2013 21:00:13 +0000 (16:00 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Tue, 10 Dec 2013 21:00:13 +0000 (16:00 -0500)
commit716b25061ff222910135fe7c6c85df16f9214f83
tree8ac20b5b7fee4bd0da6d9cc25f21180b117fc62a
parent3e873d24894ce4b1f7dd887158db9e8c300c332d
CamelIMAPXServer: Fix handling of LSUB responses.

If we receive an LSUB response on a mailbox name but no corresponding
LIST response, ignore it.  IMAP allows subscriptions to mailbox names
regardless of whether the mailbox actually exists.  Not useful to us.
camel/providers/imapx/camel-imapx-server.c