symmetryinvestments / imap-d

D library for IMAP (JMAP is a work-in-progress but the basics work)
14 stars 10 forks source link

Bugfix response parsing #41

Closed otrho closed 3 years ago

otrho commented 3 years ago

Improve some response parsing.

This is still far from ideal -- we need a proper parser (e.g., grammar.d) to parse these responses and for some decent tests to confirm them. This is on my todo list.

A little fix for socket.d is also there.