Commit graph

74 commits

Author SHA1 Message Date
185033c462
idling works!!! 2024-01-18 17:33:57 +01:00
e1161cab0e
idle sync 2024-01-17 16:56:05 +01:00
1a0247e935
WIP idle 2024-01-17 10:14:48 +01:00
0eb8156cde
Delete EXAMINE that has been merged in SELECTED 2024-01-17 08:33:08 +01:00
3d23f0c936
WIP refactor idle 2024-01-17 08:22:15 +01:00
c1e7f7264a
fix a condstore bug 2024-01-12 13:01:22 +01:00
3c7186ab5a
Finalize implementation of CONDSTORE 2024-01-11 23:02:03 +01:00
d24eb9918e
Enable CONDSTORE on STORE/FETCH modifier 2024-01-11 17:13:59 +01:00
60a166185a
Fetch and store modifiers are parsed 2024-01-11 16:55:37 +01:00
fbf2e9aa96
Enable CONDSTORE if SEARCH MODSEQ is queried 2024-01-11 11:48:02 +01:00
f4cbf66549
Fecth MODSEQ now enables the CONDSTORE capability 2024-01-10 18:38:21 +01:00
9cec7803d2
Implement HIGHESTMODSEQ for STATUS 2024-01-10 17:07:07 +01:00
51510c97f7
fix some logic error in the internals 2024-01-10 12:55:38 +01:00
a2d6efc962
[broken compilation] update mail internal 2024-01-10 11:24:01 +01:00
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
6e798b90f5
prepare condstore 2024-01-09 17:40:23 +01:00
5dfa02e381
Disable UNSEEN again as it was a volunteer decision to not implement it 2024-01-09 16:53:32 +01:00
f58904f5bb
Search can now filter on index data 2024-01-06 18:01:44 +01:00
4806f7ff84
WIP rewrite with a query manager 2024-01-05 18:59:19 +01:00
35591ff060
search first ultra minimal implementation 2024-01-05 12:40:49 +01:00
8180baae00
format code 2024-01-03 20:53:25 +01:00
a6a0e1994d
ENABLE is now supported 2024-01-03 20:53:07 +01:00
74686ebb77
append ignore dates instead of failing 2024-01-03 16:52:31 +01:00
ef257e286a
implement move 2024-01-03 15:00:05 +01:00
6d37924399
rework capability 2024-01-03 12:29:19 +01:00
7ebc708aca
unselect implemented rfc3691 2024-01-03 09:21:46 +01:00
0cc13f891c
migration to imap-flow seems done! 2024-01-02 22:32:02 +01:00
0d667a3030
compile with imap-flow 2024-01-02 20:23:33 +01:00
9a8d4c651e
commands now use imap-flow 2024-01-02 15:35:23 +01:00
07eea38765
ported commands 2024-01-01 19:25:28 +01:00
e2d77defc8
fixed anonymous + authenticated imap logic 2024-01-01 17:54:48 +01:00
d2c3b641fe
WIP rewrite 2024-01-01 09:34:13 +01:00
771c4eac79
covering imap commands 2023-12-29 17:16:41 +01:00
9d6aef34ad
clippy lint fix 2023-05-15 18:23:23 +02:00
441730e1f7
Fix open_mailbox 2022-07-21 12:50:44 +02:00
54c467d3f7
Implement COPY 2022-07-21 12:44:58 +02:00
3b256de3dc
Remove OK [UNSEEN x] responses to SELECT and EXAMINE, and fix STATUS UNSEEN 2022-07-13 15:39:52 +02:00
c703e3e2b8
Fix list wildcards 2022-07-13 15:26:00 +02:00
cd59be3a00
Implement opportunistic sync based on watch value, and use it 2022-07-13 14:21:14 +02:00
33fa51021c
Small changes to .update() 2022-07-13 11:39:13 +02:00
70e0da9005
small fixes 2022-07-13 11:32:47 +02:00
a1ca6d9def
"set flags" as a bayou op 2022-07-13 11:00:35 +02:00
7959adb8e9
implement STORE 2022-07-12 17:32:57 +02:00
23e0eff42b
Cleanup 2022-07-12 16:36:03 +02:00
46d9525984
Implement APPEND 2022-07-12 16:35:11 +02:00
d4e0e66581
Fix Subscribed 2022-07-12 16:02:13 +02:00
9b7d999fd5
Implement STATUS 2022-07-12 15:59:13 +02:00
5d6e4f7332
cleanup 2022-07-12 15:31:29 +02:00
ad15595f0f
Implement LIST 2022-07-12 13:19:27 +02:00
b15026ec9c
Refactor user to be shared using Arc 2022-06-30 14:03:12 +02:00