rust-imap/src
Matt McCoy b0a095e292 Remove unneeded to_string() function calls
The code was calling to_string() which was turning
String types into String types. This is redundant and we don't need to do it.
2017-07-10 21:47:54 -04:00
..
authenticator.rs Hardening the oauth2 example for gmail 2016-06-28 22:29:55 -04:00
client.rs Remove unneeded to_string() function calls 2017-07-10 21:47:54 -04:00
error.rs rustfmt the codebase (#36) 2017-07-10 21:38:13 -04:00
lib.rs Adding initial work for authentication 2016-06-26 22:40:15 -04:00
mailbox.rs rustfmt the codebase (#36) 2017-07-10 21:38:13 -04:00
mock_stream.rs rustfmt the codebase (#36) 2017-07-10 21:38:13 -04:00
parse.rs rustfmt the codebase (#36) 2017-07-10 21:38:13 -04:00