Move to travis-ci.com
This commit is contained in:
parent
5577fa678e
commit
85d34f3735
3 changed files with 4 additions and 4 deletions
|
|
@ -6,14 +6,14 @@
|
|||
[](https://crates.io/crates/imap)
|
||||
[](https://docs.rs/imap/)
|
||||
[](https://crates.io/crates/imap)
|
||||
[](https://travis-ci.org/jonhoo/rust-imap)
|
||||
[](https://travis-ci.com/jonhoo/rust-imap)
|
||||
[](https://codecov.io/gh/jonhoo/rust-imap)
|
||||
|
||||
This crate lets you connect to and interact with servers that implement the IMAP protocol ([RFC
|
||||
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
|
||||
changes. It supports at least the latest three stable Rust releases (possibly even older ones;
|
||||
check the [CI results](https://travis-ci.org/jonhoo/rust-imap)).
|
||||
check the [CI results](https://travis-ci.com/jonhoo/rust-imap)).
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
[](https://crates.io/crates/imap)
|
||||
[](https://docs.rs/imap/)
|
||||
[](https://crates.io/crates/imap)
|
||||
[](https://travis-ci.org/jonhoo/rust-imap)
|
||||
[](https://travis-ci.com/jonhoo/rust-imap)
|
||||
[](https://codecov.io/gh/jonhoo/rust-imap)
|
||||
|
||||
{{readme}}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
//! 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
|
||||
//! changes. It supports at least the latest three stable Rust releases (possibly even older ones;
|
||||
//! check the [CI results](https://travis-ci.org/jonhoo/rust-imap)).
|
||||
//! check the [CI results](https://travis-ci.com/jonhoo/rust-imap)).
|
||||
//!
|
||||
//! 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue