uiri / SEGIMAP

IMAP (and LMTP) Server written in Rust
MIT License
32 stars 6 forks source link

Various minor fixes #32

Closed indiv0 closed 7 years ago

indiv0 commented 7 years ago

Fixes a small typo, enables env_logger to allow for logging output, removes some unnecessary clone() calls, adds Debug to Folder (I needed this while debugging Folder, and everything should derive Debug anyways).

The biggest thing this PR addresses is the fact that the behaviour of splitn changed with RFC 979.


This change is Reviewable

uiri commented 7 years ago
:lgtm:

Reviewed 8 of 8 files at r1. Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable