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