Struct imap_proto::builders::command::CommandBuilder
[−]
[src]
pub struct CommandBuilder {}
pub struct CommandBuilder {}
impl CommandBuilder[src]pub fn check() -> Command[src]pub fn close() -> Command[src]pub fn examine(mailbox: &str) -> Command[src]pub fn fetch() -> FetchCommandEmpty[src]pub fn list(reference: &str, glob: &str) -> Command[src]pub fn login(user_name: &str, password: &str) -> Command[src]pub fn select(mailbox: &str) -> Command[src]pub fn uid_fetch() -> FetchCommandEmpty[src]impl Send for CommandBuilderimpl Sync for CommandBuilder