symmetryinvestments / imap-d

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

Small bug fixes #49

Closed otrho closed 3 years ago

otrho commented 3 years ago

These are some small fixes I've found while writing tests. Most are fixes for typos or copy-n-paste errors, or removing unused code.

Two of the larger changes are to default to no tracing or debug output to the console by default, and the partial implementation of append() which was necessary to get the tests useful.