meli/melib
Manos Pitsidianakis d926cadc4d
melib: remove argument from MailBackend operation()
The operation() method on the MailBackend trait returns a trait object
that can read or modify an Envelope directly from the backend. This is
used to get eg the envelope's text, or set flags. It has two arguments,
envelope hash and folder hash.

Only the Maildir backend needed the latter argument, and it can be replaced with a dictionary to match envelope hashes to folder hashes within the Maildir backend.
2019-11-08 15:13:41 +02:00
..
src melib: remove argument from MailBackend operation() 2019-11-08 15:13:41 +02:00
Cargo.toml melib: Hide Envelope behind RwLock 2019-11-08 15:13:41 +02:00