You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/melib/src
Manos Pitsidianakis b3858de2f4
melib/error: impl From<io::ErrorKind> for ErrorKind
We inspect errors in the frontend to check for network errors. If the
network error comes from std::io, this would get converted to an Error
with description "timed out", kind OSError, and source the actual
networking error.

This commit converts network std::io::ErrorKinds into appropriate
native ErrorKinds.

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
10 months ago
..
addressbook Normalize std::fmt::* imports 10 months ago
backends melib: move backends out of the backends module 11 months ago
email Normalize std::fmt::* imports 10 months ago
gpgme Normalize std::fmt::* imports 10 months ago
imap melib/error: impl From<io::ErrorKind> for ErrorKind 10 months ago
jmap Normalize std::fmt::* imports 10 months ago
maildir Normalize std::fmt::* imports 10 months ago
mbox melib/smtp: use localhost in lieu of 127.0.0.1 for CI 10 months ago
nntp melib/connections: use Happy Eyeballs algorithm Ꙭ 10 months ago
notmuch melib: move backends out of the backends module 11 months ago
text_processing Normalize std::fmt::* imports 10 months ago
thread listing/thread: fix display of threaded conversations tree structure 11 months ago
utils melib/error: impl From<io::ErrorKind> for ErrorKind 10 months ago
addressbook.rs melib: clippy lint fixes 11 months ago
backends.rs Normalize std::fmt::* imports 10 months ago
collection.rs melib: clippy lint fixes 11 months ago
conf.rs Fix unreachable-pub and disjoint-capture lint errors 11 months ago
email.rs chore: Update to `imap-codec 1.0.0-beta`. 10 months ago
error.rs melib/error: impl From<io::ErrorKind> for ErrorKind 10 months ago
lib.rs Normalize std::fmt::* imports 10 months ago
search.rs melib: clippy lint fixes 11 months ago
sieve.rs melib: clippy lint fixes 11 months ago
smtp.rs melib/connections: use Happy Eyeballs algorithm Ꙭ 10 months ago
thread.rs Normalize std::fmt::* imports 10 months ago