summaryrefslogtreecommitdiff
path: root/crates/jmap/src/mailbox/set.rs
AgeCommit message (Expand)Author
2024-09-17Test fixes - part 2mdecimus
2024-09-12Roles and multi-tenancy - part 1mdecimus
2024-09-10Access token permissionsmdecimus
2024-09-07Ignore Inbox case on Sieve's fileinto (fixes #725)mdecimus
2024-07-25Improved tracing (part 2)mdecimus
2024-07-17Improved error handling (part 3)mdecimus
2024-07-11Improved error handling (part 1)mdecimus
2024-06-25REUSE-compliant licensingmdecimus
2024-06-06Allow configuring default mailbox names, roles and subscriptions (closes #125...mdecimus
2024-05-19Faster email deletion, Junk/Trash folder auto-expunge and changelog auto-expi...mdecimus
2024-05-02documentId generation within the database transactionmdecimus
2024-03-24Settings hot reloading - Part 3mdecimus
2024-03-06Faster IMAP UID generationmdecimus
2024-02-13Clippy fixesmdecimus
2024-01-01IMAP fixesmdecimus
2023-12-20RocksDB stress test fixes + find_merge_thread() bugfixmdecimus
2023-11-27Improved storage of IMAP UIDs + Bump to hyper 1.0.1mdecimus
2023-11-12Blob storage improvementsmdecimus
2023-11-07Created Store trait, removed maybe_asyncmdecimus
2023-11-01v0.4.2v0.4.2mdecimus
2023-07-15Added license.mdecimus
2023-07-09Installation binary first part.mdecimus
2023-07-06CLI import/export tested.mdecimus
2023-07-04Internal account id management.mdecimus
2023-06-30IMAP server passing tests.mdecimus
2023-06-29IMAP Acl command, rate limiting and ManageSieve server.mdecimus
2023-06-27IMAP commands append, close, copy, move, enable, expunge, login, logout, name...Me
2023-06-24IMAP create, delete, rename and subscribe commands.Mauro D
2023-06-02Directory implementation - all tests passingMauro D
2023-05-26Added license.Mauro D
2023-05-26FoundationDB passing tests.Mauro D
2023-05-25Housekeeping services + SQLite backend passing all testsMauro D
2023-05-23EmailSubmission tests passingMauro D
2023-05-20SieveScrtipts partially tested.Mauro D
2023-05-19SieveScripts and VacationResponse implementationMauro D
2023-05-15PushSubscription and EventSource tests passing.Mauro D
2023-05-12Passing ACL testsMauro D
2023-05-09Authentication untested.Mauro D
2023-05-03Mailbox tests passing.Mauro D
2023-05-02Mailbox implementation before testingMauro D