Clément DOUIN

Results 36 issues of Clément DOUIN

For now, only absolute paths are supported. Need to find a way to support `~` and env vars.

enhancement

There is a problem with this particular rule, it always shows the error at [1:1], as you can see : ![image](https://user-images.githubusercontent.com/10437171/40059422-49dd059c-5854-11e8-9a00-373b35732ae1.png) When I run manually tslint I get the correct...

The [RFC 5256](https://datatracker.ietf.org/doc/html/rfc5256#page-6) introduces 2 extensions: SORT and THREAD. The SORT command has already been implemented (https://github.com/jonhoo/rust-imap/issues/178), so I open this issue for the second one. The spec is a...

Some of [himalaya](https://github.com/soywod/himalaya/issues/269) users reported me this error while trying to display their messages. The error occurs there: ```rust let fetches = self .sess()? .fetch(&range, "(ENVELOPE FLAGS INTERNALDATE)") .context(format!(r#"cannot fetch...

I have a issue when I try to join a room, I get this error: ```bash thock: /usr/lib/libtinfo.so.6: no version information available (required by thock) thock: ConnectionClosed ``` Awesome project...

**Describe the bug** Double quote not removed when parsing Mailbox from str. **To Reproduce** ```rust let mbox: Mailbox = "\"Quoted, name\" ".parse().unwrap(); assert_eq!(Some("Quoted, name".into()), mbox.name); // thread 'xxx' panicked at...

Hi there, I'm the author of the [Pimalaya](https://pimalaya.org/) project, which aims to provide Rust tools to manage your personal information. One of the subproject we have is a [library to...

First of all, thank you for this great crate! ### Context I am working on [Pimalaya](https://git.sr.ht/~soywod/pimalaya), a project that tries to improve open-source tools related to [Personal Information Management](https://en.wikipedia.org/wiki/Personal_information_manager). I...

enhancement
help wanted

This is just a fork of https://github.com/jonhoo/rust-imap/pull/231 so it can be finished and merged. - - - This change is [](https://reviewable.io/reviews/jonhoo/rust-imap/284)

Fixes #254. - - - This change is [](https://reviewable.io/reviews/jonhoo/rust-imap/260)