Fixing formatting for gmail_oauth2 example
This commit is contained in:
parent
75c4268e4e
commit
ed03acf07d
1 changed files with 12 additions and 14 deletions
|
|
@ -29,9 +29,7 @@ fn main() {
|
|||
imap_socket.authenticate("XOAUTH2", gmail_auth).unwrap();
|
||||
|
||||
match imap_socket.select("INBOX") {
|
||||
Ok(mailbox) => {
|
||||
println!("{}", mailbox);
|
||||
},
|
||||
Ok(mailbox) => println!("{}", mailbox),
|
||||
Err(e) => println!("Error selecting INBOX: {}", e)
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue