Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imap::client::Client::authenticate: Base64 encode the result of the A… #97

Merged
merged 6 commits into from
Nov 10, 2018

Commits on Nov 7, 2018

  1. imap::client::Client::authenticate: Base64 encode the result of the A…

    …uthenticator.
    
    Fixes issue mattnenterprise#95.
    Kim Minh Kaplan committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    93d0321 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Move Authenticator to returning an AsRef<u8>.

    Kim Minh Kaplan committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    1dd55ff View commit details
    Browse the repository at this point in the history
  2. Decode the Base64 AUTHENTICATE challenge

    Kim Minh Kaplan committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    892fe49 View commit details
    Browse the repository at this point in the history
  3. Escape '+' character in regexp.

    Kim Minh Kaplan committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    9e0a5d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Configuration menu
    Copy the full SHA
    c2c7e2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    033c23e View commit details
    Browse the repository at this point in the history