rust-imap/src
Jon Gjengset 70ed8f1709
Allow padded authentication tokens (#305)
I honestly couldn't tell you why `NO_PAD` was chosen. It seems to have
happened somewhat arbitrarily when the `base64` major upgrade that
introduced the distinction landed in #253.

Time to fix that.

Fixes #299.
2025-02-08 20:44:56 +01:00
..
extensions Replace mpsc::{Sender,Receiver} by VecDeque (#260) 2025-01-21 21:09:23 +01:00
types Replace mpsc::{Sender,Receiver} by VecDeque (#260) 2025-01-21 21:09:23 +01:00
authenticator.rs A significant documentation upgrade 2018-11-21 16:37:47 -05:00
client.rs Allow padded authentication tokens (#305) 2025-02-08 20:44:56 +01:00
client_builder.rs Update msrv 2024-03-31 10:28:50 +02:00
conn.rs Change the client builder so that it abstracts away connecting to TLS or non-TLS connections and what TLS provider is used. 2023-10-05 17:32:58 -04:00
error.rs fix a bunch of typos (#289) 2024-07-14 10:59:17 +02:00
lib.rs Change the client builder so that it abstracts away connecting to TLS or non-TLS connections and what TLS provider is used. 2023-10-05 17:32:58 -04:00
mock_stream.rs rustfmt 2018-04-03 13:01:35 -04:00
parse.rs Replace mpsc::{Sender,Receiver} by VecDeque (#260) 2025-01-21 21:09:23 +01:00
testing.rs Replace mpsc::{Sender,Receiver} by VecDeque (#260) 2025-01-21 21:09:23 +01:00
utils.rs add iter_join helper method to more efficiently join string vecs 2022-09-26 12:25:06 -04:00