Kévin Lefèvre

Results 20 comments of Kévin Lefèvre

I have also `ssh-agent` activated and I can clone any ssh repository without any credentials request. The only "strange" thing I could see is that i'm on macOS and my...

As I said I can run `cargo` without any troubles i.e. running `cargo update` works normally. So I guess it comes from `cargo-outdated`.

I digged a little bit and I found that the crash from the `cargo` crate. ```terminal $ RUST_LOG=trace cargo outdated .... DEBUG:cargo::core::registry: load/missing ssh://[email protected]/klefevre/xxxx-rs?rev=e8e31fd DEBUG:cargo::sources::config: loading: ssh://[email protected]/klefevre/xxxx-rs?rev=e8e31fd TRACE:cargo::core::source: loading SourceId;...

`PostalClient` seems the most legit. Maybe a simple `Client` would be ok because if a user has already a class named `Client` he'd call `Postal.Client` which is ok for me......

I like your idea of a "Configuration" struct but we already have a "Configuration" parameter in the initializer related to the IMAP session. I don't like the idea of putting...

Ok fair enough. Have you an idea of what should be added in this new structure aside the completion queue ?

To answer your question. `OperationQueue` didn't seems to have change a lot for a while unlike `DispatchQueue` so in my opinion `DispatchQueue` would be better. Moreover I think that most...

I don't think you can modify an IMAP message like that but we can definitively try to implement a "flag setters". MailCore does something like that: https://github.com/MailCore/mailcore2/blob/2a07d182fff49f453f845298101bea7531da40f2/src/core/imap/MCIMAPSession.cpp#L1726 . Could it...

Hi @ikemuc , first of all, I apologize for not having answering you before. Unfortunately, we don't have any plan to add new functionalities to Postal since here at Snips,...

Hello, I had a similar issue when I was working on #85 and fixed it. Could you give a try? Note that I haven't yet made a release, therefore the...