1 2 3 4 5 6 7
use imap_codec::imap_types::command::Command; #[derive(Debug)] pub enum Request { ImapCommand(Command<'static>), Idle, }