Fix CI link

This commit is contained in:
Jon Gjengset 2021-03-06 10:56:33 -08:00
parent abf820bfb9
commit d543993062

View file

@ -2,7 +2,8 @@
//! 3501](https://tools.ietf.org/html/rfc3501) and various extensions). After authenticating with //! 3501](https://tools.ietf.org/html/rfc3501) and various extensions). After authenticating with
//! the server, IMAP lets you list, fetch, and search for e-mails, as well as monitor mailboxes for //! the server, IMAP lets you list, fetch, and search for e-mails, as well as monitor mailboxes for
//! changes. It supports at least the latest three stable Rust releases (possibly even older ones; //! changes. It supports at least the latest three stable Rust releases (possibly even older ones;
//! check the [CI results](https://travis-ci.com/jonhoo/rust-imap)). //! check the [CI
//! results](https://dev.azure.com/jonhoo/jonhoo/_build/latest?definitionId=11&branchName=master)).
//! //!
//! To connect, use the [`connect`] function. This gives you an unauthenticated [`Client`]. You can //! To connect, use the [`connect`] function. This gives you an unauthenticated [`Client`]. You can
//! then use [`Client::login`] or [`Client::authenticate`] to perform username/password or //! then use [`Client::login`] or [`Client::authenticate`] to perform username/password or