Skip to content

Commit 726b9e1

Browse files
committed
Remove incorrect link to CI results
1 parent 641dcd8 commit 726b9e1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/lib.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
//! This crate lets you connect to and interact with servers that implement the IMAP protocol ([RFC
2-
//! 3501](https://tools.ietf.org/html/rfc3501) and various extensions). After authenticating with
3-
//! the server, IMAP lets you list, fetch, and search for e-mails, as well as monitor mailboxes for
4-
//! changes. It supports at least the latest three stable Rust releases (possibly even older ones;
5-
//! check the [CI results](https://travis-ci.com/jonhoo/rust-imap)).
1+
//! This crate lets you connect to and interact with servers that implement the IMAP protocol
2+
//! ([RFC 3501](https://tools.ietf.org/html/rfc3501) and various extensions).
3+
//! After authenticating with the server, IMAP lets you list, fetch, and search for e-mails,
4+
//! as well as monitor mailboxes for changes.
65
//!
76
//! To connect, use the [`connect`] function. This gives you an unauthenticated [`Client`]. You can
87
//! then use [`Client::login`] or [`Client::authenticate`] to perform username/password or

0 commit comments

Comments
 (0)