// `backend` (see build.rs) is set when any mailbox backend is enabled.
// The read/write shared commands need one; `client` (and the send-only
// `messages compose`/`send`) also work over SMTP, hence
// `any(backend, feature = "smtp")`. `crlf` is pure and always compiled;
// `message` stays compiled for its `arg` submodule.