Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

LSUB response type not supported #4

Closed
jonhoo opened this issue Nov 3, 2017 · 1 comment
Closed

LSUB response type not supported #4

jonhoo opened this issue Nov 3, 2017 · 1 comment

Comments

@jonhoo
Copy link

jonhoo commented Nov 3, 2017

RFC 3501 defines the LSUB command (§6.3.9), and the associated LSUB response (§7.2.3, which are of identical form to LIST responses (except with s/LIST/LSUB/):

* LSUB () "." #news.comp.mail.mime

The parser currently chokes on this, as it only allows a LIST literal.

@djc djc closed this as completed in b0073de Nov 11, 2017
@djc
Copy link
Owner

djc commented Nov 11, 2017

Should work on master (haven't implemented support in the command builder, yet).

mattnenterprise pushed a commit to mattnenterprise/rust-imap that referenced this issue Feb 9, 2018
* First stab at structured types (#28)

Tests currently fail due to djc/imap-proto#2.

LSUB is also broken due to djc/imap-proto#4 (but we don't have tests for
that atm).

* Also parse out RFC822 fetch responses

* Make all the things zero-copy

* Also delegate IntoIterator for ZeroCopy ref

* Fix UNSEEN and LSUB

All tests now pass

* Address @sanmai-NL comments

* Correctly handle incomplete parser responses

* No need for git dep anymore
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants