var searchIndex = {}; searchIndex["imap"] = {"doc":"imap is a IMAP client for Rust.","items":[[0,"client","imap","",null,null],[3,"IMAPStream","imap::client","Stream to interface with the IMAP server. This interface is only for the command stream.",null,null],[3,"IMAPMailbox","","",null,null],[12,"flags","","",0,null],[12,"exists","","",0,null],[12,"recent","","",0,null],[12,"unseen","","",0,null],[12,"permanent_flags","","",0,null],[12,"uid_next","","",0,null],[12,"uid_validity","","",0,null],[11,"connect","","Creates an IMAP Stream.",1,{"inputs":[{"name":"a"},{"name":"option"}],"output":{"name":"result"}}],[11,"login","","Log in to the IMAP server.",1,null],[11,"select","","Selects a mailbox",1,null],[11,"examine","","Examine is identical to Select, but the selected mailbox is identified as read-only",1,null],[11,"fetch","","Fetch retreives data associated with a message in the mailbox.",1,null],[11,"noop","","Noop always succeeds, and it does nothing.",1,null],[11,"logout","","Logout informs the server that the client is done with the connection.",1,null],[11,"create","","Create creates a mailbox with the given name.",1,null],[11,"delete","","Delete permanently removes the mailbox with the given name.",1,null],[11,"rename","","Rename changes the name of a mailbox.",1,null],[11,"subscribe","","Subscribe adds the specified mailbox name to the server's set of "active" or "subscribed"\nmailboxes as returned by the LSUB command.",1,null],[11,"unsubscribe","","Unsubscribe removes the specified mailbox name from the server's set of "active" or "subscribed"\nmailboxes as returned by the LSUB command.",1,null],[11,"capability","","Capability requests a listing of capabilities that the server supports.",1,null],[11,"copy","","Copy copies the specified message to the end of the specified destination mailbox.",1,null],[11,"run_command_and_check_ok","","",1,null],[11,"run_command","","",1,null]],"paths":[[3,"IMAPMailbox"],[3,"IMAPStream"]]}; initSearch(searchIndex);