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 b4dfc1f89d
imap: add experimental header caching with sqlite3
Add support for header caching. It is currently unstable and should not
be used. It can be turned on by specifying "X_header_caching" to true in
the IMAP account's configuration.

The header cache is saved in a sqlite3 database in your XDG_DATA_DIR,
for example:

  /home/epilys/.local/share/meli/17328072387188469646_header_cache.db

Concerns #31 https://git.meli.delivery/meli/meli/issues/31
4 years ago
..
addressbook Remove fnv crate 4 years ago
backends imap: add experimental header caching with sqlite3 4 years ago
email melib: update nom dependency from 3.2.0 to 5.1.1 4 years ago
text_processing LineBreakCandidateIter: make iter non-recursive 4 years ago
thread Remove fnv crate 4 years ago
addressbook.rs Remove fnv crate 4 years ago
async_workers.rs Fix some unused etc warnings 4 years ago
backends.rs Add AccountHash to RefreshEvent 4 years ago
collection.rs Remove fnv crate 4 years ago
conf.rs Replace every use of Folder with Mailbox 4 years ago
datetime.rs datetime: fix unupdated tests 4 years ago
email.rs melib: update nom dependency from 3.2.0 to 5.1.1 4 years ago
error.rs imap: add experimental header caching with sqlite3 4 years ago
lib.rs melib: update nom dependency from 3.2.0 to 5.1.1 4 years ago
logging.rs conf: add options for logging 4 years ago
parsec.rs melib/vcard: add parser for vcard files 5 years ago
search.rs melib: add search method in mail backends 4 years ago
sqlite3.rs sqlite3: move module to melib 4 years ago
thread.rs Remove fnv crate 4 years ago