summaryrefslogtreecommitdiff
path: root/crates/imap-proto
AgeCommit message (Collapse)Author
2024-09-27Add missing LIST-STATUS from RFC-5819 (closes #816)mdecimus
2024-09-20IMAP IDLE support for command pipelining (fixes #765)mdecimus
2024-09-10Access token permissionsmdecimus
2024-07-23Improved tracing (part 1)mdecimus
2024-07-18Improved error handling (part 4)mdecimus
2024-07-15Improved error handling (part 2)mdecimus
2024-07-08Fix typos (#599)Viktor Szépe
* Fix typos * Fix typos in excluded files
2024-06-25REUSE-compliant licensingmdecimus
2024-03-20Config file changesmdecimus
2024-03-18Config API changesmdecimus
2024-01-03IMAP responses to `APPEND` and `EXPUNGE` should include `HIGHESTMODSEQ` when ↵mdecimus
`CONDSTORE` is enabled.
2024-01-02v0.5.1mdecimus
2024-01-01IMAP fixesmdecimus
2023-12-31Fixed IMAP SEARCH BEFORE commandmdecimus
2023-12-28Use crates.io for internal cratesmdecimus
2023-11-27IMAP4rev1 Recent flag supportmdecimus
2023-11-17FTS storage implementation and background indexingmdecimus
2023-11-02Fix: remove extra whitespace from IMAP BODY responsesmdecimus
2023-09-16Fix: Folders that contain a & can't be used (#90)mdecimus
2023-09-07Support for UTF8 APPEND + ignore empty lines in IMAPmdecimus
2023-09-05Fixed IMAP encoding on non-UTF-8 messages + improved Received headers in SMTPmdecimus
2023-08-31Fix: SELECT QRESYNC without speficying uid causes panic (#67)mdecimus
2023-08-30Add rcpt-domain key to rcpt.relay rule evaluationmdecimus
2023-07-15Added license.mdecimus
2023-07-02Multiple bugfixes found while running imap-test.mdecimus
2023-06-30IMAP server passing tests.mdecimus
2023-06-29IMAP Acl command, rate limiting and ManageSieve server.mdecimus
2023-06-28IMAP idle, noop, search and thread commands.Me
2023-06-27IMAP commands append, close, copy, move, enable, expunge, login, logout, ↵Me
namespace and select implemented.
2023-06-25IMAP fetch and store commands.Mauro D
2023-06-24IMAP create, delete, rename and subscribe commands.Mauro D
2023-06-22IMAP mailbox synchronizationMauro D
2023-06-13Imap-proto imported into repositoryMauro D