Age | Commit message (Collapse) | Author | |
---|---|---|---|
10 days | only add "S" flag to existing mailHEADmain | Jannis M. Hoffmann | |
13 days | improve error messages for Remove | Jannis M. Hoffmann | |
14 days | remove now unlinks the file instead of setting the Trash flag | Jannis M. Hoffmann | |
14 days | update for mail-storage version 1.1 | Jannis M. Hoffmann | |
This adds the new method ListSearch and deprecates the methods List and Search. This also redoes pagination which is now keyset based instead of offset based. https://blog.sequinstream.com/keyset-cursors-not-offsets-for-postgres-pagination/ This version also adds an optimization so that reading only the header is required when only header data is required. | |||
2024-12-05 | small round of fixes | Jannis M. Hoffmann | |
better error handlig in cmd/move do not leak memory in cmd/raw only process the first given varlink socket this fixes reuse of global state over multiple sessions | |||
2024-11-21 | Switch to varlink as IPC protocol | Jannis M. Hoffmann | |
This is a lot! Whole new design on top of a statefult varlink interface. You can now handle multiple request response cycles over a single connection. The error responses are lot more refined than just status codes with optional messages and finally part of the protocol. TODO: A lot of error handling needs to be improved. | |||
2024-11-17 | remove some not needed clones | Jannis M. Hoffmann | |
2024-11-17 | add "add_folder" command | Jannis M. Hoffmann | |
2024-11-11 | detect subfolder more reliably and relax parsing rules for time stamps in ↵ | Jannis M. Hoffmann | |
file names | |||
2024-11-03 | fix clippy warnings | Jannis M. Hoffmann | |
2024-03-14 | convert to protobuf | Jannis M. Hoffmann | |
2024-01-17 | allow qp-cte in non text content types | Jannis M. Hoffmann | |
2023-09-29 | remove debug statement | Jannis M. Hoffmann | |
2023-09-27 | add remove action | Jannis M. Hoffmann | |
refactor to avoid deprecation warning | |||
2023-09-20 | update dependencies; add release-small profile | Jannis M. Hoffmann | |
2023-09-09 | corrected minimal required rust version | Jannis M. Hoffmann | |
2023-08-29 | Eliminate dependency on lazy_static | Jannis M. Hoffmann | |
2023-08-15 | initial commit | Jannis M. Hoffmann | |