Enum imap_proto::State [] [src]

pub enum State {
    NotAuthenticated,
    Authenticated,
    Selected,
    Logout,
}

Variants