imag/lib/domain/libimagmail/src
Matthias Beyer 5c8af4460e Fix: Entries::in_collection() should be able to return error
This patch changes the Entries::in_collection() interface to return a
Result<()>. This is needed because the fs backend implementation should
be able to check whether a directory actually exists whenever we change
the iterator.

If the implementation detects that the directory does not exist, we can
fail early and error out.

All usages of the interface are adapted by the patch as well.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-05-18 13:37:46 +02:00
..
config.rs Rewrite libimagmail 2019-02-20 16:22:52 +01:00
fetch.rs Rewrite libimagmail 2019-02-20 16:22:52 +01:00
hasher.rs Run 'cargo fix' for rust-2018 2019-05-18 00:20:59 +02:00
lib.rs Rewrite libimagmail 2019-02-20 16:22:52 +01:00
mail.rs Add more context in error messages 2019-05-18 00:55:10 +02:00
mid.rs Rewrite libimagmail 2019-02-20 16:22:52 +01:00
send.rs Rewrite libimagmail 2019-02-20 16:22:52 +01:00
store.rs Fix: Entries::in_collection() should be able to return error 2019-05-18 13:37:46 +02:00
util.rs Add more context in error messages 2019-05-18 00:55:10 +02:00