Skip to content
This repository was archived by the owner on Jul 22, 2019. It is now read-only.

Commit 21570cd

Browse files
committed
Update README to note repository deprecation
1 parent 4ecd2f5 commit 21570cd

13 files changed

+4
-1531
lines changed

Cargo.toml

-18
This file was deleted.

LICENSE-APACHE

-201
This file was deleted.

LICENSE-MIT

-25
This file was deleted.

README.md

+4-42
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,5 @@
1-
# imap-proto
1+
# imap-proto has moved
22

3-
[![Build status](https://api.travis-ci.org/djc/imap-proto.svg?branch=master)](https://travis-ci.org/djc/imap-proto)
4-
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE-MIT)
5-
[![Apache License 2.0](https://img.shields.io/badge/license-ALv2-blue.svg)](./LICENSE-APACHE)
6-
[![crates.io, downloads](https://img.shields.io/crates/d/imap-proto.svg)](https://crates.io/crates/imap-proto)
7-
[![crates.io, latest release](https://img.shields.io/crates/v/imap-proto.svg)](https://crates.io/crates/imap-proto)
8-
[![API docs, latest release](https://docs.rs/imap-proto/badge.svg)](http://docs.rs/imap-proto)
9-
[![Join the chat at https://gitter.im/djc/tokio-imap](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/djc/tokio-imap)
10-
11-
imap-proto is a low-level IMAP protocol support crate, using the type system to
12-
provide a safe API.
13-
14-
Protocol support is implemented in three parts:
15-
16-
* Types that attempt to closely reflect specification requirements
17-
* A parser implementation to help consume protocol messages
18-
* Builder types to help produce protocol messages
19-
20-
imap-proto was initially started as part of [tokio-imap][tokio-imap].
21-
It was moved into a separate crate so that different protocol implementations
22-
can share it as common infrastructure (as proposed by [rust-imap][rust-imap] contributors).
23-
The code tries to closely follow the [IMAP4rev1 RFC][rfc3501], plus extensions.
24-
25-
All feedback welcome. Feel free to file bugs, requests for documentation and
26-
any other feedback in the [issue tracker][issues], or [tweet me][twitter].
27-
28-
[rfc3501]: https://tools.ietf.org/html/rfc3501
29-
[tokio-imap]: https://github.com/djc/tokio-imap
30-
[rust-imap]: https://github.com/mattnenterprise/rust-imap
31-
[issues]: https://github.com/djc/imap-proto/issues
32-
[twitter]: https://twitter.com/djco/
33-
34-
## Progress
35-
36-
- [ ] Client
37-
- [ ] Parser: many common server responses implemented
38-
- [ ] Types: most common types implemented
39-
- [ ] Message builder: most common commands implemented
40-
- [ ] Server
41-
- [ ] Parser: not started
42-
- [ ] Types: not started
43-
- [ ] Message builder: not started
3+
The code for imap-proto now lives in the
4+
[tokio-imap repository][https://github.com/djc/tokio-imap]. This repository is
5+
kept around for now to preserve the issues filed here.

fuzz/.gitignore

-4
This file was deleted.

fuzz/Cargo.toml

-21
This file was deleted.

fuzz/fuzz_targets/utf8_parse_response.rs

-11
This file was deleted.

rustfmt.toml

-4
This file was deleted.

0 commit comments

Comments
 (0)