use Result;
use Subcommand;
use Printer;
use crate;
/// Manage M2DIR messages.
///
/// A message is a file stored inside an m2dir folder. This subcommand
/// stores them; rendering their content (headers, body, parts) is the
/// job of the shared `messages` and `envelopes` commands.