summaryrefslogtreecommitdiffstats
path: root/lib/domain
AgeCommit message (Expand)Author
2020-03-24Update toml-query: 0.9.2 -> 0.10.0Matthias Beyer
2020-03-24Revert "Move to toml-query from master branch"Matthias Beyer
2020-03-24Fix clippy warning: next() instead of nth(0)Matthias Beyer
2020-03-08Move to kairos from master branch for nowMatthias Beyer
2020-03-08Move to toml-query from master branchMatthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-03Fix: Use module path when getting mail instead of using plain MessageId objec...Matthias Beyer
2020-01-03Merge branch 'libimagmail/neighbors' into masterMatthias Beyer
2020-01-03Add MailStore::thread_root_of()Matthias Beyer
2020-01-03Add Mail::get_thread() for getting all mails in the same thread as this mailMatthias Beyer
2020-01-03Merge branch 'libimagmail/flags' into masterMatthias Beyer
2020-01-03Add helper functions to check whether a mail is passed, replied,...Matthias Beyer
2020-01-03Add Mail::{get_,neighbors}()Matthias Beyer
2020-01-03Add MailIterator for iterating over entries that are mailsMatthias Beyer
2020-01-03Add function to get char representation of flagMatthias Beyer
2020-01-03Add function to get flagsMatthias Beyer
2020-01-03Add flags module for flags representation as strong typesMatthias Beyer
2020-01-02Rewrite Hasher::hash() for MailHasherMatthias Beyer
2020-01-02Fix: Do not assume UTF8 encoding of data to hashMatthias Beyer
2020-01-02Optimization: Get the Message-Id from the header, if it is thereMatthias Beyer
2020-01-02Use MessageId type where applicableMatthias Beyer
2020-01-02Impl Display for MessageIdMatthias Beyer
2020-01-02Add more impls on MessageId typeMatthias Beyer
2020-01-02Fix: Set isflag when creating a mail in the storeMatthias Beyer
2020-01-02Fix: Do not assume a mail file to be valid UTF8Matthias Beyer
2020-01-02Store::retrieve_mail_from_path() should have a flag to force making a ref out...Matthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-23Remove unnecessary return keywordMatthias Beyer
2019-12-23Remove DebugResult and DebugOption helpersMatthias Beyer
2019-12-23Replace map_dbg() and map_dbg_str() with context() and inspect() callsMatthias Beyer
2019-12-22Remove let binding for unit valueMatthias Beyer
2019-12-21Remove unit-let-bindingMatthias Beyer
2019-12-21Impl FromStr instead of own functionMatthias Beyer
2019-12-21Remove unit-let-bindingMatthias Beyer
2019-12-08Add functions to get by id and remove with FileLockEntryMatthias Beyer
2019-12-08Add "is"-flag setting when creating bookmarkMatthias Beyer
2019-12-08Remove old implementation, define interface for new implementationMatthias Beyer
2019-11-09Add builder for todo entriesMatthias Beyer
2019-11-09Reimplement libimagtodoMatthias Beyer
2019-11-09Remove old implementationMatthias Beyer
2019-10-09Add function to get all eventsMatthias Beyer
2019-10-09Add getter helperMatthias Beyer
2019-10-09Implement calendar libraryMatthias Beyer
2019-10-07Update dependency: url: 1.7.2 -> 2Matthias Beyer
2019-08-28Allow some Clippy lintsflip1995
2019-08-28[No-auto] lib/domain/todo: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/domain/timetrack: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/domain/mail: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/domain/habit: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/domain/bookmark: Fix Clippy warningsflip1995