Commit graph

85 commits

Author SHA1 Message Date
Quentin 1a43ce5ac7
WIP refactor 2024-03-08 08:17:03 +01:00
Quentin 7f35e68bfe
Refactor 2024-02-27 18:33:49 +01:00
Quentin 9b26e251e3
formatting 2024-02-22 17:31:03 +01:00
Quentin 2adf73dd8e
Update imap-flow, clean IDLE 2024-02-22 17:30:40 +01:00
Quentin 64b474f682
Unsollicited response on APPEND was wrong, upgrade imap-flow to fix LITERAL+ 2024-02-20 13:24:42 +01:00
Quentin 28b1f4f14d
Unsollicited responses on APPEND 2024-02-20 11:42:51 +01:00
Quentin 9ae5701c7c
Implement LIST X Y RETURN (STATUS (UIDNEXT ...)) 2024-01-20 18:34:37 +01:00
Quentin f5f3aba8d1
format code 2024-01-19 17:40:08 +01:00
Quentin c2a518a997
filter expunge 2024-01-19 17:39:55 +01:00
Quentin 0cc38571f4
Implement some part of SPECIAL-USE 2024-01-19 16:47:20 +01:00
Quentin 2c5adc8f16
reformat code 2024-01-18 18:03:21 +01:00
Quentin 185033c462
idling works!!! 2024-01-18 17:33:57 +01:00
Quentin e1161cab0e
idle sync 2024-01-17 16:56:05 +01:00
Quentin 1a0247e935
WIP idle 2024-01-17 10:14:48 +01:00
Quentin 0eb8156cde
Delete EXAMINE that has been merged in SELECTED 2024-01-17 08:33:08 +01:00
Quentin 3d23f0c936
WIP refactor idle 2024-01-17 08:22:15 +01:00
Quentin c1e7f7264a
fix a condstore bug 2024-01-12 13:01:22 +01:00
Quentin 3c7186ab5a
Finalize implementation of CONDSTORE 2024-01-11 23:02:03 +01:00
Quentin d24eb9918e
Enable CONDSTORE on STORE/FETCH modifier 2024-01-11 17:13:59 +01:00
Quentin 60a166185a
Fetch and store modifiers are parsed 2024-01-11 16:55:37 +01:00
Quentin fbf2e9aa96
Enable CONDSTORE if SEARCH MODSEQ is queried 2024-01-11 11:48:02 +01:00
Quentin f4cbf66549
Fecth MODSEQ now enables the CONDSTORE capability 2024-01-10 18:38:21 +01:00
Quentin 9cec7803d2
Implement HIGHESTMODSEQ for STATUS 2024-01-10 17:07:07 +01:00
Quentin 51510c97f7
fix some logic error in the internals 2024-01-10 12:55:38 +01:00
Quentin a2d6efc962
[broken compilation] update mail internal 2024-01-10 11:24:01 +01:00
Quentin 184328ebcf
Optional Parameters with the SELECT/EXAMINE Commands
See: https://datatracker.ietf.org/doc/html/rfc4466#section-2.4
2024-01-09 19:16:55 +01:00
Quentin 6e798b90f5
prepare condstore 2024-01-09 17:40:23 +01:00
Quentin 5dfa02e381
Disable UNSEEN again as it was a volunteer decision to not implement it 2024-01-09 16:53:32 +01:00
Quentin f58904f5bb
Search can now filter on index data 2024-01-06 18:01:44 +01:00
Quentin 4806f7ff84
WIP rewrite with a query manager 2024-01-05 18:59:19 +01:00
Quentin 35591ff060
search first ultra minimal implementation 2024-01-05 12:40:49 +01:00
Quentin 8180baae00
format code 2024-01-03 20:53:25 +01:00
Quentin a6a0e1994d
ENABLE is now supported 2024-01-03 20:53:07 +01:00
Quentin 74686ebb77
append ignore dates instead of failing 2024-01-03 16:52:31 +01:00
Quentin ef257e286a
implement move 2024-01-03 15:00:05 +01:00
Quentin 6d37924399
rework capability 2024-01-03 12:29:19 +01:00
Quentin 7ebc708aca
unselect implemented rfc3691 2024-01-03 09:21:46 +01:00
Quentin 0cc13f891c
migration to imap-flow seems done! 2024-01-02 22:32:02 +01:00
Quentin 0d667a3030
compile with imap-flow 2024-01-02 20:23:33 +01:00
Quentin 9a8d4c651e
commands now use imap-flow 2024-01-02 15:35:23 +01:00
Quentin 07eea38765
ported commands 2024-01-01 19:25:28 +01:00
Quentin e2d77defc8
fixed anonymous + authenticated imap logic 2024-01-01 17:54:48 +01:00
Quentin d2c3b641fe
WIP rewrite 2024-01-01 09:34:13 +01:00
Quentin 771c4eac79
covering imap commands 2023-12-29 17:16:41 +01:00
Quentin 9d6aef34ad
clippy lint fix 2023-05-15 18:23:23 +02:00
Alex 441730e1f7
Fix open_mailbox 2022-07-21 12:50:44 +02:00
Alex 54c467d3f7
Implement COPY 2022-07-21 12:44:58 +02:00
Alex 3b256de3dc
Remove OK [UNSEEN x] responses to SELECT and EXAMINE, and fix STATUS UNSEEN 2022-07-13 15:39:52 +02:00
Alex c703e3e2b8
Fix list wildcards 2022-07-13 15:26:00 +02:00
Alex cd59be3a00
Implement opportunistic sync based on watch value, and use it 2022-07-13 14:21:14 +02:00