imag/lib/domain/libimagmail/src
Matthias Beyer 596af2fc76 Reimplement the hasher
We create a sha1 over the path of the file and the Message-ID of the
mail itself.

The file name is not constant with mail files, because flags are encoded
in the filename. The path is also not constant with mail files, because
they can be moved between boxes.

This approach is not yet the best one, but better than before.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-02-22 11:30:12 +01: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 Reimplement the hasher 2019-02-22 11:30:12 +01:00
lib.rs Rewrite libimagmail 2019-02-20 16:22:52 +01:00
mail.rs Rewrite libimagmail 2019-02-20 16:22:52 +01: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 Rewrite libimagmail 2019-02-20 16:22:52 +01:00
util.rs Rewrite libimagmail 2019-02-20 16:22:52 +01:00