|
1 |
| -# imap-proto |
| 1 | +# imap-proto has moved |
2 | 2 |
|
3 |
| -[](https://travis-ci.org/djc/imap-proto) |
4 |
| -[](./LICENSE-MIT) |
5 |
| -[](./LICENSE-APACHE) |
6 |
| -[](https://crates.io/crates/imap-proto) |
7 |
| -[](https://crates.io/crates/imap-proto) |
8 |
| -[](http://docs.rs/imap-proto) |
9 |
| -[](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. |
0 commit comments